forked from bnb-chain/bnb-chain.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add announcement for BC mainnet second sunset hardfork (bnb-cha…
…in#372) * docs: add announcment for BC mainnet second sunset hardfork * mark finished upgrades
- Loading branch information
1 parent
4b6f358
commit 51c3e1e
Showing
4 changed files
with
57 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ site/ | |
.cache | ||
|
||
.DS_Store | ||
|
||
build | ||
|
||
.docusaurus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Second Sunset Hardfork of BC | ||
|
||
<div class="doc-announce-info"> | ||
<span class="version-tag">Hardfork</span> | ||
</div> | ||
|
||
## Upgrade Timeline | ||
|
||
The Second Sunset Hardfork will happen at: | ||
|
||
- Mainnet: July 14 2024 6:00:00 AM UTC | ||
|
||
## Upgrade to BC Node v0.10.22 Before Hardfork | ||
|
||
BC node need to be upgraded before the hardfork time. | ||
|
||
- https://github.com/bnb-chain/node/releases/tag/v0.10.22 | ||
|
||
### Upgrade Instructions | ||
|
||
As a fullnode runner, you need to take the following steps before the hardfork block height. | ||
|
||
1) Download the new v0.10.22 binary and replace the previous version. | ||
|
||
2) Download the new config | ||
file [app.toml](https://github.com/bnb-chain/node/releases/download/v0.10.22/mainnet_config.zip) to replace the | ||
previous version or add the following under the [upgrade] module of `app.toml`. | ||
|
||
```toml | ||
SecondSunsetHeight = 378062790 | ||
``` | ||
|
||
3) Stop the bnbchaind process and restart it with v0.10.22. | ||
|
||
```shell | ||
service bnbchaind restart | ||
``` | ||
|
||
## Key Highlight | ||
|
||
All TimeLocks and AtomicSwaps on BC tesnet will automatically be refunded to user accounts. | ||
All the BSC delegations will be automatically undelegated and refunded to user accounts after the unbonding period. | ||
For more information about BNB Chain Fusion, please refer to [this](https://www.bnbchain.org/en/bnb-chain-fusion). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters