Skip to content

Commit 21cc14a

Browse files
authored
release: prepare for release v1.6.3 (#3437)
1 parent 8139ede commit 21cc14a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ package version
1919
const (
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
)

0 commit comments

Comments
 (0)