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=everything
to dramatically reduce the disk space requirement of a full node. - Fix a bug that some tx hashes returned by
eth_getBlock
can't be found ineth_getTransaction
. - Reject
MsgEthereumTx
with invalidSize_
/From
/Hash
values. - Backport an improvement that rejects replaying old transactions from the ethereum chain which are not replay protected yet (pre-EIP155).