Releases: crustio/crust
Releases · crustio/crust
Crust Mainnet Release - 25
Adjust the file fee update mechanism:
- Adjust the file base fee update algorithm
- Parameterize and expose all parameters to update file byte fee, file keys count fee, file base fee, so that we can fully control the file fee update from coucil
- Add FileFeeAdjustInterval to control the file fee update frequency
Crust Mainnet Release - 24
- Implement the market::calculate_spower extrinsic
- Increase weight for update_spower and update_replicas extrinsic to reflect proper resource assumption
- Some minor optimization to reduce memory usage
Crust Mainnet Release - 23
Implement the calculate spower offchain feature
Crust Mainnet Release - 22
Add support to set spower superior account
Crust Mainnet Release - 21
Support bridge between mainnet and parachain
Crust Polkadot Parachain Release - 6
Fix bridge_transfer transaction from mainnet to crustpara not showing up in SubScan, together with other minor improvements:
- Fix the following rustc compilation error from latest stable rustc (1.76.0)
- Enhance the build_spec_wasm_and_state.sh script to support both MacOS and Linux
- Fix SubScan not display the bridge transaction from mainnet to crust-para
- Use #[cfg(feature = "enable_sudo")] to wrap the sudo pallet related codes, so when want to use sudo for testing in development
- environment, just use 'cargo build --release --features enable_sudo'
- Update the state , wasm , and json file related to the latest build
- Upgrade the spec_version from 5 to 6
Crust Polkadot Parachain Release
Bump dependency to v1.0.0
XCM v3 support
Crust Shadow Release
Bump dependency to v1.0.0
XCM v3 support
Crust Polkadot Parachain Release
Remove the sudo pallet and add parachain spec as --chain crust-parachain