Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Jan 10, 2025
1 parent 710f160 commit 67bf579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ JSON encoding for the `EIP55Addr` struct was not following the Go conventions an
needed to include double quotes around the hexadecimal string.
- [#2156](https://github.com/NibiruChain/nibiru/pull/2156) - test(evm-e2e): add E2E test using the Nibiru Oracle's ChainLink impl
- [#2157](https://github.com/NibiruChain/nibiru/pull/2157) - fix(evm): Fix unit inconsistency related to AuthInfo.Fee and txData.Fee using effective fee
- [#2160](https://github.com/NibiruChain/nibiru/pull/2160) - fix(evm-precompile): use bank.MsgServer Send in precompile IFunToken.bankMsgSend

#### Nibiru EVM | Before Audit 2 - 2024-12-06

Expand Down
4 changes: 4 additions & 0 deletions x/evm/precompile/funtoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ type precompileFunToken struct {
// /// @param to the receiving Nibiru base account address as a string
// function sendToBank(address erc20, uint256 amount, string memory to) external;
// ```
//
// Because [sendToBank] uses "SendCoinsFromModuleToAccount" to send Bank Coins,
// this method correctly avoids sending funds to addresses blocked by the Bank
// module.
func (p precompileFunToken) sendToBank(
startResult OnRunStartResult,
caller gethcommon.Address,
Expand Down

0 comments on commit 67bf579

Please sign in to comment.