Skip to content

doc: update for Maxwell and Lorentz #635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/announce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# Announcement

<div class="doc-announce">
<a href="./lorentz-bsc/">
<div>
<div class="announce-title">Lorentz Upgrade of BSC (Mainnet) </div>
<div class="announce-desc">One BEP on BSC Mainnet</div>
</div>
<span class="announce-date">2025 Apr 17</span>
</a>
<a href="./volta-opbnb/">
<div>
<div class="announce-title">Volta Upgrade of opBNB (Mainnet) </div>
Expand Down
8 changes: 5 additions & 3 deletions docs/announce/maxwell-bsc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
## Upgrade Timeline
The Maxwell upgrade will happen at:

- Testnet: TBD, target later May 2025
- Testnet: 2025-05-26 07:05:00 AM UTC
- Mainnet: TBD, target later Jun 2025

There are three BEP in Maxwell:

- [BEP-524: shorter block interval phase two: 0.75 seconds](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-524.md)
- [BEP-563: add Enhanced Validator Network proposal](https://github.com/bnb-chain/BEPs/pull/563)
- [BEP-564: add New Block Fetching Messages proposal](https://github.com/bnb-chain/BEPs/pull/564)
- [BEP-563: add Enhanced Validator Network proposal](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-563.md)
- [BEP-564: add New Block Fetching Messages proposal](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-564.md)

## Upgrade BSC Testnet Nodes to v1.5.13 Before Hardfork
[v1.5.13](https://github.com/bnb-chain/bsc/releases/tag/v1.5.13) is a hard fork release for BSC Testnet, the HF name is: [Maxwell](https://forum.bnbchain.org/t/bnb-chain-roadmap-mainnet/936#p-1418-h-3-maxwell-wip-10)
2 changes: 1 addition & 1 deletion docs/bnb-smart-chain/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Welcome to the FAQ section for BNB Smart Chain. Below are some common questions
- [Recovering Tokens Sent to Wrong Chain or Address](./recovering-tokens-sent-to-wrong-chain-or-address.md)
- [Tokens Not Showing in Wallet](./tokens-not-showing-in-wallet.md)
- [Transfer NEXO from Tangem into BSC](./transfer-nexo-from-tangem-into-bsc.md)
- [Lorentz Hard Fork Upgrade](./lorentz-hard-fork-upgrade.md)
- [Lorentz Hard Fork Upgrade](./plorentz-hard-fork-upgrade.md)

If your issue is not listed here, please explore our other documentation or open an issue.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ nav:
- Announcements:
- Announcements: ./announce/index.md
- Upcoming:
- Lorentz Upgrade of BSC: ./announce/lorentz-bsc.md
- Maxwell Upgrade of BSC: ./announce/maxwell-bsc.md
- Maxwell Hardfork(BSC): ./announce/maxwell-bsc.md
- Volta Upgrade of opBNB: ./announce/volta-opbnb.md

- Passed:
Expand All @@ -83,7 +82,7 @@ nav:
- Final Sunset of BC (Mainnet): ./announce/final-sunset-bc-mainnet.md
- Greenfield Savanna Hardfork: ./announce/savanna-greenfield.md
- Pascal Hardfork(BSC): ./announce/pascal-bsc.md

- Lorentz Hardfork(BSC): ./announce/lorentz-bsc.md

- BNB Smart Chain:
- BNB Smart Chain: ./bnb-smart-chain/index.md
Expand Down