release-v9.10045.0
Runtimes
Picasso
π Compressed: Yes, 78.86%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: picasso-10044 (picasso-0.tx1.au1)
π³οΈ system.setCode hash: 0x8df2638839d3e7f49ae0bc89d3e249ac6198eeb75879ad0b3ca0d50e8f33b0ba
π³οΈ authorizeUpgrade hash: 0x5c1985d625bc57f4c718231ce53007ede82a7c9884bccb42a535ec35d82a4e28
π³οΈ Blake2-256 hash: 0x1df67323753fb408b28abf16a6c81068377830a783e1066335fe46189f57feac
π¦ IPFS: https://www.ipfs.io/ipfs/QmXawF24EojoJAMBpwirR4Eem4pvPpgCv9i8jgvRm2cmmB
Composable
π Compressed: Yes, 79.10%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: composable-10044 (composable-0.tx2.au1)
π³οΈ system.setCode hash: 0x217454eec57d588e74c498ab06f50d626b5726b4356a26837c8953f975e65344
π³οΈ authorizeUpgrade hash: 0x6cfa2fda817b15cf2ea48cdbb33ec5f7117817aadf3f18ec98d3ba33ee9ea7f0
π³οΈ Blake2-256 hash: 0x81f0db7d9b52c529fd463d5ee258e8b3246a1a724c9bb4c13d69ee10356b9294
π¦ IPFS: https://www.ipfs.io/ipfs/QmdhyFudir5voDhRHvw7SV5XGNFo4UusJRLzrDbSGDJxvc
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10045.0#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.10045.0#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.10045.0#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.10045.0#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.10045.0#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.10045.0#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.10045.0#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
- fix(lsd): composable runtime xcm barrier. to enable notification from relay by @RustNinja in #4396
- docs(addition+updates): add leap guide + update other docs by @JafarAz in #4400
- docs(addition): add solana ibc + restaking docs by @JafarAz in #4403
- docs(updates): staking guide + link fixes by @JafarAz in #4406
- chore: CVM/DevNet/CI updates/renames/upgrades with CI CVM testing by @dzmitry-lahoda in #4385
- changing peer ID of node rpc-01 by @Ciejo in #4417
- docs(addition): add architecture + stables logs for LAYR crowdloan by @JafarAz in #4418
- docs(addition): add Solana vaults docs by @JafarAz in #4425
- docs(addition): add mantis tab & docs & fix links by @JafarAz in #4430
- docs(restaking): add restaking vaults + renaming for aesthetics by @JafarAz in #4435
- docs(edits): prepare docs for launch of restaking vaults by @JafarAz in #4436
- chore(bootnode): new bootnode rpc-03 to composable chainspec by @Ciejo in #4433
- fix(devnet): set cw genesis contracts to empty vec by @kkast in #4437
New Contributors
Full Changelog: release-v9.10044.1...release-v9.10045.0