Skip to content

Releases: maticnetwork/bor

v0.3.0-beta3

04 Feb 16:33
8300aad
Compare
Choose a tag to compare
v0.3.0-beta3 Pre-release
Pre-release

Changelog

  • 8300aad start http rpc server and eth namespace by default (#319)
  • 9023f44 Merge branch 'master' into v0.3.0-dev
  • 7b49cb0 Split modules for cli (#315)

v0.3.0-beta2

03 Feb 13:53
29d9690
Compare
Choose a tag to compare
v0.3.0-beta2 Pre-release
Pre-release

Changelog

v0.3.0-beta1

02 Feb 11:44
Compare
Choose a tag to compare
v0.3.0-beta1 Pre-release
Pre-release

Note that this is a beta version under heavy development and should not be used in production.

Changelog

a794994 Do not build classic docker image
4e74671 Fix typo
a53a806 Merge branch 'manav/module-config' into v0.3.0-dev
fe21391 Merge pull request #309 from maticnetwork/manav/dev-mode
83c1d65 update docs
6e0f7c7 add seperate module config for http and ws
6ccd75c replace Fatalf function with fmt.Errorf
08f9931 add test for dev flag
55c34d6 Merge pull request #303 from maticnetwork/merge-subs2
0662b70 enable dummy developer account for dev mode
87a095e Merge pull request #311 from maticnetwork/arpit/v0.2.14
e5d5802 minor changes
560ad7d merge master
58e4311 Minor change
ca0f04c add developer enabled check for mining
904f8b5 Minor changes
f86b79e add dev mode for new cli
2d4ef67 Streamlined code
8f7174f Refactor Code
949822c some refactor
06c9d5c Test each event without for loop
6ab7515 Merge branch 'master' into merge-subs2
70f9c88 Added Chain2HeadEvent Test
2d84249 fix for TestReorgSideEvent (#304)
68ea5cd minor fixes
1215260 Merge branch 'master' into merge-subs2
f3d6620 migrate cli to internal package (#301)
87362e4 Merging feature-subs2 to master
336b89e Enable test again (#280)
4829114 Use stream to send debug files (#279)
3b2bfa0 Add forks to status (#278)
8a3508a Merge pull request #284 from AlexSSD7/master
0978123 Merge pull request #294 from maticnetwork/v0.2.13-candidate
00c78e7 Include missing bad merge changes
34d8949 Include London genesis file
8bd07e4 Update version.go
bae0323 add burnt contract address
e4f1677 add london fork
07c0669 bumped version to beta2
a10f79d jaipur fork (#269)
467e53b Build with the previous Dockerfile (#268)
7115b84 london fork (#260)
8dd6f59 Configure bor params in the unit itself (#270)
d7891c0 Bump maximum GPO price to 5000 Gwei
53d8947 Do not attempt DNS discovery and change default sync flag (#283)
521b3a7 bor the default target (#281)
d51abdb removed errors in testcase (#258)
fbd2de7 Build using netgo tag (#275)
bbdd7ef More cleanup
71bb715 Move things in lightclient
1b9c2ad Clean ethstats syncer
3a67447 Added chain2head event in Ethstats
d5d639d Feature grpc status (#224)
9957d91 minor fix
4867ce8 merge MASTER into feature-subs
39116e6 V0.2.12 candidate (#261)
1865f28 Added sypnosis/help + clean code
a6f014c fixes
beaf6da Minor Refactor
dcb6cab Fixes
4488927 Connected chain2head protobuf
e6235a8 Initial approach
53a35e0 Connected chain2head protobuf
ea27380 Merge branch 'maticnetwork:feature-subs' into feature-subs
1253fd5 Initial approach

Docker images

  • docker pull 0xpolygon/bor:0.3.0-beta1

v0.2.14

21 Jan 10:39
Compare
Choose a tag to compare

This is a release that fixes the issues mentioned in #300 and NomicFoundation/hardhat#2162 that users have been facing after London Fork (EIP1559).

v0.2.13

11 Jan 13:38
Compare
Choose a tag to compare

This release contains the changes required to activate London Fork (EIP1559 and related EIPs) on Mainnet.

Note: This is a hardfork and requires an update in genesis.

RLP Encode baseFee in Block Header

15 Dec 14:38
Compare
Choose a tag to compare
Pre-release

This release contains RLP encoding of an additional field, baseFee in the block header. Geth had added this in the Clique consensus changes for EIP1559 but we had missed to add this in bor. The impact is mainly on downstream applications as the client libs might have a problem with the coinbase value.

Since there is a change in the block seal hash, this requires a hard fork at the Jaipur Block at block 22,770,000 for Mumbai Testnet.

Please note that this is applicable only for Mumbai Testnet. On Mainnet, when we rollout EIP1559, we will be setting the same number for both London and Jaipur blocks.

Activate London Fork on Mumbai Testnet

13 Dec 09:32
f80dc2b
Compare
Choose a tag to compare
Pre-release

This release contains the changes required to activate London Fork (EIP1559 and related EIPs) on Mumbai Testnet.

Note: This is a hardfork and requires an update in genesis.

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.