File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## v1.6.3
3+ ### FEATURE
4+ NA
5+
6+ ### BUGFIX
7+ [ \# 3429] ( https://github.com/bnb-chain/bsc/pull/3429 ) build(deps): bump github.com/consensys/gnark-crypto
8+ [ \# 3433] ( https://github.com/bnb-chain/bsc/pull/3433 ) internal/ethapi: fix eth_simulateV1
9+ [ \# 3431] ( https://github.com/bnb-chain/bsc/pull/3431 ) eth/tracers: fix crasher in TraceCall with BlockOverrides
10+
11+ ### IMPROVEMENT
12+ [ \# 3436] ( https://github.com/bnb-chain/bsc/pull/3436 ) revert: revert the nano check in parlia
13+ [ \# 3435] ( https://github.com/bnb-chain/bsc/pull/3435 ) eth: fix stuck when handleBlockBroadcast
214
315## v1.6.2
416### FEATURE
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ package version
1919const (
2020 Major = 1 // Major version component of the current release
2121 Minor = 6 // Minor version component of the current release
22- Patch = 2 // Patch version component of the current release
22+ Patch = 3 // Patch version component of the current release
2323 Meta = "" // Version metadata to append to the version string
2424)
You can’t perform that action at this time.
0 commit comments