Upgrade Priority
Low: This is a low priority release and you may upgrade at your convenience.
Bifrost Kusama Runtime
ποΈ Runtime size: 1.605 MB (1,682,717 bytes)
π Compressed: Yes, 81.61%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: bifrost-24000 (bifrost-0.tx1.au1)
π³οΈ system.setCode hash: 0x64153ac5ad899d3c23d0c2c1e2f73cfe4022156996051f2883ccab580d7da595
π³οΈ authorizeUpgrade hash: 0x3f6e02827efc8ad61a0191879e42078bb72850cca99b12aaae75b7f0dc8818c6
π³οΈ Blake2-256 hash: 0x758cbbe1cadaeb55ecfbe206ec901132b0bde2048718a045150f41181ff8ef3e
π¦ IPFS: https://www.ipfs.io/ipfs/QmbmVRJiBTnLkYuwVJ1Sp7aigZbw4Wohof4amDJnP5VhvY
Bifrost Polkadot Runtime
ποΈ Runtime size: 1.976 MB (2,071,961 bytes)
π Compressed: Yes, 81.62%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: bifrost_polkadot-24000 (bifrost_polkadot-0.tx1.au0)
π³οΈ system.setCode hash: 0x0154aa665ab2e1dbce96430a63572fde9f44dead69382a0e5161590d28a96f24
π³οΈ authorizeUpgrade hash: 0x124a4da3ae6ebd3c1239f8bb007a2ce7fdc0be00fbbeb401634d278b090aea53
π³οΈ Blake2-256 hash: 0x5fe740de6babeb53d9ce665c4a2bdc942ca51be4aaa3d8882d2cf00cecaf2b3d
π¦ IPFS: https://www.ipfs.io/ipfs/QmdvTrcrEwjdQQRzbiS3Yqjttns9TroNWQGpWeCeoBzSiF
Bifrost Paseo Runtime
ποΈ Runtime size: 1.972 MB (2,068,142 bytes)
π Compressed: Yes, 81.65%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: bifrost_paseo-24000 (bifrost_paseo-0.tx1.au0)
π³οΈ system.setCode hash: 0xd96db8f645ad0c413dfe699c99e962bc28fdf09a89ec6b9a3803196bbb573d29
π³οΈ authorizeUpgrade hash: 0x8d249f6abbbbdee5fee9b793f476b697f0350f4980e607fb588791c67499bbae
π³οΈ Blake2-256 hash: 0x7c7d5cec67651d8ace0319d511f15d2fb371524165d606035f10fd32424bd7bf
π¦ IPFS: https://www.ipfs.io/ipfs/QmeRyUm185HXTdo2AwsUmZXEDj3nMVaMsYu7DaF6qX9wnm
What's Changed
- fix: reduce minimum selected candidates to 4 by @SunTiebing in #1990
- Optimize primitives by @Wsteth in #1992
- Fixed slpx relayer fee by @hqwangningbo in #1998
- [skip ci]:Update Makefile to use production profile for builds and en⦠by @TomatoAres in #1994
- fix: π redeem_commission by @yooml in #1985
- refactor: replace XChainSender with BifrostSlpx for asset transfers a⦠by @SunTiebing in #1989
- Fix/bifrost farming by @yooml in #1988
- fix: π clouds_to_vebnc by @yooml in #1991
- Retire unused staking management by @SunTiebing in #1987
- feat: πΈ add MinRemainingLockBlocks by @yooml in #1986
- add_async_mint_with_channel_id by @hqwangningbo in #2008
- fix: simplify arithmetic by @MJLNSN in #2012
- feat: upgrade storage version to 7 and migrate ledger entries by @SunTiebing in #2019
- Slpv2 integration test by @SunTiebing in #2013
- Bifrost v0.23.3 by @SunTiebing in #2032
- refactor: split currency definitions by polkadot and kusama features by @MJLNSN in #1993
- fix: update command execution to include shared trie cache by @SunTiebing in #2035
- Resolve slpv2 conflicts by @SunTiebing in #2045
- Adapt vtokenvoting for slpv2 by @SunTiebing in #2046
- Add hyperbridge check by @hqwangningbo in #2042
- feat: remove exchange rate limit and related storage by @Wsteth in #2003
- feat: implement burn fee logic for XCM transactions by @SunTiebing in #2036
- Global vtoken rate logic optimization by @Wsteth in #2007
- fix compile with runtime benchmarks feature by @hqwangningbo in #2048
- Add retry redeem by @hqwangningbo in #2041
- fix: π general_xcm_executor by @yooml in #2026
- Slpv2 with vwl vbl by @SunTiebing in #2034
- fix:fix benchmarks by @MJLNSN in #2033
- Change test params to polkadot by @Wsteth in #2049
- Remove slp by @Wsteth in #2050
- Fix try runtime by @SunTiebing in #2057
- Add try state and intergrity test by @Wsteth in #2055
- build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #2043
- build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #2044
- build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #2051
- build(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #2052
- build(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #2053
- refactor: π‘ asset id convert trait by @yooml in #2011
- feat: update dependencies by @SunTiebing in #2047
- Refactor/currencies by @yooml in #2009
- Remove slp and slpv2 add set ledger by @hqwangningbo in #2059
- feat: add genesis configuration and integration tests for vtoken voting by @SunTiebing in #2058
- Wave migration by @yooml in #2060
- feat: modify authoring_duration from 1500ms to 2000ms. by @Wsteth in #2061
- add log dependency and update CI workflow to check Cargo.lock β¦ by @TomatoAres in #2065
- fix vtokenVoting blackNumber by @SunTiebing in #2066
- remove #[allow(clippy::useless_conversion)] by @SunTiebing in #2067
- Fix/wave migration by @yooml in #2063
- update Cargo.lock for build --locked by @TomatoAres in #2069
- fix lp-token2 by @SunTiebing in #2070
- fix: try-runtime ConfigurationByStakingProtocol pre_upgrade count by @Wsteth in #2071
- fix: π change entrance_account_free_balance by @yooml in #2072
- fix: missing dependencies by @TomatoAres in #2075
Full Changelog: bifrost-v0.23.3...bifrost-v0.24.0