Skip to content

Releases: node-real/bsc-erigon

v1.3.12

07 Aug 11:12
8ca69bd
Compare
Choose a tag to compare

Description

Version 1.3.12 is a maintenance release that init sync issues and bad blob snapshots.

What's Changed

Full Changelog: v1.3.11...v1.3.12

v1.3.11

21 Jul 11:17
b1aa300
Compare
Choose a tag to compare

Description

Version 1.3.11 is a maintenance release that introduces significant improvements to the block snapshots format, enhancing data storage efficiency and sync performance.

⚠️ Important: Full Resync Required

Due to the block snapshots format changes, a complete resync from scratch is mandatory for this release. Once you catch the chain tip, remove the chaindata if it's larger than 50GB.

What's Changed

Full Changelog: v1.3.10...v1.3.11

v1.3.10

26 Jun 09:09
3467201
Compare
Choose a tag to compare

Description

Version 1.3.10 is a maintenance release that includes several bug fixes. Anyone experiencing excessive database growth can safely remove the chaindata folder after catching up to the chain tip.

What's Changed

  • config3.go: reduce MaxReorgDepthV3 to have more aggressive prune by @blxdyx in #706
  • stage_snapshots.go: add logs for initial sync by @blxdyx in #710
  • bsc_snapshots.go: close rotx before long (compressing/indexing) opera… by @blxdyx in #711
  • bsc_snapshots: optimize slice by @blxdyx in #712
  • Upstream v3.0.6 by @blxdyx in #713
  • update bsc-erigon-snapshot by @blxdyx in #715
  • prepare release v1.3.10 by @blxdyx in #717

Full Changelog: v1.3.9...v1.3.10

v1.3.9

05 Jun 13:20
38646ca
Compare
Choose a tag to compare

Description

v1.3.9 is for BSC Mainnet Maxwell hard fork, which is expected to be enabled at: 2025-06-30 02:30:00 AM UTC, all BSC Mainnet nodes need to be upgraded to v1.3.9 before the hard fork time. For this upgrade, simply binary replacement should be enough.

Snapshots Update

Try

./erigon seg rm-state --domain=receipt  --datadir=./data 
./erigon seg rm-state --domain=commitment  --datadir=./data 
./erigon seg rm-state --step=4878-9999 --datadir=./data

Then remove data/chaindata and data/downloader and restart. Or just remove all and resync.

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

22 May 11:26
1daeb8b
Compare
Choose a tag to compare

Description (Testnet Maxwell hard fork)

v1.3.8 is for BSC Testnet Maxwell hard fork, which is expected to be enabled at: 2025-05-26 07:05:00 AM UTC, all BSC Testnet nodes need to be upgraded to v1.3.8 before the hard fork time.
Maxwell includes 3 BEPs, mainly to reduce block interval from 1.5 seconds to 0.75 seconds.

What's Changed

  • block_reader.go: fix panic by @blxdyx in #685
  • downloader/main.go: add accessor by @blxdyx in #686
  • params: update maxwell system contract and update maxwell time in chapel by @blxdyx in #676
  • stage_headers.go: reduce skeleton request frequency by @blxdyx in #680
  • downloader/main.go: fix accessor by @blxdyx in #687
  • release: prepare for v1.3.8 maxwell by @blxdyx in #691

Full Changelog: v1.3.7...v1.3.8

v1.3.7

16 May 12:10
72ae901
Compare
Choose a tag to compare

Description

This is a maintenance release that incorporates several bug fixes.

What's Changed

  • BEP-524: Short Block Interval Phase Two: 0.75 seconds by @blxdyx in #667
  • parlia.go: add check for distributeToValidator by @blxdyx in #669
  • feat: upstream V3.0.2 by @blxdyx in #670
  • feat: upstream v3.0.3 by @blxdyx in #672
  • backend.go: don't run pos downloader or engine api for parlia by @blxdyx in #673
  • backend.go: don't run pos downloader or engine api for parlia by @blxdyx in #674
  • gaspricecfg.go: adjust minimal gasprice to 0.1Gwei by @blxdyx in #675
  • block_metrics.go: update block metrics by @blxdyx in #679
  • release: bump version by @blxdyx in #681

Full Changelog: v1.3.6...v1.3.7

v1.3.6

14 Apr 06:23
5ca1f21
Compare
Choose a tag to compare

Description

v1.3.6 is for BSC Mainnet Lorentz hard fork, which is expected to be enabled at: 2025-04-29 05:05:00 AM UTC, all BSC mainnet nodes need to be upgraded to v1.3.6 before the hard fork time. For this upgrade, simply binary replacement should be enough.

Receipts Regenerate

In v1.3.6, we fix some receipts snapshots. You can run this command to fix that:

 ./erigon seg rm-state --domain=receipt --datadir=./data 
rm -rf datadir/chaindata && rm -rf datadir/downloader && rm -rf datadir/parlia  && rm -rf datadir/snapshots/preverified.toml && rm -rf datadir/snapshots/prohibit_new_downloads.lock

What's Changed

  • bsc.json: update BSC Mainnet hardfork time: Lorentz by @blxdyx in #665

Full Changelog: v1.3.5...v1.3.6

v1.3.5

01 Apr 13:22
f46c281
Compare
Choose a tag to compare

Notice

It is a hard fork release to support BSC Lorentz on BSC testnet, hard fork date will be: 2025-04-08 07:33:00 AM UTC, pls upgrade your testnet node to v1.3.5 before the hard fork time.

What's Changed

  • util.go: change default DefaultSnapshotGitBranch to main by @blxdyx in #654
  • fix: DA condition by @MatusKysel in #656
  • chapel.json: update tentative BSC Testnet hardfork time: Lorentz by @blxdyx in #647
  • version.go: prepare for Lorentz testnet hardfork v1.3.5 by @blxdyx in #659

Full Changelog: v1.3.4...v1.3.5

v1.3.4

29 Mar 02:22
c151027
Compare
Choose a tag to compare

Attention

It's a hot-fix for Pascal hardFork. Please update your node to this version.

Full Changelog: v1.3.4-rc1...v1.3.4

v1.3.4-rc1

06 Mar 05:45
6a6300f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3-rc1...v1.3.4-rc1