Skip to content

Releases: maticnetwork/bor

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

Berlin Fork Upgrade

11 May 17:29
11880ac
Compare
Choose a tag to compare

Updated to latest (upstream) geth v1.10.1 that includes berlin hardfork changes and other changes. More details from geth: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.1

Berlin fork blocks on different networks of Bor and their expected schedules are as follows:

  • Mumbai: 13996000 (18th May 2021)
  • Mainnet: 14750000 (21st May 2021)

v0.2.4: Merge pull request #107 from maticnetwork/jdkanani/fix-use-hash

26 Feb 04:20
6f0f08d
Compare
Choose a tag to compare
fix: use hash instead of block number incase of reorg

v0.2.3: Merge pull request #100 from maticnetwork/jdkanani-patch-1-1

07 Jan 01:42
34c3457
Compare
Choose a tag to compare