v0.7.1-rc1
Pre-release
Pre-release
·
843 commits
to main
since this release
v0.7.1-rc0 is the second release candidate of v0.7.1 which fixes several bugs:
- Fix some basic JSON-RPC APIs on pruned nodes, some users can use
pruned=everythingto dramatically reduce the disk space requirement of a full node. - Fix a bug that some tx hashes returned by
eth_getBlockcan't be found ineth_getTransaction. - Reject
MsgEthereumTxwith invalidSize_/From/Hashvalues. - Backport an improvement that rejects replaying old transactions from the ethereum chain which are not replay protected yet (pre-EIP155).