Runtimes
Picasso
🗜 Compressed: Yes, 78.37%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10036 (picasso-1.tx1.au1)
🗳️ system.setCode hash: 0xe00cd79e8d2c3fd99047d33cdd32882ebbc63005833111f5e9dd2fe4eea75232
🗳️ authorizeUpgrade hash: 0x94d9331d18d70ceec57f8ad5e8e88ca36866d83586e88f8bc79805529db8181f
🗳️ Blake2-256 hash: 0x009d8183767c977528013b16f77a1bd665f9b922a6287cc44519880a09e49158
📦 IPFS: https://www.ipfs.io/ipfs/QmcELbKhVhngNeLbt4mTb2BRKLCgqXR25XUzA3933p5qUT
Composable
🗜 Compressed: Yes, 78.75%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10036 (composable-1.tx2.au1)
🗳️ system.setCode hash: 0xda1fcecb536efc3f9a5518e3e2d7245676a260a08e3a5a6c157ee6bb5cc8208f
🗳️ authorizeUpgrade hash: 0xa6a94e87a0014c650a15afab1aca7d6cddb02c8d9818138a5bcd8e5a93823775
🗳️ Blake2-256 hash: 0x5a7fc40af0781e395e40ea4245ef7209c0d82a4c8635b62b6c65c3b55c71d325
📦 IPFS: https://www.ipfs.io/ipfs/QmTpTiGu1TGQy7ykJ6PPTqirBPHmbnWjV8jYTjYrWQf85R
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10036.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.10036.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.10036.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.10036.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.10036.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.10036.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.10036.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
- 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
- feat: add IBC communication and asset accounting to Virtual Wallet by @mina86 in #4036
- fix(ibc): clarified connection ids in devnet by @dzmitry-lahoda in #4040
- ci(perf): replace release job with fast cheap box by @dzmitry-lahoda in #4039
- chore(ci): improving ability to run devnet (more stable docker release) by @dzmitry-lahoda in #4043
- feat(xcvm): gateway: introduce GetLocalAssetByReference query by @mina86 in #4044
- feat(xcvm): add Gateway wrapper for accessing gateway contract by @mina86 in #4051
- feat(cw-ibc): clarifying error handling and made asset mapping configurable by @dzmitry-lahoda in #4053
- fix(timeout-type-memo): update nix dependency proper way by @RustNinja in #4049
- docs(removal): remove old packages by @fl-y in #4059
Full Changelog: release-v9.10035.3...release-v9.10036.1