Skip to content

v0.7.1-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 07:44
· 616 commits to main since this release
0d15321

v0.7.1-rc0 is the first release candidate of v0.7.1, which is a bug fix version based on v0.7.0, the main bug fixes and improvements are:

  • Fix tx missing issue when exceeding block gas limit in post-0.7 blocks.
  • Add command patch-unlucky-tx to patch block data for the above issue, only for post-0.7 blocks, please use the command in v0.6.x to patch pre-0.7 blocks.
  • Fix tendermint duplicated tx issue which causes wrong tx RPC results.
  • Add command reindex-duplicated-tx to patch block data for the duplicated tx issue, it works for all blocks(both pre and post v0.7 upgrade).
  • Support new mempool implementation released in tendermint v0.34.20-rc0
  • Enable jemalloc allocator in rocksdb backend.
  • Improve portability of the released binaries.