From 2bbf432704f06748c82eb6c98dddabd5c8de08ac Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Mon, 26 Feb 2024 12:43:22 +0800 Subject: [PATCH] doc: add change log and testnet upgrade hight --- CHANGELOG.md | 7 +++++++ asset/testnet/app.toml | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8043f554..4e2c5532d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.10.17 +This is the release for the sunset of BNB Beacon Chain. + +FEATURES +* [\#977](https://github.com/bnb-chain/node/pull/1003) [BEP] feat: implement BEP-333(BNB Chain Fusion) + + ## v0.10.16 FEATURES * [\#977](https://github.com/bnb-chain/node/pull/977) [BEP] asset: add bep255 upgrade height for mainnet diff --git a/asset/testnet/app.toml b/asset/testnet/app.toml index 441478382..948090568 100644 --- a/asset/testnet/app.toml +++ b/asset/testnet/app.toml @@ -76,6 +76,7 @@ BEP171Height = 37691120 BEP126Height = 38931600 # Block height of BEP255 upgrade BEP255Height = 41650000 +FirstSunsetHeight = 50121232 [query] # ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]