Skip to content

v1.12.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jjyr jjyr released this 13 Feb 12:49
· 217 commits to develop since this release

[v1.12.0-rc1] - 2023-02-08

The web3 and web3-indexer components have been added to the monorepo since this release, and we bumped the version from v1.8.x to v1.12.x to unify the version.

We introduced a breaking change of the config file in #946. The consensus-related options are moved into option consensus, and we put the builtin testnet and mainnet consensus into the godwoken program. This change reduces the operation works of node maintainers.

Highlights:

  • Builtin mainnet and testnet consensus config #946
  • Add web3 and web3-indexer into the monorepo #910

Bug fixes:

  • gwos-evm: fix big mod exp #932
  • fix(web3): eth_getFilterLogs should return all matched logs #947

Enhancement:

  • chore: use TransactionDB and refactor store #903
  • chore: refactor rpc server #927
  • Improve the error code of API when executing transactions #930