github ComposableFi/composable release-v9.10037.1

pre-release13 months ago

Runtimes

Picasso

🗜  Compressed:               Yes, 78.30%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             picasso-10037 (picasso-1.tx1.au1)
🗳️  system.setCode hash:      0x901e4f450452e5d6ed80edc895be97399ca2449f65f7ce88d5930120015056cd
🗳️  authorizeUpgrade hash:    0x01fb2653dad352dbc09c7d27c459867e715059c6715204a280fe9482f07d0079
🗳️  Blake2-256 hash:          0xe90e822aeac52c8e482cfa2f5304b5574e7895a808aa4cf3c23a79b3bab130b3
📦 IPFS:                     https://www.ipfs.io/ipfs/QmbcanRsxLYK43myDDSYHuSiZEwD416oNLXhsqvrJMLmBL

Composable

🗜  Compressed:               Yes, 78.82%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             composable-10037 (composable-1.tx2.au1)
🗳️  system.setCode hash:      0x1b2780f289999887b48cf53dc424e3e215923b46185a3f34214bf0cbc1d650f3
🗳️  authorizeUpgrade hash:    0x3e571bab72ba1542a38a1e81c389f3e9b1cc8df2c4d7a71162c6a2bcb82d955a
🗳️  Blake2-256 hash:          0x33ce112e666380ec84378dacaf03f8205224572fe907d40a9b259f08f1ad1f87
📦 IPFS:                     https://www.ipfs.io/ipfs/QmabFVfhLFq2GBc4DwgtBEfgFkMTBVDDMmueufK9vtiEvN

Nix

# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10037.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.10037.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.10037.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.10037.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.10037.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.10037.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.10037.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
  • feat(ci): issue reporting template by @dzmitry-lahoda in #4057
  • feat(xcvm): add asset registry integration to Virtual Wallet by @mina86 in #4055
  • feat(cw-ibc): transfer and all related changes by @dzmitry-lahoda in #4060
  • feat(pallet-assets-registry): simplify asset id generation by @mina86 in #4067
  • feat(xcvm): batch config msg + release of wasm files by @dzmitry-lahoda in #4070
  • docs(pallet-assets-registry): document generate_asset_id by @mina86 in #4068
  • feat(xcvm): command which configures testnet, and updated some cosmos devnet deps by @dzmitry-lahoda in #4076
  • feat: (IBC) Rate limit has been enforced on Centauri using by @blasrodri in #4080
  • feat(xcvm): use SCALE-compatible address in XCVM program by @mina86 in #4078
  • feat(xcvm): validate tip address sent by untrusted users by @mina86 in #4077
  • feat(xcvm): instruction implementation and configuration with osmosis swap by @dzmitry-lahoda in #4083
  • chore(ci): do not run checks on drafts #check by @dzmitry-lahoda in #4096
  • feat(oracle): remove extra gas charge by @kkast in #4101

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

Don't miss a new composable release

NewReleases is sending notifications on new releases.