Skip to content

Releases: node-real/bsc-erigon

v1.2.8

14 May 03:16
7be4557
Compare
Choose a tag to compare

Attention

It a maintenance release about bug fix in testnet.

Changelog

v1.2.7

07 May 09:16
1c9e207
Compare
Choose a tag to compare

Changelog

v1.2.6

24 Apr 03:34
62ae021
Compare
Choose a tag to compare

Attention

It a maintenance release about rpc bugfix.

Changelog

v1.2.5

12 Apr 11:02
eb6d673
Compare
Choose a tag to compare

Attention

Remove flag --p2p.protocol=66,67, bsc will only support eth68. Use the default value.
Release v1.2.5 is a hard fork release for BSC Chapel Testnet, the HF name is: Tycho.
The target Tycho hard fork time will be:

  • Testnet: 2024-04-17 05:07:22 AM UTC
  • Mainnet: To be determined, could be around Mid of Jun 2024

Changelog

v1.2.4

09 Apr 10:48
1eda2f3
Compare
Choose a tag to compare

Attention

  • Golang v1.21 will be needed to compile.
  • Bsc cancun hardfork code implement
  • Upstream latest code from erigon

Changelog

Full Changelog:v1.2.3...v1.2.4

v1.2.3

02 Apr 10:23
0f49304
Compare
Choose a tag to compare

Attention

This release is going to enable the Feynman upgrade on BSC mainnet. The upgrade is forecasted to occur on 18th April 2024 at 05:49 (UTC). The full node runners on mainnet must switch their software version to the latest version by 18th April.

Changelog

  • 0f49304 Support mainnet Feynman HF and use eth68 by default(#348)

v1.1.17

02 Apr 10:21
e2d2113
Compare
Choose a tag to compare

Attention

This release is going to enable the Feynman upgrade on BSC mainnet. The upgrade is forecasted to occur on 18th April 2024 at 05:49 (UTC). The full node runners on mainnet must switch their software version to the latest version by 18th April.

If you use v1.2.* before, use v1.2.3.

Changelog

  • e2d2113 final bsc main net feynman && feynmanFix (#347)
  • a2ed22f removing --sentry.drop-useless-peers from README
  • 2cbfd01 removing p2p.protocol from readme

v1.2.2

19 Mar 07:53
b2a351c
Compare
Choose a tag to compare

Attention

v1.1.x don't support Cancun hard fork, we will only support v1.2.* once Cancun is enabled.

This release is going to enable the FeynmanFix upgrade on BSC testnet. This upgrade fix an edge case when the cross chain redelegation failed during the delegation migration. The upgrade is forecasted to occur on 25th March 2024 at 5:00 (UTC). The full node runners on testnet must switch their software version to the latest version by 25th March.

Changelog

v1.1.16

19 Mar 07:40
eda6a5d
Compare
Choose a tag to compare

Attention

v1.1.* will not support Cancun HF. Cancun HF will support by v1.2.*.

This release is going to enable the FeynmanFix upgrade on BSC testnet. This upgrade fix an edge case when the cross chain redelegation failed during the delegation migration. The upgrade is forecasted to occur on 25th March 2024 at 5:00 (UTC). The full node runners on testnet must switch their software version to the latest version by 25th March.

Changelog

v1.2.1-beta

14 Mar 11:45
3696b67
Compare
Choose a tag to compare
v1.2.1-beta Pre-release
Pre-release

Attention

It's bug fix release. Bsc will ignore slash system tx if it failed, but erigon won't. This release fixed the bug

Changelog

  • 3696b67 bump version and bug fix for system contract (#323)