Skip to content

release-v9.10046.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 21:03
709abb9

Runtimes

Picasso

πŸ—œ  Compressed:               Yes, 78.88%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
πŸ”₯ Core version:             picasso-10046 (picasso-0.tx1.au1)
πŸ—³οΈ  system.setCode hash:      0xef1bbc692ac90ccbcdacf65d74b3ecc27196df660b9c108811d12b25bdf11dc6
πŸ—³οΈ  authorizeUpgrade hash:    0xd5b28897bee79db28ac4ef24010e9986478cb008ed2f574d6dfff29a82cb3505
πŸ—³οΈ  Blake2-256 hash:          0x034b482e77ec6ca67937a897942c42ec67be591faf00d4efbc79d78f36607973
πŸ“¦ IPFS:                     https://www.ipfs.io/ipfs/QmVRu5SwnBKfWj7p3zmNKP8M9V7JAAnF5bsuJbnunyM1cQ

Composable

πŸ—œ  Compressed:               Yes, 79.13%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
πŸ”₯ Core version:             composable-10046 (composable-0.tx2.au1)
πŸ—³οΈ  system.setCode hash:      0xc005b04d7c9a4aa38de7cf77724ba5c9156225402ca39e65bb4ee84f78f893f3
πŸ—³οΈ  authorizeUpgrade hash:    0x8cc5480c8da994afe8afd1368a7872effba01dead582cf258c03068f5863a1e4
πŸ—³οΈ  Blake2-256 hash:          0x1baaa900238a79ecf1d38119ff6b70fc383cf0524bb98cf53acf2822c8d7de8c
πŸ“¦ IPFS:                     https://www.ipfs.io/ipfs/QmVeQacmA96B6wH4cPJA2VZsZ6F6TVguSvLjj2Ge9XY3Mm

Nix

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

New Contributors

Full Changelog: release-v9.10045.0...release-v9.10046.0