Runtimes
Picasso
🗜 Compressed: Yes, 78.72%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10042 (picasso-0.tx1.au1)
🗳️ system.setCode hash: 0xe670b58312a82e6b6c96e01f7806ca4cbb61f6105140f151a80eac6040dd5493
🗳️ authorizeUpgrade hash: 0x2618e8b5ecb882baf55930cf14be789b6812c1e4c96f735a1d6618485aec0556
🗳️ Blake2-256 hash: 0x01457910b0e01d5991505609fef1c1889c31ac1acfa75c03ea29eb371665c2ff
📦 IPFS: https://www.ipfs.io/ipfs/QmU6zv1ArvBznKsZzwVKut7YSvHyXMed1frBoFnBXx7oAU
Composable
🗜 Compressed: Yes, 79.03%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10042 (composable-0.tx2.au1)
🗳️ system.setCode hash: 0x7089b8606b04faea963e38fd8f6fa261ffd7801aa4db0803e70dbc7517b662f7
🗳️ authorizeUpgrade hash: 0xb8619ddc9c3d8a0b710624b49a51124b3ce9af8ef356d08d6c20fceeecdb7107
🗳️ Blake2-256 hash: 0x52255e64f140c0c70610ca76122095b3b7fef5fd6132c63ac264988d46f39177
📦 IPFS: https://www.ipfs.io/ipfs/QmV3ss3F2KmuRFYVVhcGYXacLWnhHs2K3ZPFV6X9vAxpqN
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10042.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.10042.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.10042.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.10042.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.10042.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.10042.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.10042.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
- feat(release): latest release version 10041.4 by @kkast in #4366
- feat(devnet): cosmos-hub node; and relay cosmos-hub/neutron, cosmos-hub/osmosis, cosmos-hub/centauri, neutron/centauri by @dzmitry-lahoda in #4365
- docs(User-guides): Update guides to support interacting with latest UI by @JafarAz in #4364
- docs(opengov): add phase 2 opengov documentation by @JafarAz in #4369
- fix(lsd-relayblock): take relay block number from validation data by @RustNinja in #4371
Full Changelog: release-v9.10041.4...release-v9.10042.0