You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,24 @@
1
1
# Changelog
2
+
## v1.7.1
3
+
v1.7.1 is for BSC Chapel testnet [Osaka/Mendel hardfork](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-658.md),the hard fork time is 2026-03-24 02:30:00 AM UTC
4
+
5
+
### FEATURE
6
+
-[feat: support bid block size check for BEP-655](https://github.com/bnb-chain/bsc/pull/3529)
7
+
-[feat: support mev bid gas check of bep 652](https://github.com/bnb-chain/bsc/pull/3528)
8
+
-[eip4844.go: disable eip-7918 for bsc](https://github.com/bnb-chain/bsc/pull/3531)
-[core/types: fix typo in vote comparison (#3573)](https://github.com/bnb-chain/bsc/pull/3573)
13
+
-[Fee history issue](https://github.com/bnb-chain/bsc/pull/3577)
14
+
-[go.mod: upgrade otel to fix CVE-2026-24051](https://github.com/bnb-chain/bsc/pull/3554)
15
+
-[fix: fix gaslimit check in trace api (#3580)](https://github.com/bnb-chain/bsc/pull/3580)
16
+
-[miner: fix missing tcount increment in commitBlobTransaction (#3581)](https://github.com/bnb-chain/bsc/pull/3581)
17
+
-[fix: superinstruction bad block (#3582)](https://github.com/bnb-chain/bsc/pull/3582)
18
+
-[core/vm: align super-instruction minStack and maxStack bounds (#3584)](https://github.com/bnb-chain/bsc/pull/3584)
19
+
-[rlp: finalize listIterator on parse error to prevent non-advancing loops (#3586)](https://github.com/bnb-chain/bsc/pull/3586)
20
+
-[eth/protocols/snap: restore peers to idle pool on request revert (#3587)](https://github.com/bnb-chain/bsc/pull/3587)
21
+
2
22
## v1.7.0
3
23
v1.7.0-alpha is a preview release for upstream code sync, it catches up with [go-ethereum release [v1.16.7]](https://github.com/ethereum/go-ethereum/releases/tag/v1.16.7) and also include several bug fix and improvements.
4
24
@@ -35,6 +55,11 @@ Key changes from the code sync include:
35
55
-[ci: upgrade github actions to latest versions](https://github.com/bnb-chain/bsc/pull/3515)
36
56
-[ci: ignore nancy failre of quic-go@v0.49.1](https://github.com/bnb-chain/bsc/pull/3512)
0 commit comments