github ComposableFi/composable release-v9.10035.5

13 months ago

Runtimes

Picasso

🗜  Compressed:               Yes, 78.33%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             picasso-10035 (picasso-5.tx1.au1)
🗳️  system.setCode hash:      0x397a65144d229c8d61da71f221d434cc4f9837f006b461582590eca463ebc03e
🗳️  authorizeUpgrade hash:    0xe01ed3af6e13a7032e75b7b1b4a920d4b84e4745c0e38dc25be31d30c793198c
🗳️  Blake2-256 hash:          0xd928d7c6de95915a575ad1eb43eeea399c193c958adb9643466a24c64e028e44
📦 IPFS:                     https://www.ipfs.io/ipfs/QmT8oLwituknDRNeDQmU5ovE5uWKXqqN85FK89TGZ9Zzwc

Composable

🗜  Compressed:               Yes, 78.82%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             composable-10035 (composable-5.tx2.au1)
🗳️  system.setCode hash:      0x9c64fa12f714bd732fd35a834d98d4a18798421503bd944e5f486c8e0275c128
🗳️  authorizeUpgrade hash:    0xf6e8d1420a2e3beb90f331d17c708cc26709e16482573ccee4bb7e1de3ea2123
🗳️  Blake2-256 hash:          0xfc5dd425544df152be1931b262abd9cf6469b99f9b2298319c1f5ef510d7be52
📦 IPFS:                     https://www.ipfs.io/ipfs/QmTcbefzxv8oNiXCWtPPH2Cag5NgYBV5p8N2ncrmrxyZYi

Nix

# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v8.10035.5#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.5#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.5#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.5#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.5#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.5#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.5#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

Full Changelog: release-v9.10035.3...release-v9.10035.5

Don't miss a new composable release

NewReleases is sending notifications on new releases.