Skip to content

Releases: NibiruChain/nibiru

v2.0.0-rc.15

18 Jan 16:11
v2.0.0-rc.15
acbf6d7

Choose a tag to compare

v2.0.0-rc.15 Pre-release
Pre-release

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)

v2.0.0-rc.14

18 Nov 18:34
v2.0.0-rc.14
479cb05

Choose a tag to compare

v2.0.0-rc.14 Pre-release
Pre-release

Changelog

  • 479cb05 Merge branch 'main' into releases/v2.0.0
  • b61c103 fix(evm): make conditional balance check free in gas cost (#2114)

v2.0.0-rc.13

12 Nov 16:35
v2.0.0-rc.13
ae2d85e

Choose a tag to compare

v2.0.0-rc.13 Pre-release
Pre-release

Changelog

  • ae2d85e Merge branch 'main' into releases/v2.0.0
  • 04ccbcf fix: e2e-evm-cron.yml (#2111)
  • f5d639d fix(evm): non-deterministic gas usage (#2110)
  • b4283f1 chore: scheduled basic e2e tests for evm testnet endpoint (#2106)
  • 6ec8200 fix(evm): removed deprecated root key from eth_getTransactionReceipt (#2108)
  • 8907a61 feat(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods (#2107)

v2.0.0-rc.12

05 Nov 22:34
v2.0.0-rc.12
4bc072d

Choose a tag to compare

v2.0.0-rc.12 Pre-release
Pre-release

Changelog

  • 4bc072d fix: remove v2.1.0 upgrade handler
  • 7b2037a Revert "feat: enable wasm light clients on IBC (08-wasm) (#2068)"

v2.0.0-rc.11

05 Nov 18:37
v2.0.0-rc.11
98c3517

Choose a tag to compare

v2.0.0-rc.11 Pre-release
Pre-release

Changelog

  • 98c3517 fix: upgrade handlers had wrong function type

v2.0.0-rc.9

03 Oct 19:46
v2.0.0-rc.9
a3d3efb

Choose a tag to compare

v2.0.0-rc.9 Pre-release
Pre-release

Changelog

  • a3d3efb Merge branch 'main' into releases/v2.0.0
  • 585ebe7 feat(evm): add oracle precompile (#2056)
  • 1588744 fix(evm-precompiles): add assertNumArgs validation (#2060)
  • 629aea3 refactor(evm): converted untyped event to typed and cleaned up (#2053)
  • fa62d35 chore(deps): bump bufbuild/buf-setup-action from 1.42.0 to 1.43.0 (#2057)
  • 2a46f17 feat(evm-precompile): Precompile for one-way EVM calls to invoke/execute Wasm contracts. (#2054)
  • 36533cd refactor(oracle): remove unused code and collapse empty client/cli directory (#2050)
  • 48c8146 chore(deps): bump bufbuild/buf-setup-action from 1.36.0 to 1.42.0 (#2043)
  • 1829bc4 feat(evm): ante handler to prohibit authz grant evm messages (#2032)
  • 81ea61d feat(evm): evm tx indexer service implemented (#2044)
  • 5214349 test(evm): backend tests with test network and real txs (#2045)
  • 0929266 chore(deps-dev): bump axios from 1.7.3 to 1.7.4 in /x/evm/embeds (#2016)
  • 8fa26b1 refactor(rpc-backend): Remove mocks from eth/rpc/backend, partially completing #2037 (#2041)
  • 5085dad refactor(rpc-backend): remove unnecessary interface code (#2039)
  • 60167ca refactor(eth-rpc): Delete unused code and improve logging in the eth and debug namespaces (#2030)
  • 6ba79bb fix(evm): debug calls with custom tracer and tracer options (#2031)
  • 64beba7 chore(github): Automate labeleing and add-to-project for GH issues/tickets

v2.0.0-rc.8

03 Oct 15:22
v2.0.0-rc.8
585ebe7

Choose a tag to compare

v2.0.0-rc.8 Pre-release
Pre-release

Changelog

  • 585ebe7 feat(evm): add oracle precompile (#2056)
  • 1588744 fix(evm-precompiles): add assertNumArgs validation (#2060)
  • 629aea3 refactor(evm): converted untyped event to typed and cleaned up (#2053)
  • fa62d35 chore(deps): bump bufbuild/buf-setup-action from 1.42.0 to 1.43.0 (#2057)
  • 2a46f17 feat(evm-precompile): Precompile for one-way EVM calls to invoke/execute Wasm contracts. (#2054)
  • 36533cd refactor(oracle): remove unused code and collapse empty client/cli directory (#2050)
  • 48c8146 chore(deps): bump bufbuild/buf-setup-action from 1.36.0 to 1.42.0 (#2043)
  • 1829bc4 feat(evm): ante handler to prohibit authz grant evm messages (#2032)
  • 81ea61d feat(evm): evm tx indexer service implemented (#2044)
  • 5214349 test(evm): backend tests with test network and real txs (#2045)
  • 0929266 chore(deps-dev): bump axios from 1.7.3 to 1.7.4 in /x/evm/embeds (#2016)
  • 8fa26b1 refactor(rpc-backend): Remove mocks from eth/rpc/backend, partially completing #2037 (#2041)
  • 5085dad refactor(rpc-backend): remove unnecessary interface code (#2039)
  • 60167ca refactor(eth-rpc): Delete unused code and improve logging in the eth and debug namespaces (#2030)

v2.0.0-rc.5

12 Sep 07:46
6ba79bb

Choose a tag to compare

v2.0.0-rc.5 Pre-release
Pre-release

Changelog

  • 6ba79bb fix(evm): debug calls with custom tracer and tracer options (#2031)
  • 64beba7 chore(github): Automate labeleing and add-to-project for GH issues/tickets
  • b1aac01 feat(evm): debug_traceCall method implemented (#2022)
  • e2bc002 fix(evm)!: adjusted generation and parsing of the block bloom events (#2023)
  • 9c46873 fix(evm): Fix DynamicFeeTx gas cap parameters (#2017)
  • 3e9bda9 test(evm): e2e tests for debug namespace (#2020)
  • 7ae2443 chore(evm): enabled debug rpc api on localnet (#2019)
  • 95ba4af feat(evm-cli): Add the account query to the EVM command. Cover the CLI with tests. (#2002)
  • 924f9c4 test(evm): e2e tests for eth_* endpoints (#2006)
  • 1f1e76b feat(evm): Emit block bloom event in EndBlock hook. (#2014)
  • dea4cdc chore(evm): Set appropriate gas value for the required gas of the "IFunToken.sol" precompile. (#2013)
  • 0a68933 refactor(evm): precompile setup (#2008)

v2.0.0-rc.4

05 Sep 08:47
v2.0.0-rc.4
13d9296

Choose a tag to compare

v2.0.0-rc.4 Pre-release
Pre-release

Changelog

  • 13d9296 Merge branch 'main' into releases/v2.0.0
  • b1aac01 feat(evm): debug_traceCall method implemented (#2022)

v2.0.0-rc.3

04 Sep 00:15
v2.0.0-rc.3
227e309

Choose a tag to compare

v2.0.0-rc.3 Pre-release
Pre-release

Changelog

  • 227e309 Merge branch 'main' into releases/v2.0.0
  • e2bc002 fix(evm)!: adjusted generation and parsing of the block bloom events (#2023)