Skip to content

v0.4.0-beta-6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 18:27
· 3179 commits to develop since this release
c3c3bb6

Patch Notes

  • Fixed node panic on eth_call and eth_estimateGas due to nil pointer dereference which was introduced in v0.4.0-beta.
  • Explicitly disable MVHashMap in mining, which may cause the node to panic.
  • Updated the Timer metric type to format and display as a Prometheus Summary metric (fixes #881). By @rekibnikufesin in #893.
  • Updated the Indore block to 37075456.
  • Fixed missing bootnode binary. 7595395

Important Information

  • This release contains a hard fork for mumbai testnet, hence everyone must update bor.
  • Parallel EVM in verification has been enabled.

What's Changed

New Contributors

Full Changelog: v0.3.9...v0.4.0-beta-2