github ComposableFi/composable release-v9.10038.0

pre-release12 months ago

Runtimes

Picasso

🗜  Compressed:               Yes, 78.50%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             picasso-10038 (picasso-0.tx1.au1)
🗳️  system.setCode hash:      0x93e3031fdaf529d37ccd116683747519bf0a9a2f8df7cd50cfd171db9fc7edb1
🗳️  authorizeUpgrade hash:    0x1a8c4c610d4d3c09681f5bdda62fde38d44d6776e0fb2287e57e006d42757cdb
🗳️  Blake2-256 hash:          0x22ad08f374c8f68686cd6ecfe0a73120ffac3a2fff041f5bf4ce3de88e23192d
📦 IPFS:                     https://www.ipfs.io/ipfs/QmTkZVi8GFM1MpZTqwMZdicUGvkbakGduk7o6TmVaVDsdk

Composable

🗜  Compressed:               Yes, 78.81%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             composable-10038 (composable-0.tx2.au1)
🗳️  system.setCode hash:      0xb8116619965fcbd41fb9c84c962eb2aaf7b83a9a9ed174d1e4b95d5a6638179e
🗳️  authorizeUpgrade hash:    0x42cb21508e2ed9d02d2d560ac1586a8c19978dd00eb2f4e08dd1f23fbd5e7351
🗳️  Blake2-256 hash:          0x2bdae874a166bc97f874da611a3c67adda26672aaff98bce59b34cb390c130c8
📦 IPFS:                     https://www.ipfs.io/ipfs/QmZJSkGNfQHGJjBfjcmvUWktprHSgssqj1GSPaigY28NiS

Nix

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

  • 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
  • feat(xcvm): swap on devnet demo, and testnet and prod deployments scripts by @dzmitry-lahoda in #4097
  • chore(price-feed): remove use of lazy-static by @mina86 in #4104
  • chore(frame): remove dependency on lazy-static by @mina86 in #4109
  • feat(xcvm): refactor protobuf handling by @mina86 in #4108
  • feat(xcm): xcm location for ibc assets by @kkast in #4114

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

Don't miss a new composable release

NewReleases is sending notifications on new releases.