github-actions
released this
17 Jan 11:46
·
1819 commits
to develop
since this release
Minor release
What's Changed
Rpc fixs:
- Fix(evm-block-recovery): Load block ids by small chunks. by @Tirka in #354
- Chore(rpc-test): add test to check replayTransaction gas usage by @gBaGu in #346
- Fix(evm-rpc): change RPCTransaction fields R, S, V to r, s, v by @gBaGu in #358
- Fix(evm-rpc): log filter with empty topics must return all logs by @gBaGu in #373
- Fix(eth-rpc): make net_version return string number instead of hex by @gBaGu in #377
Gasless bridge:
- Feat(evm): accept zero gas price when Native fee is choosen by @gBaGu in #383
- Feat(evm-bridge): add whitelist to pay for evm transactions by @gBaGu in #392
Validator configuration:
- Fix(sys-tuner): fix process name by @gBaGu in #368
- Feat(cli): make evm-state path configurable by @gBaGu in #376
Major fixes:
- Feat: bump rocksdb to v0.19 by @gBaGu in #359
- Fix cargo audit by @gBaGu in #361
- Fix: Make rw lock recursive. by @vldm in #404
Full Changelog: v0.6.2...v0.6.3