Skip to content

v1.3.6

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 06:23
· 1667 commits to main since this release
5ca1f21

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