Skip to content

Releases: NibiruChain/nibiru

v2.0.0-rc.16

18 Jan 16:13
v2.0.0-rc.16
82302cc
Compare
Choose a tag to compare

Changelog

  • 82302cc Merge branch 'main' into releases/v2.0.0
  • 13c71a7 fix(evm): ensure only one copy of StateDB when executing Ethereum txs (#2165)
  • f3ca671 refactor(evm): removed blockGasUsed transient variable (#2167)
  • 04bd7c2 chore(evm-solidity): Move unrelated docs, gen-embeds, and add Solidity docs (#2168)
  • 8731a9e fix(evm): proper tx gas refund (#2132)
  • 8db476f test(testutil): try retrying for 'panic: pebbledb: closed' (#2162)
  • 1ed351f fix(evm-precompile): use bank.MsgServer Send in precompile IFunToken.bankMsgSend (#2160)
  • f7a7007 fix(evm): Fix unit inconsistency related to AuthInfo.Fee and txData.Fee (#2157)
  • da4c2c7 test(evm-e2e): add E2E test using the Nibiru Oracle's ChainLink impl (#2156)
  • 5533a2a fix(evm): JSON encoding for the EIP55Addr struct was not following the Go conventions and needed to include double quotes around the hexadecimal string. (#2154)
  • c9c56a9 feat(evm-oracle): add Solidity contract that we can use to expose the Nibiru Oracle in the ChainLink interface (#2149)
  • 8e477cb feat(evm): randao support for evm (#2151)
  • 3a8ff23 fix(precompile): consume gas before returning error (#2152)
  • 7aebf75 fix(token-registry): meet formatting requirements for cosmos/chain-registry.
  • 8c6e021 fix(simapp): manually add x/vesting Cosmos-SDK module types to the codec in simulation tests since they are expected by default (#2147)
  • df8c394 chore(token-registry): add xNIBI Astrovault LST to registry (#2145)
  • 2c4c224 fix(evm): proper nonce management in statedb (#2130)
  • 20531e7 fix(evm): erc20 born funtoken: properly burn bank coins after converting coin back to erc20 (#2139)
  • e5274c0 feat(token-registry): Implement strongly typed Nibiru Token Registry and generation command (#2144)
  • de7239f feat: add precompile for calling bank to evm from evm (#2135)
  • a0eadea fix: disabled built in auth/vesting module functionality (#2127)
  • 350b9e9 fix(bank): fix gas invariant wrapper to actually charge gas (#2140)
  • 8cd4ceb refactor: simplify account retrieval (#2141)
  • 86d6b3f fix(bank): add additional missing bank keeper method overrides to sync with StateDB (#2142)

v2.0.0-rc.15

18 Jan 16:11
v2.0.0-rc.15
acbf6d7
Compare
Choose a tag to compare

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
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)