Releases: node-real/bsc-erigon
v1.3.12
v1.3.11
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
- Adjust merge limit by @blxdyx in #720
- Upstream v3.0.14 by @blxdyx in #725
- block_snapshots.go: update compressCfg by @blxdyx in #724
- header_algos.go: fix goroutine race by @blxdyx in #726
Full Changelog: v1.3.10...v1.3.11
v1.3.10
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
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
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
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
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
Full Changelog: v1.3.5...v1.3.6
v1.3.5
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
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