Skip to content

v1.0.4-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@pratikspatil024 pratikspatil024 released this 19 Sep 06:28

This version introduces several new features and fixes compared to the previous stable version v0.4.0. The changes include (but are not limited to):

  • Upstream merge from go-ethereum/v1.11.6
  • A new feature called milestone which will bring faster and deterministic finality. Refer to PIP-11 for more information.

Patch Notes

Compared to the last beta release (v1.0.2-beta) this version includes patches for (and some additional improvements):

  • Panic caused by concurrent map read and map write (introduced during the upstream merge). PR#1007.
  • Potential goroutine leak caused by metric goutine created by each execution pool. PR#1005.
  • Simplify the contents of the readme and remove unnecessary details. PR#979.

What's Changed

New Contributors

Full Changelog: v0.4.0...v1.0.4-beta