Skip to content

Releases: crustio/crust

Crust Polkadot Parachain Release - 6

07 Mar 06:10
cdd4e70
Compare
Choose a tag to compare

Fix bridge_transfer transaction from mainnet to crustpara not showing up in SubScan, together with other minor improvements:

  1. Fix the following rustc compilation error from latest stable rustc (1.76.0)
  2. Enhance the build_spec_wasm_and_state.sh script to support both MacOS and Linux
  3. Fix SubScan not display the bridge transaction from mainnet to crust-para
  4. Use #[cfg(feature = "enable_sudo")] to wrap the sudo pallet related codes, so when want to use sudo for testing in development
  5. environment, just use 'cargo build --release --features enable_sudo'
  6. Update the state , wasm , and json file related to the latest build
  7. Upgrade the spec_version from 5 to 6

Crust Polkadot Parachain Release

11 Jan 03:17
783b58e
Compare
Choose a tag to compare

Bump dependency to v1.0.0
XCM v3 support

Crust Shadow Release

05 Jan 07:20
b59b90f
Compare
Choose a tag to compare

Bump dependency to v1.0.0
XCM v3 support

Crust Polkadot Parachain Release

01 Mar 05:56
36cc55e
Compare
Choose a tag to compare

Remove the sudo pallet and add parachain spec as --chain crust-parachain

Crust Shadow Release

05 Dec 08:13
a39dd1f
Compare
Choose a tag to compare

Bump dependency to v0.9.29 #912
Fix astar convertor #915

Crust Shadow Release

28 Oct 02:46
7dd2c4b
Compare
Choose a tag to compare

Support Astar Origin Convertor #907
Pull the latest 0.9.27 branch #908

Crust Shadow Release

19 Sep 02:33
ab9ca8c
Compare
Choose a tag to compare

Bump dependency to 0927. #895
Add one more cross chain exts. #842

Crust Shadow Release

11 Jul 02:55
8222b5b
Compare
Choose a tag to compare

Bump the dependency to v0.9.24.

Crust v1.2.0

09 Dec 05:58
b21df3c
Compare
Choose a tag to compare

Upgrade priority: Upgrade priority:❗ HIGHPlease upgrade your node by running the following command as soon as possible

sudo crust tools upgrade-image chain
sudo crust reload chain

Test Env

  • This version has been tested on both full and authority nodes.
  • Native runtimes: 10
  • This release was tested against rustc 1.51.0-nightly (c97f11af7 2021-01-10). Other versions may work.

Overview

Comparing with v1.0.0 which is the 1st version of Crust MainNet. There are several enhancement and bug-fixed in this version release, especially in service and client-side

Client

  • Disable lagging finality #782
  • Add authority set hard fork for mainnet GRANDPA #790

Runtime

  • [Balance] Enable transfer and remove set_balance&force_transfer #706
  • [Market] Reduce base fee max replicas curve #709
  • [MPoW] Support removing expired code #715
  • [Runtime] Change unbonding duration, market base fee curve and minimum balance #721
  • [Market] Base fee has discount as well #723
  • [Claims] Remove init_pot extrinsic #725
  • [Bridge] Add bridge #732
  • [GPoS] Support removing reward #778
  • [GPoS] Support manual selection #780
  • [MPoW] Make report_work to be normal transaction #783

Anybody has questions/advice can discuss below 👇🏼

Crust PoC-11

08 Jan 03:40
f629f2d
Compare
Choose a tag to compare
Crust PoC-11 Pre-release
Pre-release

Happy New Year 🎉

Overview

We launched Maxwell M3 a few weeks ago, and already complete half of it, M3 grab with DSM 2.0 which influent all the sub-protocols.

Main Features

  • ⬆️ Upgrade to substrate master with latest features #365 #366
  • 🆕 [DSM] DSM 2.0 #324 #361 #362
  • 👷 [Dockerize] Upgrade crust env and simplify shell script #319 #320 #331
  • 🎨 [GPoS] Add chill success event #343
  • 🥳 [ParaChain] Adapt to Rococo V1 #372
  • 🎨 [DSM] Improve code style, refine some variables and functions #375
  • 🚑 [GPoS] Support choosing another account as the payee destination #368
  • 🚑 [DSM] Collect 10% tax into reserved pot #380
  • 🚑 [GPoS] Staking pot in GPoS for authoring reward and staking reward #383
  • 🚑 [GPoS] Support recharging staking pot #386
  • 🚑 [MPoW] MPoW has its own timeline right now #389
  • 🚀 [DSM] Simplify and fasten calculate payout #377
  • ✅ [Test] Integration benchmarking for swork and market #379 #388

Fixes

  • 🐛 [MPoW] Forbidden registering pub key twice #333
  • 🐛 [GPoS] Remove stake limit when chill account #338
  • 🐛 [MPoW] An account can be group owner without identity information right now #373
  • 🐛 [Client] Fix finality won't follow the best block #384
  • 🐛 [MPoW] Fix building error in Linux OS #385

Closed issues

#306
#314
#317
#321
#323
#325
#330
#336
#337
#340
#341
#348
#353
#355
#356
#369
#374
#381
#390