Commit f5ba30e 1 parent f190c49 commit f5ba30e Copy full SHA for f5ba30e
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## v1.4.8
3
+ ### FEATURE
4
+ * [ \# 2483] ( https://github.com/bnb-chain/bsc/pull/2483 ) core/vm: add secp256r1 into PrecompiledContractsHaber
5
+ * [ \# 2400] ( https://github.com/bnb-chain/bsc/pull/2400 ) RIP-7212: Precompile for secp256r1 Curve Support
6
+
7
+ ### IMPROVEMENT
8
+ NA
9
+
10
+ ### BUGFIX
11
+ NA
12
+
2
13
## v1.4.7
3
14
### FEATURE
4
15
* [ \# 2439] ( https://github.com/bnb-chain/bsc/pull/2439 ) config: setup Mainnet Tycho(Cancun) hardfork date
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
const (
24
24
VersionMajor = 1 // Major version component of the current release
25
25
VersionMinor = 4 // Minor version component of the current release
26
- VersionPatch = 7 // Patch version component of the current release
26
+ VersionPatch = 8 // Patch version component of the current release
27
27
VersionMeta = "" // Version metadata to append to the version string
28
28
)
29
29
You can’t perform that action at this time.
0 commit comments