·
90 commits
to main
since this release
cess-v0.7.9-venus
Release for cess-testnet-v0.7.9-venus
Chain
Upgrade the polkadot-sdk to the stable2412 version.
Upgrade frontier to support the polkadot-sdk stable2412.
Highlights
- The upgraded framework enables the underlying chain to support new features of Substrate such as multi-block migration on the chain and new transaction formats.
- Remove the concept of bucket in the file module, making the file upload process more streamlined.
- Replace the P2P protocol in the miner module with the HTTP protocol.
- Fix compilation errors under the
try-runtimefeature.
Features
Sminer Pallet(#404)
- Update the miner module and p2p protocol related codes.
- Migrate the Storage data type. StrongVersion version upgraded from 0 to 1.
File-Bank Pallet(#403)
- Update bucket-related extrinsics and structures in FileBank Pallet.
- Migrate the key values of
File StorageandDealMap Storage. StrongVersion version upgraded from 2 to 3.
Fix
- Fixed memory leak issue.