Skip to content

v0.7.1-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:56
· 843 commits to main since this release
76a18ce

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 in eth_getTransaction.
  • Reject MsgEthereumTx with invalid Size_/From/Hash values.
  • Backport an improvement that rejects replaying old transactions from the ethereum chain which are not replay protected yet (pre-EIP155).