Releases: node-real/bsc-erigon
v1.2.13
Changelog
- 27ec71b bump version (#450)
- cb5605a Avoid crash when eth_getCode (#449)
- 0f0cc41 rpc bottleneck: block files mutex (e2) (erigontech#11155) (#440)
- addf25a Revert "consensus/parlia: support recovery when snapshot of parlia gone in disk (#445)" (#448)
- 7be6c9f consensus/parlia: support recovery when snapshot of parlia gone in disk (#445)
- 999ea75 Merge pull request #444 from node-real/fix-gas-tracing
- e81aea9 [systemContract] fix ordering of applying of the contracts
- 3f4599c add webseed (#439)
- c29e1cb update logs (#438)
- 83930f4 update snapshots (#434)
- 3d7eb95 add a mark for latest block (#432)
v1.2.12
Attention
Don't use v.1.2.11 for bsc main net.
The release fix the problem bring by v1.2.11.
If you are in wrong version:
- make intergration(v1.2.11) and run those command
./integration state_stages --unwind=20 --chain=bsc --datadir=./data ./integration stage_headers --unwind=20 --chain=bsc --datadir=./data
- and then change to the v1.2.12
- restart the node
Changelog
v1.2.11
v1.2.11 has a critical bug, may damage your data, don't use this version!!!
Attention
This is a hardfork release target to resolve a staking reward distribution issue on BSC testnet. This upgrade, known as the "Haber Fix" upgrade, is scheduled to take place on July 3, 2024, at 06:06:28 GMT. All clients on BSC testnet are encouraged to upgrade to the latest version.
Changelog
v1.2.10
Attention
It's a maintenance release, fixed snapshots issue. Please update to this version before Haber hard fork.
The target Haber hard fork time will be:
Mainnet: 2024-06-20 06:05:00 AM UTC
Changelog
v1.2.9
Attention
Release v1.2.9 is a cut-in hard fork release for BSC Testnet and Mainnet, the HF name is: Haber, it only supports one BEP: BEP-381: Precompile for secp256r1 Curve Support
The target Haber hard fork time will be:
Testnet: 2024-05-29 06:07:00 AM UTC
Mainnet: 2024-06-20 06:05:00 AM UTC
Changelog
v1.2.8
v1.2.7
v1.2.6
v1.2.5
Attention
Remove flag --p2p.protocol=66,67, bsc will only support eth68. Use the default value.
Release v1.2.5 is a hard fork release for BSC Chapel Testnet, the HF name is: Tycho.
The target Tycho hard fork time will be:
- Testnet: 2024-04-17 05:07:22 AM UTC
- Mainnet: To be determined, could be around Mid of Jun 2024
Changelog
- eb6d673 config: setup Testnet Tycho(Cancun) hardfork date (#364)
- f8cdc7a update bsc erigon snapshot (#363)
- bc6cb76 Fix go build, bump v1.2.5 (#362)
- e2ad510 bump v1.2.5
- 5a6ec82 use bsc-erigon
- 78b9be8 deps: update prsym to solve warning about quic-go version
- abed4f5 use netgo
- 39518bb Merge pull request #358 from node-real/sidecar-sync
- de04140 fix ci
- b7283fb Fix rpc (#360)
- bdc4818 Shortening body encode/decode RLP code (erigontech#9691)
- 82f47df add test for encoding
- b04cd1c Merge pull request #359 from blxdyx/fix_getheader
- f451ba9 add field
- 12cde59 blob sync on past blocks
- 7ea0335 sidecars could be nil (#356)
v1.2.4
Attention
- Golang v1.21 will be needed to compile.
- Bsc cancun hardfork code implement
- Upstream latest code from erigon
Changelog
- 1eda2f3 support go 1.21 (#354)
- c48af73 Cancun bugfix (#355)
- 60ae6d1 check blob if exist (#353)
- a37f60f align limit with bsc
- e34295f upstream
- 5e07d7f add log
- 0e94077 Some bug fix
- 18e4bff don't store blob when mock_sentry (#345)
- 1938e4a Change default use eth68 protocol (#344)
- 609ccfc Use EmptyRootHash instead of common.hash{} (#342)
- 804173e handle unfinalized trxs
- 813cf89 align rpc output with bsc
- 21e9758 revert change
- 25677e5 fix data IsDataAvailable check
- e963db2 handle empty withdrawals
- e567906 add CheckDataAvaliabe
- 1326eef 4844 full support in stage downloader
- 9813e2e move blobStorage to parlia
- 1294427 fix syncing
- d3c97ea fix check for cancun
- 3b5f7d0 add rpc
- 1365028 Store blob in db
- 2fdbe11 add test
- 1db8d16 aligin with latest changes
- 5f1ee94 add new type sidecars
- 376306a blob: add support for encoding blobs
- 6d2e1f2 Support cancun hard fork
- 947290f parlia: add state prepare for SC tx (erigontech#2272) and fix check cancun header
Full Changelog:v1.2.3...v1.2.4