Skip to content

Releases: NibiruChain/nibiru

v2.0.0-rc.14

18 Nov 18:34
v2.0.0-rc.14
479cb05
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

Changelog

  • 98c3517 fix: upgrade handlers had wrong function type

v2.0.0-rc.9

03 Oct 19:46
v2.0.0-rc.9
a3d3efb
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

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
Compare
Choose a tag to compare

Changelog

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

v2.0.0-rc.2

31 Aug 02:31
v2.0.0-rc.2
5950a5b
Compare
Choose a tag to compare

Changelog

  • 5950a5b Merge branch 'main' into releases/v2.0.0
  • 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)
  • a9fa05e linter