Runtimes
Picasso
🗜 Compressed: Yes, 78.31%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10035 (picasso-1.tx1.au1)
🗳️ system.setCode hash: 0x5fad9ab6e7032f96ba4aecce0583a672c521fd86fdae7e66541c3cc80a94dba1
🗳️ authorizeUpgrade hash: 0x76e47cf3eac8aee28d260d1b876245c6cbae07471e15461955e5b388854fd189
🗳️ Blake2-256 hash: 0x8a7b143bd3d80413a0c924567739588cd2c133cf0efb0ebbff6a1df42278b487
📦 IPFS: https://www.ipfs.io/ipfs/QmPHmsW6wePCmwaKJBLztYxQbpMcDXzj9Vw6dpHXQFfG8N
Composable
🗜 Compressed: Yes, 78.77%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10035 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0xa38769449d935b279130c7c55133538b94a55dc8ff4975ea569b278889627e98
🗳️ authorizeUpgrade hash: 0x24401f02520bf8de5ce5e1ca8ddaa5c39df1237bf960dccc0630a3f8490d4402
🗳️ Blake2-256 hash: 0x1e7dad74d3096b63ee2f6205e9838066921dd0f2e88c36c12987c08e6add44b2
📦 IPFS: https://www.ipfs.io/ipfs/QmdM8NonHbekhkN7itz1FnwHnqQJzJU3wMEVZNUBT9r6xp
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v8.10035.2#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-v8.10035.2#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-v8.10035.2#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-v8.10035.2#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-v8.10035.2#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-v8.10035.2#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-v8.10035.2#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(devnet): xc docker image user fix to run devent in docker and codespace by @dzmitry-lahoda in #4016
- ci(perf): fail fast in case of failed builds by @dzmitry-lahoda in #4023
- ci(test): trigger integration test and add test docs by @dzmitry-lahoda in #4026
- docs(cw): removed non existent and useless feature by @dzmitry-lahoda in #4025
- fix(multihop-bech32): updated bech32 dependency, use up to date crate instead of bech32-no-std old create. by @RustNinja in #4027
- fix(centauri version): centauri commit update by @kkast in #4033
- chore: fix various compilation warnings by @mina86 in #4034
Full Changelog: release-v9.10035.3...test-release-v0.0.1