Skip to content

Exzo Network mainnet release

Latest
Compare
Choose a tag to compare
@nexisdev nexisdev released this 01 May 17:35
· 8 commits to main since this release

Rpc fixs:

Fix(evm-block-recovery): Load block ids by small chunks.
Chore(rpc-test): add test to check replayTransaction gas usage
Fix(evm-rpc): change RPCTransaction fields R, S, V to r, s, v
Fix(evm-rpc): log filter with empty topics must return all logs
Fix(eth-rpc): make net_version return string number instead of hex

Gasless bridge:

Feat(evm): accept zero gas price when Native fee is chosen
Feat(evm-bridge): add whitelist to pay for evm transactions

Validator configuration:

Fix(sys-tuner): fix process name
Feat(cli): make evm-state path configurable

Major fixes:

Feat: bump rocksdb to v0.19
Fix cargo audit
Fix: Make rw lock recursive.