Compare commits
9 Commits
big_merge_
...
v1.2.12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb6bdc055d | ||
|
|
1c17c47df7 | ||
|
|
7a19cd27b6 | ||
|
|
c431373bd5 | ||
|
|
2b836937a2 | ||
|
|
34b065aecb | ||
|
|
5f87ddf9f6 | ||
|
|
fd58e6f0ac | ||
|
|
9ed95d826e |
2
.github/commitlint.config.js
vendored
2
.github/commitlint.config.js
vendored
@@ -36,7 +36,7 @@ module.exports = {
|
|||||||
'header-max-length': [
|
'header-max-length': [
|
||||||
2,
|
2,
|
||||||
'always',
|
'always',
|
||||||
72,
|
80,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
helpUrl:
|
helpUrl:
|
||||||
|
|||||||
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,4 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## v1.2.12
|
||||||
|
FEATURE
|
||||||
|
* [\#1852](https://github.com/bnb-chain/bsc/pull/1852) discov: add hardcoded bootnodes
|
||||||
|
|
||||||
|
BUGFIX
|
||||||
|
* [\#1844](https://github.com/bnb-chain/bsc/pull/1844) crypto: Update BLST to v0.3.11
|
||||||
|
* [\#1854](https://github.com/bnb-chain/bsc/pull/1854) fetcher: no import blocks before or equal to the finalized height
|
||||||
|
* [\#1855](https://github.com/bnb-chain/bsc/pull/1855) eth/tracers: trace system tx should add intrinsicGas
|
||||||
|
|
||||||
|
IMPROVEMENT
|
||||||
|
* [\#1839](https://github.com/bnb-chain/bsc/pull/1839) Update init-network command
|
||||||
|
* [\#1858](https://github.com/bnb-chain/bsc/pull/1858) vote: check consensus key match vote key before voting
|
||||||
|
|
||||||
## v1.2.11
|
## v1.2.11
|
||||||
FEATURE
|
FEATURE
|
||||||
* [\#1797](https://github.com/bnb-chain/bsc/pull/1797) client: add FinalizedHeader/Block to use the fast finality
|
* [\#1797](https://github.com/bnb-chain/bsc/pull/1797) client: add FinalizedHeader/Block to use the fast finality
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
VersionMajor = 1 // Major version component of the current release
|
VersionMajor = 1 // Major version component of the current release
|
||||||
VersionMinor = 2 // Minor version component of the current release
|
VersionMinor = 2 // Minor version component of the current release
|
||||||
VersionPatch = 11 // Patch version component of the current release
|
VersionPatch = 12 // Patch version component of the current release
|
||||||
VersionMeta = "" // Version metadata to append to the version string
|
VersionMeta = "" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user