v1.1.1-rc.2
版本发布时间: 2022-08-03 02:47:19
Fantom-foundation/go-opera最新发布版本:v1.1.3-rc.5(2023-10-14 20:15:09)
v1.1.1-rc.2 is a hotfix release for an issue. The upgrade is highly recommended for all nodes.
This release features automatic EVM pruning which can be enabled with either --gcmode full
or --gcmode light
flag. --gcmode full
option will prune much more EVM nodes than --gcmode light
at expense of worse performance.
- Add support of automatic EVM pruning (disabled by default) (#210)
- Add DB cache for GenesisID (#334)
- Add DB cache for NetworkVersion (#326)
- Add block
0
into API output for web3 compatibility (#333)