- 3f3425c Merge branch 'releases/v2.4.0'
- 25d347f fix: use the first 20 bytes when decoding the EthAddr (#2324)
- 38c87ca feat(upgrades): implement v2.5.0 upgrade handler that modifies the stNIBI ERC20 and Bank Coin metadata in place (#2315)
- 1a5f1b1 fix(token-registry): prevent overwriting embedded JSON files during tests (#2318)
- 2a08c4a chore(evm): add MIM & USDC.arb to official erc20 token registry (#2317)
- 294d70b feat(ux): add GET behavior to the Ethereum JSON-RPC endpoints for Nibiru so they return info instead of a blank page or error. (#2316)
- f861301 Update CHANGELOG.md
- 4d56a01 refactor: use the built-in max/min to simplify the code (#2311)
- 04ba836 refactor(upgrades): add public keepers to upgrade handlers + DRY improvements (#2314)
- cb59d0e Merge branch 'main' of github.com:NibiruChain/nibiru
- 8587a13 hotfix(token-registry): reset WNIBI address from "0x1429B38e58b97de646ACd65fdb8a4502c2131484" to "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97"
- aa5f1e3 chore(evm-embeds): new versions for @nibiruchain/evm-core@0.0.8 and @nibiruchain/solidity@0.0.5 (#2309)
- c6de00b hotfix(token-registry): add USDC, USDT, and WETH
- 7f52304 - hotfix(token-registry): reset WNIBI address from "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97" to "0x1429B38e58b97de646ACd65fdb8a4502c2131484"
- 5829b91 chore: add upgrade handler for v2.4.0 (#2306)
- b22e24d test(eth-rpcapi): increase coverage of the rpcapi package using JSON-RPC calls (#2303)
- 20b2d67 refactor(eth-rpc): combine the rpc/backend and rpc/rpcapi packages since are they essentially one package already (#2300)
- c495fbf fix(codecov.yml): ignore api directory since it's 75k+ generated lines and messing up coverage reports
- d866518 fix(.github): glob patterns broken in nibiru-go filter for dorny/paths-filter (#2301)
- 34c382c fix(eth-rpc): clean up error propagation and descriptions in eth namespace (#2298)
- ccb6b77 fix(evm): update revert error reason (#2297)
- 77a84d6 chore(ci): use shell script for generating changelog in releases (#2296)
- 20327b4 refactor: use importas linter for consistent imports (#2290)
- fc902e2 chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#2294)
- ec630d6 chore(deps): geth v1.14 merged with bump golang.org/x/net from 0.37.0 to 0.39.0. Fix CHANGELOG.md (#2284)
- fb8448a chore(deps): bump elliptic, @ethersproject/signing-key and ethers (#2291)
- b554a9d feat(evm)!: update to geth v1.14 with new tracers, EIP-1153, PRECOMPILE_ADDRS, and transient storage support (#2274)