release-v9.10042.1
Pre-release
Pre-release
Runtimes
Picasso
π Compressed: Yes, 78.81%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: picasso-10042 (picasso-1.tx1.au1)
π³οΈ system.setCode hash: 0xbdcc5772b0c452c3024135919829a02a6cfbd4d7032702382a536efdbdb18f9a
π³οΈ authorizeUpgrade hash: 0xcf2224efdfee9d3c7f46dcce31b5b2b22ee569e89468e86263e4a458017d6846
π³οΈ Blake2-256 hash: 0xea013858e9c6d616a65da4cd32df5d6b37257f01467e48ae7d8ac3d8b1f2f172
π¦ IPFS: https://www.ipfs.io/ipfs/QmV7JDDC3UXdYZctwb5jyrM1Ej9bNqmZmrq4qPfYscVUf6
Composable
π Compressed: Yes, 78.99%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: composable-10042 (composable-1.tx2.au1)
π³οΈ system.setCode hash: 0xecbb6cfd31f396a1dfd42c6f190b0ce839b5a5b0fe1263cb8cd30f362b73c1fb
π³οΈ authorizeUpgrade hash: 0x68fe2bab638ff0276cf87f36d76eb12b576992dc60add52cf13234b1047c2df1
π³οΈ Blake2-256 hash: 0x05fa8c4e4120cd0cc9341f9e8dacdb05f137c02d51b03a35ca14462f1f4503d5
π¦ IPFS: https://www.ipfs.io/ipfs/QmdZWWWVm2Cy72V5Ty6VtWsHBNQE3Y2RcJ26UttNthGkKC
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10042.1#picasso-runtime --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
nix build github:ComposableFi/composable/release-v9.10042.1#composable-runtime --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v9.10042.1#composable-node --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v9.10042.1#devnet-picasso --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
nix run github:ComposableFi/composable/release-v9.10042.1#devnet-composable --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# CW CLI tool
nix run github:ComposableFi/composable/release-v9.10042.1#ccw --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v9.10042.1#devnet-xc-fresh --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
What's Changed
General changes
- chore(devnet): aligning with producion versions by @dzmitry-lahoda in #4374
- feat(release): latest release version 10042.0 by @kkast in #4375
- feat(devnet): fixes for cvm/mantis config/init by @dzmitry-lahoda in #4376
- feat(devnet): mantis running locally and remotely by @dzmitry-lahoda in #4377
- docs: fix typos by @omahs in #4383
- docs(update): add OG parameters + intro to Mantis by @JafarAz in #4382
- chore(cli): Propagate CLI pruning flags to relaychain by @vmarkushin in #4386
New Contributors
Full Changelog: release-v9.10042.0...release-v9.10042.1