Releases: node-real/bsc-erigon
v1.1.1
Description
This release is a maintenance release.
Changelog
- 1ad23c2 Missed RPC calls implemented in BSC geth (#83)
- 551d8eb feature: Step by step sync (#116)
- 6da3fa5 update params of request (#124)
- f4e28b9 import updated bsc-erigon bittorrent snapshots
- ae2aad5 fix: Update the way to get currentValidators (#102)
- 6db3290 update the stride for the first initialCycle (#123)
- 6806f1b update static peers of bsc mainnet and testnet (#118)
v1.1.0
Description
It is a hard-fork release for BSC mainnet and some bug fix.
The mainnet is expected to have a scheduled hardfork upgrade named Luban at block height 29,020,050. The current block generation speed forecasts this to occur around 12th Jun 2023.
Changelog
- 38441b6 Merge pull request #115 from blxdyx/fix_trace_filter
- 425ddf2 Support step-by-step stage sync (#112)
- 27caf6e fix: sync from genesis (#114)
- 35bf202 fix trace_filter error
- f0ac7c5 fix: reorg check by GetJustifiedNumberAndHash (#111)
- e7d0c7b fix: remove naturally finality (#110)
- a4ea38d torrent-related goroutine leak (#108)
- ba9bc52 introduce stage sync upper bound for some purposes (#109)
- 61c5361 upgrade: update luban fork height on BSC mainnet (#107)
v1.0.9
v1.0.8
Description
This release is mainly to address the lagging sync issue, see: #51
We found the lagging sync issue could be caused the connection to the useless
peers. If you encounter the same problem, you can try to add this flag to start your BSC Erigon node: --sentry.drop-useless-peers
Change List
v1.0.7
It should have fixed the Plato upgrade sync broken issue, still verifying, but better to deliver the tag first so more people can try it.
Assets
Assets | Sha256 Checksum |
---|---|
bsc_erigon_1.0.7_darwin_arm64.tar.lz4 | 7b63439332a735d9d11b4095803576b52245e27f0d8ac994720d2b00ecfbfd26 |
bsc_erigon_1.0.7_linux_arm64.tar.lz4 | 34da811e2d21a791734c4d7e5946b33c9bc7eb01fc8fa31190d8cc71681cd443 |
bsc_erigon_1.0.7_linux_amd64.tar.lz4 | 42a3d411562dcc71652bcb9b2804b31a6e6ba62ff309b7155d0be81b260835a8 |
v1.0.6
v1.0.5
Do not use this release for Plato upgrade, will release another version for Plato on BSC testnet
Attention
v1.0.5 is a hard-fork release Plato for BSC Testnet using Erigon. It includes the code of Fast Finality.
The hard fork will take place on Testnet at block height: 29,861,024, around 17th May 2023 at 06:30 AM #(UTC).
Due to our strict timetable, we do not have sufficient time to conduct proper testing.
Changelog
FEATURE
- #61 get rid of 1st validator from snap.Recents when check rec
- #62 update SystemContracts & fork height
- #64 remove supports for legacy proof type
- #63 update the bytecode of system contracts
IMPROVEMENT
- #58 the hardware requirement for BSC Archive node
- #67 updated getting started section to point to correct github repositories
BUGFIX
Assets
Assets | Sha256 Checksum |
---|---|
bsc_erigon_1.0.5_darwin_arm64.tar.lz4 | 5197e00cc6f89b3fc8d88a044adc07be6bca260385cd8ea8c123a106241bb17f |
bsc_erigon_1.0.5_linux_arm64.tar.lz4 | bda874aac9f47896b64fa0d332f667832501e5e02ab851a4523858d0fcc4511a |
bsc_erigon_1.0.5_linux_amd64.tar.lz4 | cacc9c7d4916ad4cacfeb4af281e973b861236ab49ca745edec76902d1554dc6 |
v1.0.4
This is a bug fix release, it fixed the bsc testnet sync bug of the previous release v1.0.3.
Changelog
BUGFIX
*[#54] Fix getCurrentValidators issue
Assets
Assets | Sha256 Checksum |
---|---|
bsc_erigon_1.0.4_linux_arm64.tar.lz4 | 62f5ee0781f8bb24b70811708d4d1cb64b9e8fe052e33058ae08d24a6a7e82be |
bsc_erigon_1.0.4_linux_amd64.tar.lz4 | 0dad82b32919b2fc4850111d64766ccda4bf1fa445db417cdaffafb5cb783d34 |
bsc_erigon_1.0.4_darwin_arm64.tar.lz4 | 8dc2e7724db947299ada1b9e8eb1ba130554e665a272353f9e6fb763b102e6b9 |
v1.0.3
Attention
v1.0.3 is a hard-fork release (Luban)for BSC Testnet using Erigon. It includes the code of Fast Finality.
The hard fork will take place on Testnet at block height: 29,295,050, around 6:30(UTC) 27th April 2023.
It's required to use go 1.19 in this version.
It is not recommended for mainnet to use this version, especially validator, since more test is needed to make sure it is stable.
Changelog
FEATURE
- [#22] BEP-126: Introduce Fast Finality Mechanism
- [#28] BEP-221: implement cometBFT light block validation
- [#30] Upgrade the bytecode of system contracts(BEP: update the bytecode of luban fork after the contract release)
IMPROVEMENT
- Sync up to the erigon commit erigontech@ca088bd
- [#17] Update dockerfile and add docker image action
- [https://github.com/node-real/bsc-erigon-snapshot/pull/1] Support bsc BT download for old data, i.e. data in data/snapshots directory
Assets
Assets | Sha256 Checksum |
---|---|
bsc_erigon_1.0.3_linux_arm64.tar.lz4 | e9926ea56ce23f00663dee1430a8ae1e5b46bafd536f852bf77966c8f1965f6b |
bsc_erigon_1.0.3_linux_amd64.tar.lz4 | 3e285d52bebdeb59a47acf55bdeac7fe6439ca4463e6441cb0fa8011745046a5 |
bsc_erigon_1.0.3_darwin_arm64.tar.lz4 | 25d6a3be23728f37c0aed7d8fa7c2c38005dba6ad2fae884b1b8ca6045965891 |
v1.0.2
v1.0.2 is a hard-fork release for BSC mainnet with Erigon.
The mainnet is expected to have a scheduled hardfork upgrade named Planck at block height 27,281,024. The current block generation speed forecasts this to occur around 12th April 2023 at 05:30 AM (UTC).
The Planck hardfork includes 2 BEPs to enhance network stability and security:
BEP-171: Security Enhancement for Cross-Chain Module
BEP-172: Network Stability Enhancement On Slash Occur
The validators and full node operators on mainnet should switch their software version to v1.0.2 before 12th April 2023.
Assets
Assets | Sha256 Checksum |
---|---|
bsc_erigon_1.0.2_darwin_arm64.tar.gz | 7a213bed56759d53862d11c91127fbb28bccd80ac27966dacf4f5e123b5bb531 |
bsc_erigon_1.0.2_linux_arm64.tar.gz | 0f4cb136077ed5f37304ae818c238a30a098e18c7e61bf49e605d64009976d62 |
bsc_erigon_1.0.2_linux_amd64.tar.gz | 26bd17bfa616eae249636fa92537fa27cd5806cfc7570854ed129f421dff8709 |