Skip to content

Releases: maticnetwork/bor

v0.5.0-beta-1

03 Aug 10:31
Compare
Choose a tag to compare
v0.5.0-beta-1 Pre-release
Pre-release

This version consists of several fixes, development and upstream merge from go-ethereum/v1.11.6.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0-beta-1

v0.4.0

27 Jun 09:05
16746a7
Compare
Choose a tag to compare

This version introduces several new features and fixes compared to the previous stable version v0.3.9

Important Information

  • This release contains a hard fork for Mainnet at block 44934656, hence everyone must update bor.
  • Parallel EVM in verification has been enabled.

What's Changed

Read more

v0.4.0-beta-6

20 Jun 18:27
c3c3bb6
Compare
Choose a tag to compare
v0.4.0-beta-6 Pre-release
Pre-release

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

Read more

v0.4.0-beta-5

12 Jun 16:24
Compare
Choose a tag to compare
v0.4.0-beta-5 Pre-release
Pre-release

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.

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

Read more

v0.4.0-beta-4

09 Jun 03:40
Compare
Choose a tag to compare
v0.4.0-beta-4 Pre-release
Pre-release

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.

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

Read more

v0.3.10-beta-3

09 Jun 03:37
Compare
Choose a tag to compare
v0.3.10-beta-3 Pre-release
Pre-release

This release:

v0.4.0-beta-3

08 Jun 21:19
114c02b
Compare
Choose a tag to compare
v0.4.0-beta-3 Pre-release
Pre-release

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.

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

Read more

v0.4.0-beta-2

08 Jun 05:59
Compare
Choose a tag to compare
v0.4.0-beta-2 Pre-release
Pre-release

Patch Notes

  • This patch fixed node panic on eth_call and eth_estimateGas due to nil pointer dereference which was introduced in v0.4.0-beta.

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

Read more

v0.4.0-beta

07 Jun 15:32
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release

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

Read more

v0.3.10-beta-2

07 Jun 07:42
Compare
Choose a tag to compare
v0.3.10-beta-2 Pre-release
Pre-release

This release fixes format for prometheus metrics. By @rekibnikufesin in #881.