Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c5f54fc80 | ||
|
|
826f613c0d |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## v1.2.2
|
## v1.2.4
|
||||||
|
FEATURE
|
||||||
|
* [\#1636](https://github.com/bnb-chain/bsc/pull/1636) upgrade: block height of Luban on mainnet
|
||||||
|
|
||||||
|
## v1.2.3
|
||||||
FEATURE
|
FEATURE
|
||||||
* [\#1574](https://github.com/bnb-chain/bsc/pull/1574) upgrade: update PlatoUpgrade contracts code
|
* [\#1574](https://github.com/bnb-chain/bsc/pull/1574) upgrade: update PlatoUpgrade contracts code
|
||||||
* [\#1594](https://github.com/bnb-chain/bsc/pull/1594) upgrade: block height of Plato on testnet
|
* [\#1594](https://github.com/bnb-chain/bsc/pull/1594) upgrade: block height of Plato on testnet
|
||||||
@@ -19,6 +23,9 @@ BUGFIX
|
|||||||
* [\#1575](https://github.com/bnb-chain/bsc/pull/1575) fix: make BLST PORTABLE for release binary
|
* [\#1575](https://github.com/bnb-chain/bsc/pull/1575) fix: make BLST PORTABLE for release binary
|
||||||
* [\#1590](https://github.com/bnb-chain/bsc/pull/1590) fix: fix snap flaky tests
|
* [\#1590](https://github.com/bnb-chain/bsc/pull/1590) fix: fix snap flaky tests
|
||||||
|
|
||||||
|
## v1.2.2
|
||||||
|
It was skipped by a mistake, replaced by v1.2.3
|
||||||
|
|
||||||
## v1.2.1
|
## v1.2.1
|
||||||
IMPROVEMENT
|
IMPROVEMENT
|
||||||
* [\#1527](https://github.com/bnb-chain/bsc/pull/1527) log: revert a log back to trace level
|
* [\#1527](https://github.com/bnb-chain/bsc/pull/1527) log: revert a log back to trace level
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ var (
|
|||||||
|
|
||||||
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
|
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
|
||||||
// TODO Caution !!! it should be very careful !!!
|
// TODO Caution !!! it should be very careful !!!
|
||||||
LubanBlock: nil,
|
LubanBlock: big.NewInt(29020050),
|
||||||
PlatoBlock: nil,
|
PlatoBlock: nil,
|
||||||
|
|
||||||
Parlia: &ParliaConfig{
|
Parlia: &ParliaConfig{
|
||||||
|
|||||||
@@ -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 = 2 // Patch version component of the current release
|
VersionPatch = 4 // 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