Skip to content

Releases: node-real/bsc-erigon

v1.3.0-beta1

24 Jan 14:11
95aaa15
Compare
Choose a tag to compare

Important

We are deprecating support v1.2.*, it will not support the Pascal hard fork. The current beta version is now ready for production.

How to start

Due to changes in disk format, the beta version requires a full resync, which means you need to deploy a completely new node. For more details, please refer to this: #441

Changes from Erigon2

  • Optimized Initial Synchronization: No need to start from scratch; you can directly download 99% of the latest state and historical data.
  • Improved Storage Efficiency: Disk usage is reduced by about 50% while maintaining better performance.
  • Simplified Maintenance: Store most of data in immutable files(segments/snapshots), which will be automatically verified and downloaded as needed.

Known problems

  • Don't support eth_getProof(#578)

References

Full Changelog: v1.3.0-alpha7...v1.3.0-beta1

v1.3.0-alpha7

24 Dec 12:57
240c16b
Compare
Choose a tag to compare
v1.3.0-alpha7 Pre-release
Pre-release

Require re-sync:

This release includes multiple breaking changes, and requires a full resync

Attention

  • bsc.blobSidecars.no-pruning defalut is false. If want keep all blob info, need set true.
  • fix eth_syncing
  • experiment: DISCARD_COMMITMENT=true work with bsc, it will not compute merkle root, don't store commitment file, can save a lot of disk usage and with higher performance.

What's Changed

Full Changelog: v1.3.0-alpha5...v1.3.0-alpha7

v1.3.0-alpha5

02 Nov 02:13
fe192e9
Compare
Choose a tag to compare
v1.3.0-alpha5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0-alpha4...v1.3.0-alpha5

v1.3.0-alpha4

18 Oct 06:39
3b3ea57
Compare
Choose a tag to compare
v1.3.0-alpha4 Pre-release
Pre-release

Attention

It's a maintenance release with trace* and receipts rpc fix.

What's Changed

Full Changelog: 1.3.0-alpha3...v1.3.0-alpha4

1.3.0-alpha3

23 Sep 13:51
41bbc81
Compare
Choose a tag to compare
1.3.0-alpha3 Pre-release
Pre-release

Announcement

Erigon3 for bsc is ready now. The v1.2.* version will not support after bohr hard fork.

User guide

For archive node is need 4.4TB disk and need nearly 90 hours to sync form scratch. You also can get fast node snapshot from 48Club.

New Contributors

  • @du5 made their first contribution in #507

Full Changelog: v1.3.0-alpha2...1.3.0-alpha3

v1.2.16

12 Sep 07:45
0ee9255
Compare
Choose a tag to compare

Describe

The release add bsc unique rpc api. Can enable by --http.api=bsc. See more detail about Finality API

Changelog

v1.2.15

30 Aug 09:10
ebce462
Compare
Choose a tag to compare

Attention

Release v1.2.15 is a hard fork release for BSC Mainnet, the HF name is: Bohr.
The target Bohr hard fork time will be:

  • Mainnet: 2024-09-26 02:20:00 AM UTC

Changelog

v1.3.0-alpha2

09 Aug 07:49
f1b2e3c
Compare
Choose a tag to compare
v1.3.0-alpha2 Pre-release
Pre-release

Attention

It's second release for Erigon3. Also include the next Bohr hard fork , so suggest switch to this version.

Changelog: v1.3.0-alpha1...v1.3.0-alpha2

v1.2.14

09 Aug 07:45
49ca397
Compare
Choose a tag to compare

Attention

Release v1.2.14 is a hard fork release for BSC Testnet, the HF name is: Bohr.
The target Bohr hard fork time will be:

  • Testnet: 2024-08-20 01:23:16 AM UTC
  • Mainnet: it is not determined yet, target Later Sep 2024

Changelog

v1.3.0-alpha1

05 Aug 07:39
ba4a165
Compare
Choose a tag to compare
v1.3.0-alpha1 Pre-release
Pre-release

Attention

Erigon3 is ready for Chapel. Thanks erigontech team for their continuous iterations on Erigon.
The version is correspond v3.0.0-alpha1
Here's a quick overview of erigon3:

  • The archive storage size is nearly 420GB (Before is nearly 970GB).
  • Nearly 12 hours to sync a chapel archive node.

Start Command

./erigon --datadir=./data --db.size.limit=1T --chain=chapel --batchSize=2g --private.api.addr=localhost:9090 --http.port=8545 --port 30303 --http --ws --http.api=web3,net,eth,debug,trace,txpool --log.console.verbosity=3 --authrpc.port=8551 --diagnostics.disabled

The progress of BSC

Need more time to generate the state file, now have done about 1/3.