Skip to content

v2.0.0-rc.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 16:13
· 0 commits to main since this release
v2.0.0-rc.16
82302cc

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)