Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Releases: node-real/bsc-erigon

v1.2.12

Choose a tag to compare

@github-actions github-actions released this 10 Jul 07:29
85bea6d

Attention

Don't use v.1.2.11 for bsc main net.
The release fix the problem bring by v1.2.11.
If you are in wrong version:

  1. make intergration(v1.2.11) and run those command
    ./integration state_stages --unwind=20 --chain=bsc --datadir=./data ./integration stage_headers --unwind=20 --chain=bsc --datadir=./data
  2. and then change to the v1.2.12
  3. restart the node

Changelog

v1.2.11

v1.2.11 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:16
7166aeb

v1.2.11 has a critical bug, may damage your data, don't use this version!!!

Attention

This is a hardfork release target to resolve a staking reward distribution issue on BSC testnet. This upgrade, known as the "Haber Fix" upgrade, is scheduled to take place on July 3, 2024, at 06:06:28 GMT. All clients on BSC testnet are encouraged to upgrade to the latest version.

Changelog

v1.2.10

Choose a tag to compare

@github-actions github-actions released this 14 Jun 03:42
cc88640

Attention

It's a maintenance release, fixed snapshots issue. Please update to this version before Haber hard fork.

The target Haber hard fork time will be:
Mainnet: 2024-06-20 06:05:00 AM UTC

Changelog

v1.2.9

Choose a tag to compare

@github-actions github-actions released this 27 May 02:08
8a68894

Attention

Release v1.2.9 is a cut-in hard fork release for BSC Testnet and Mainnet, the HF name is: Haber, it only supports one BEP: BEP-381: Precompile for secp256r1 Curve Support

The target Haber hard fork time will be:

Testnet: 2024-05-29 06:07:00 AM UTC
Mainnet: 2024-06-20 06:05:00 AM UTC

Changelog

v1.2.8

Choose a tag to compare

@github-actions github-actions released this 14 May 03:16
7be4557

Attention

It a maintenance release about bug fix in testnet.

Changelog

v1.2.7

Choose a tag to compare

@github-actions github-actions released this 07 May 09:16
1c9e207

Changelog

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 24 Apr 03:34
62ae021

Attention

It a maintenance release about rpc bugfix.

Changelog

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 12 Apr 11:02
eb6d673

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

Choose a tag to compare

@github-actions github-actions released this 09 Apr 10:48
1eda2f3

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

Choose a tag to compare

@github-actions github-actions released this 02 Apr 10:23
0f49304

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)