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: 0xc403189cc19d6ceb7f611744cf27fd0475559142253212d5c52d60eaf2a2617e
🗳️ authorizeUpgrade hash: 0x45d789d4562106af9410c642d7408f69d411103c74db85b4431ffd10f1a84188
🗳️ Blake2-256 hash: 0x1a3c5090b0d5fe76e0ed52776a8bda7c11b07527b6d2c2fbe6a8bcd460fbc973
📦 IPFS: https://www.ipfs.io/ipfs/QmZU4cMBKcEvYfe67xQPhp3Mx6KxkrYsQqjNdmTqn6YGej
Composable
🗜 Compressed: Yes, 78.78%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10035 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0x2428da065f11a4234e42f2304f05b9b67163ae2101bf62e95f0a55d853256b60
🗳️ authorizeUpgrade hash: 0x989c7b8c42076acf24f2bfa43311f670eb45423bdf0c30232a40689d803d5b1a
🗳️ Blake2-256 hash: 0xd7d1b1ad90eda00a9ef0e19d1043afbf89fd88307fbe9edba145752b116dff63
📦 IPFS: https://www.ipfs.io/ipfs/QmUNDAWXfgLBSrJwBkjAWo6AJVuTRkrBvLKsuyRFncgPKc
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
Full Changelog: release-v9.10035.0...release-v9.10035.3