Skip to content

Releases: maticnetwork/bor

Bor update for Mainnet release

04 Dec 21:13
Compare
Choose a tag to compare

This release contains some bug fixes and also a hardfork, please refer the instructions in https://forum.polygon.technology/t/v0-2-12-beta3-upgrade-for-bor-mainnet-post-block-22156660/369 to upgrade.

Bor Update for Mumbai Testnet

03 Dec 19:53
Compare
Choose a tag to compare

This release contains some bug fixes that we are testing on Mumbai Testnet.

Fix for writing bor receipts to ancient db

01 Dec 15:56
Compare
Choose a tag to compare

This release fixes a bug that was introduced in the previous version where the bor receipts were being written as an array of arrays instead of the expected flattened array inside an array.

There was no impact of this bug in our network since all the nodes use --syncmode=full and this bug only affects nodes running with --syncmode=fast.

Upstream Changes from Geth v1.10.10

22 Nov 21:30
908cbbf
Compare
Choose a tag to compare

In this release, we have included all changes that are part of geth v1.10.10: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.10

PS: This tag has not been created from master but from another branch geth-v1.10.10 as master contains few new features that are currently being tested.

Upstream Changes from Geth v1.10.10

22 Nov 15:15
908cbbf
Compare
Choose a tag to compare
Pre-release

In this release, we have included all changes that are part of https://github.com/ethereum/go-ethereum/releases/tag/v1.10.10

PS: This tag has not been created from master but from another branch geth-v1.10.10 as master contains few new features that are currently being tested.

Fixed Memory Leak, Added Network Flags for Mumbai and Mainnet

11 Nov 15:42
f020b88
Compare
Choose a tag to compare

In this release, we have fixed the memory leak issue in bor, added network flags that can be used while invoking bor and few other minor changes. Major changes are listed below:

Pre-requisites

Please upgrade the go version to v1.16 or above before updating.

Hot Fix for Memory Bloat

27 Sep 07:13
Compare
Choose a tag to compare

Some of the bor nodes have been facing memory bloat resulting in the process getting killed by the OS. This is a hot fix for the issue.

We are also working with the geth team to include the change in geth if this is the agreed long term fix or discuss and come up with the long term fix.

Latest Updates from Geth

30 Aug 11:50
0a9bd7b
Compare
Choose a tag to compare

The major change in the release is this revert PR from Geth: ethereum/go-ethereum#23466

Updates from Geth v1.10.8

24 Aug 08:23
045e5c2
Compare
Choose a tag to compare

This release implements the latest changes from upstream geth v1.10.8 (https://github.com/ethereum/go-ethereum/releases/tag/v1.10.8 - hotfix release to patch a vulnerability in the EVM CVE-2021-39137). Below is the exhaustive list of changes in this release:

  • Geth v1.10.8 updates
  • Implemented new rpc/ipc method: GetTransactionReceiptsByBlock returns the transaction receipts for a given block number or hash
  • Optimizing bor tx query

Please note that this release does not activate the London hard fork in bor.

Geth Update v1.10.3

31 May 06:59
d33ce83
Compare
Choose a tag to compare

Bor v0.2.6 is a maintenance release. Major changes are as follows:

  • Latest changes from geth v1.10.3
  • Added overrideStateSyncRecords to genesis
  • Added flag for disabling bor logs