diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f8200480..55d10340e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,23 @@ [\#3368](https://github.com/bnb-chain/bsc/pull/3368) BEP-590: Extended Voting Rules for Fast Finality Stability [\#3374](https://github.com/bnb-chain/bsc/pull/3374) Implement BEP-592: Non-Consensus Based Block-Level Access List [\#3372](https://github.com/bnb-chain/bsc/pull/3372) core/systemcontracts: define fermiUpgrade +[\#3390](https://github.com/bnb-chain/bsc/pull/3390) feat: implement incremental snapshot +[\#3395](https://github.com/bnb-chain/bsc/pull/3395) feat: EVM execution opcode level optimization +[\#3400](https://github.com/bnb-chain/bsc/pull/3400) consensus/parlia: set kAncestorGenerationDepth to 3 in BEP-590 +[\#3397](https://github.com/bnb-chain/bsc/pull/3397) consensus/parlia: fix updateAttestation&improve assembleVoteAttestation +[\#0000](https://github.com/bnb-chain/bsc/pull/0000) p2p: define ProxyedNodeIds in Config #3417 ### BUGFIX [\#3373](https://github.com/bnb-chain/bsc/pull/3373) ethapi: reject oversize storage keys before hex decode ### IMPROVEMENT -NA +[\#3388](https://github.com/bnb-chain/bsc/pull/3388) miner/minerconfig: update config to adapt 100M gaslimit +[\#3404](https://github.com/bnb-chain/bsc/pull/3404) miner: validator not inturn backoff before mining +[\#3407](https://github.com/bnb-chain/bsc/pull/3407) fix: change lock to read lock in legacy pool +[\#3415](https://github.com/bnb-chain/bsc/pull/3415) eth: broadcast votes to evn peers regardless of deltaTdThreshold +[\#3416](https://github.com/bnb-chain/bsc/pull/3416) cmd/geth: improve config for sentry nodes when init network +[\#3419](https://github.com/bnb-chain/bsc/pull/3419) miner: use latest block as pending block for simplicity +[\#3426](https://github.com/bnb-chain/bsc/pull/3426) eth: increase the delta td threshold to broadcast votes ## v1.6.1 v1.6.1-beta is a preview release, which fixes several issues of the v1.6.0-alpha, it is more reliable than v1.6.0-alpha, so mark it as beta stage. diff --git a/params/config.go b/params/config.go index 7532767c63..6c107231a2 100644 --- a/params/config.go +++ b/params/config.go @@ -272,7 +272,7 @@ var ( PragueTime: newUint64(1740452880), // 2025-02-25 03:08:00 AM UTC LorentzTime: newUint64(1744097580), // 2025-04-08 07:33:00 AM UTC MaxwellTime: newUint64(1748243100), // 2025-05-26 07:05:00 AM UTC - FermiTime: nil, + FermiTime: newUint64(1762741500), // 2025-11-10 02:25:00 AM UTC Parlia: &ParliaConfig{}, BlobScheduleConfig: &BlobScheduleConfig{