Changelog
- acbf6d7 Merge branch 'main' into releases/v2.0.0
- 1ae53e4 fix(evm): query of NIBI should use bank state, not the StateDB (#2134)
- 666a58d feat(evm-precompile): Emit EVM events created to reflect the ABCI events that occur outside the EVM to make sure that block explorers and indexers can find indexed ABCI event information. (#2125)
- 1a256f2 fix(evm): issue with infinite recursion in erc20 funtoken contracts (#2129)
- 3954394 chore(deps-dev): bump bun from 1.1.21 to 1.1.30 in /x/evm/embeds (#2126)
- d06b483 chore: upload security reports
- 7921ecf chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 (#2123)
- aded079 refactor(evm): Remove unnecessary argument in the
VerifyFee
function, which returns the token payment required based on the effective fee from the tx data. Improve documentation. (#2124) - 88b060a test(evm): more bank extension tests and EVM ABCI integration tests to prevent regressions (#2122)
- debaa4d fix: Use canonical heaxdecimal strings for Eip155 address encoding (#2120)
- 5a7f90d fix(evm): Guarantee that gas consumed during any send operation of the "NibiruBankKeeper" depends only on the "bankkeeper.BaseKeeper"'s gas consumption. (#2119)
- 39ebc44 chore(deps): bump codecov/codecov-action from 4 to 5 (#2112)
- 0312113 chore(deps): bump bufbuild/buf-setup-action from 1.46.0 to 1.47.2 (#2113)
- 0f96d63 chore(deps): bump cosmossdk.io/math from 1.3.0 to 1.4.0 (#2115)
- 8b30e10 fix(oracle): The timestamps resulting from ctx.WithBlock* don't actually (#2117)
- 7d91c5a fix(precompile-funtoken.go): Fixes a bug where the err != nil check is missing in the bankBalance precompile method (#2116)