Releases: NibiruChain/nibiru
Releases · NibiruChain/nibiru
v2.0.0-rc.14
v2.0.0-rc.13
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
v2.0.0-rc.11
Changelog
- 98c3517 fix: upgrade handlers had wrong function type
v2.0.0-rc.9
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
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
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
v2.0.0-rc.3
v2.0.0-rc.2
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