Releases: ComposableFi/composable
Releases · ComposableFi/composable
release-v9.10046.0
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
- docs(mantis-guides): add team staking & restaking guides by @JafarAz in #4440
- fix(devnet): fix contract size check by @dzmitry-lahoda in #4439
- fix(release): docker image version fix by @kkast in #4438
- docs(edits): minor edits + pica tokenomics edits based on recent events by @JafarAz in #4443
- docs(edits): amend solana-restaking gov by @JafarAz in #4444
- docs(edits): edit pica use cases page by @JafarAz in #4447
- docs(addition): add Sol testnet validator guide by @JafarAz in #4452
- docs(addition): making quick edits to guide by @JafarAz in #4453
- docs(addition): add docs for generalised restaking layer by @JafarAz in #4454
- docs(Update): edit md typo in avs use cases by @JafarAz in #4455
- docs(audit): changes to the audit folder by @JafarAz in #4458
- docs(cvm): allow to prove/verify/use carry for balance by @dzmitry-lahoda in #4464
- feat: Add HashedDescription XCM converter and remove TinkernetMultisig configs by @arrudagates in #4450
- chore: fmt, cleanup, fix references by @dzmitry-lahoda in #4442
- docs(audit): add cosmos chain audit by @JafarAz in #4459
- chore: fix bootnodes (remove) by @dzmitry-lahoda in #4466
- docs(readme): fix link to RELEASE.md by @umbr4g3 in #4468
- docs(migration): revamp docs for picasso dedicated docs by @JafarAz in #4473
- docs(edits): small edits + adding tokenomics back by @JafarAz in #4477
- docs(edit): Edit avs guide for mainnet onboarding by @JafarAz in #4478
- docs(edit): Typos in avs-guide by @JafarAz in #4479
- docs(edit): add tokens to solana-avs-mainnet.md by @JafarAz in #4480
- docs(edits): edit docs to update circuit by @JafarAz in #4481
- docs(edits): add priority fees to avs guide by @JafarAz in #4483
- docs(edits): Update solana-avs-mainnet.md by @JafarAz in #4484
- docs(edits): Update solana-avs-mainnet.md by @JafarAz in #4488
- docs(edits): update image urls on home by @JafarAz in #4490
- docs(edit): update docs + add solana audits by @JafarAz in #4492
- feat:(liquid) Added force_update_exchange_rate that can change exchange rate via gov by @RustNinja in #4494
- docs(edit): add jupiter listing info for pica by @JafarAz in #4496
- docs(update): remove mantis legacy tokenomics by @JafarAz in #4497
- docs(edits): Update solana-avs-mainnet.md by @JafarAz in #4498
New Contributors
Full Changelog: release-v9.10045.0...release-v9.10046.0
release-v9.10045.0
Runtimes
Picasso
🗜 Compressed: Yes, 78.86%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10044 (picasso-0.tx1.au1)
🗳️ system.setCode hash: 0x8df2638839d3e7f49ae0bc89d3e249ac6198eeb75879ad0b3ca0d50e8f33b0ba
🗳️ authorizeUpgrade hash: 0x5c1985d625bc57f4c718231ce53007ede82a7c9884bccb42a535ec35d82a4e28
🗳️ Blake2-256 hash: 0x1df67323753fb408b28abf16a6c81068377830a783e1066335fe46189f57feac
📦 IPFS: https://www.ipfs.io/ipfs/QmXawF24EojoJAMBpwirR4Eem4pvPpgCv9i8jgvRm2cmmB
Composable
🗜 Compressed: Yes, 79.10%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10044 (composable-0.tx2.au1)
🗳️ system.setCode hash: 0x217454eec57d588e74c498ab06f50d626b5726b4356a26837c8953f975e65344
🗳️ authorizeUpgrade hash: 0x6cfa2fda817b15cf2ea48cdbb33ec5f7117817aadf3f18ec98d3ba33ee9ea7f0
🗳️ Blake2-256 hash: 0x81f0db7d9b52c529fd463d5ee258e8b3246a1a724c9bb4c13d69ee10356b9294
📦 IPFS: https://www.ipfs.io/ipfs/QmdhyFudir5voDhRHvw7SV5XGNFo4UusJRLzrDbSGDJxvc
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10045.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.10045.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.10045.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.10045.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.10045.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.10045.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.10045.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(lsd): composable runtime xcm barrier. to enable notification from relay by @RustNinja in #4396
- docs(addition+updates): add leap guide + update other docs by @JafarAz in #4400
- docs(addition): add solana ibc + restaking docs by @JafarAz in #4403
- docs(updates): staking guide + link fixes by @JafarAz in #4406
- chore: CVM/DevNet/CI updates/renames/upgrades with CI CVM testing by @dzmitry-lahoda in #4385
- changing peer ID of node rpc-01 by @Ciejo in #4417
- docs(addition): add architecture + stables logs for LAYR crowdloan by @JafarAz in #4418
- docs(addition): add Solana vaults docs by @JafarAz in #4425
- docs(addition): add mantis tab & docs & fix links by @JafarAz in #4430
- docs(restaking): add restaking vaults + renaming for aesthetics by @JafarAz in #4435
- docs(edits): prepare docs for launch of restaking vaults by @JafarAz in #4436
- chore(bootnode): new bootnode rpc-03 to composable chainspec by @Ciejo in #4433
- fix(devnet): set cw genesis contracts to empty vec by @kkast in #4437
New Contributors
Full Changelog: release-v9.10044.1...release-v9.10045.0
release-v9.10044.1
Runtimes
Picasso
🗜 Compressed: Yes, 78.78%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10044 (picasso-0.tx1.au1)
🗳️ system.setCode hash: 0x50bf82908f3a5d90173f7eec39ba2e80c0765a6ef0ed01e6d0c6e04c965eb1bb
🗳️ authorizeUpgrade hash: 0x8e7a6ee60235e08b6fffe8d146b0d668736a91dfb6748ff5863e031abd082aca
🗳️ Blake2-256 hash: 0x1e678e0836f86337db9342cf615eabfef257240f49ac19b3a64b82695a9ce74d
📦 IPFS: https://www.ipfs.io/ipfs/QmWsCAPiYVnNG6jBwrho5Bcox61aA82LrMjXKryEB4GJsV
Composable
🗜 Compressed: Yes, 79.10%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10044 (composable-0.tx2.au1)
🗳️ system.setCode hash: 0x5138a412b6f718b6b1f6f547c958739f3087a4509ef4c5175a918dbd5da4ac83
🗳️ authorizeUpgrade hash: 0x083d9790d64153513964deb1a1a2fce0e29cd3eb27ccd97a9ae152c59eec3092
🗳️ Blake2-256 hash: 0x9919e768792f2627aba7817e4ef082e1d6267ce7e82db721ea098f35d32762eb
📦 IPFS: https://www.ipfs.io/ipfs/QmRaFBeqzTDaWtxYNPK7n3chBEvwZb69S9KGXD8jmsH9rH
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10044.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.10044.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.10044.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.10044.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.10044.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.10044.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.10044.0#devnet-xc-fresh --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
release-v9.10043.0
Runtimes
Picasso
🗜 Compressed: Yes, 78.83%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10043 (picasso-0.tx1.au1)
🗳️ system.setCode hash: 0xf77e2145610a2a55c5cf6a8f9fb95f214a1a67403c838ddc34ef5241fbfe4a00
🗳️ authorizeUpgrade hash: 0x47cdd94507fc1a6f68e8e99ad8bc03021d47fdab997b565354a93e5da6cfb681
🗳️ Blake2-256 hash: 0x8dd8ff7668df84bb037c494e00bc23b2f27e51b3c4290cc458929fc6ff8f99fe
📦 IPFS: https://www.ipfs.io/ipfs/QmRY4qZxHPRm7u3URqbX2ZsLrr9dWLJykNYaFrcfyav1es
Composable
🗜 Compressed: Yes, 79.09%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10043 (composable-0.tx2.au1)
🗳️ system.setCode hash: 0xaeb0a36d26540b0cf4afbdefcee7cc5295173d19e06967d4074aa567e7841b24
🗳️ authorizeUpgrade hash: 0xdd8cec258d60857c6aff3d1e8d3f0331063ac022dce1d3f2624f00c013ae89ed
🗳️ Blake2-256 hash: 0x7971827586931cf7e09c116d39f8ead88953259e3c25deca5aa476f922c37c15
📦 IPFS: https://www.ipfs.io/ipfs/QmapftSPwsLDpscviHWGUqRGqFcrrPNi8iGUpYkaZowwno
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10043.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.10043.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.10043.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.10043.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.10043.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.10043.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.10043.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 10042.1 by @vmarkushin in #4387
- docs(UG): update user guides + additions by @JafarAz in #4389
- feat(assets): add force transfer all functionality by @kkast in #4390
Full Changelog: release-v9.10042.1...release-v9.10043.0
release-v9.10042.1
Runtimes
Picasso
🗜 Compressed: Yes, 78.81%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10042 (picasso-1.tx1.au1)
🗳️ system.setCode hash: 0xbdcc5772b0c452c3024135919829a02a6cfbd4d7032702382a536efdbdb18f9a
🗳️ authorizeUpgrade hash: 0xcf2224efdfee9d3c7f46dcce31b5b2b22ee569e89468e86263e4a458017d6846
🗳️ Blake2-256 hash: 0xea013858e9c6d616a65da4cd32df5d6b37257f01467e48ae7d8ac3d8b1f2f172
📦 IPFS: https://www.ipfs.io/ipfs/QmV7JDDC3UXdYZctwb5jyrM1Ej9bNqmZmrq4qPfYscVUf6
Composable
🗜 Compressed: Yes, 78.99%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10042 (composable-1.tx2.au1)
🗳️ system.setCode hash: 0xecbb6cfd31f396a1dfd42c6f190b0ce839b5a5b0fe1263cb8cd30f362b73c1fb
🗳️ authorizeUpgrade hash: 0x68fe2bab638ff0276cf87f36d76eb12b576992dc60add52cf13234b1047c2df1
🗳️ Blake2-256 hash: 0x05fa8c4e4120cd0cc9341f9e8dacdb05f137c02d51b03a35ca14462f1f4503d5
📦 IPFS: https://www.ipfs.io/ipfs/QmdZWWWVm2Cy72V5Ty6VtWsHBNQE3Y2RcJ26UttNthGkKC
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10042.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.10042.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.10042.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.10042.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.10042.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.10042.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.10042.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
- chore(devnet): aligning with producion versions by @dzmitry-lahoda in #4374
- feat(release): latest release version 10042.0 by @kkast in #4375
- feat(devnet): fixes for cvm/mantis config/init by @dzmitry-lahoda in #4376
- feat(devnet): mantis running locally and remotely by @dzmitry-lahoda in #4377
- docs: fix typos by @omahs in #4383
- docs(update): add OG parameters + intro to Mantis by @JafarAz in #4382
- chore(cli): Propagate CLI pruning flags to relaychain by @vmarkushin in #4386
New Contributors
Full Changelog: release-v9.10042.0...release-v9.10042.1
release-v9.10042.0
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
release-v9.10041.4
Runtimes
Picasso
🗜 Compressed: Yes, 78.83%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10041 (picasso-4.tx1.au1)
🗳️ system.setCode hash: 0x152aa91e248cb940e4217b843d7fa06d4537114c7c482873dedf021183a2baf1
🗳️ authorizeUpgrade hash: 0xdf27bbf1cf2ca2ca47a904291eb0b251dc2dbb2490304efc7f6a094128f8a698
🗳️ Blake2-256 hash: 0x734887eda74dc8a79fe45e075adcc1dfab775eaf58f5fc8a61b199c1d3dbc8c3
📦 IPFS: https://www.ipfs.io/ipfs/QmRcpQvFUnzN6sioBRVUNHEQn2rJcVcYq8J66BesxQ6VNE
Composable
🗜 Compressed: Yes, 79.02%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10041 (composable-4.tx2.au1)
🗳️ system.setCode hash: 0x9414cb582d151c50751b7a6fda09b7761dc12d1e868a41965881fae3795a3408
🗳️ authorizeUpgrade hash: 0x978f248532e2d6bb7fd7de2c03269fcdd458e910465cc138a100f0b0080b214a
🗳️ Blake2-256 hash: 0x4e6501fb46bd9d99228b3f4b65ad52f062279027fec192a051b89529617bad81
📦 IPFS: https://www.ipfs.io/ipfs/QmWgZztzhdnjsuovLPdpiegakia6WzGMr1vc9ShYndVgH3
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10041.3#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.10041.3#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.10041.3#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.10041.3#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.10041.3#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.10041.3#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.10041.3#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(xcvm): assets handling - docs, events, devnet setup by @dzmitry-lahoda in #4012
- ci(devnet): build after upgrade of nix/cargo/rust on some machines, clean up ci names/docs by @dzmitry-lahoda in #4015
- 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
- feat(devnet): centauri xcvm config, sharing some setup code around cosmos by @dzmitry-lahoda in #4019
- fix(centauri version): centauri commit update by @kkast in #4033
- ci(devnet): dotsama devenet package (full devnet minus hermes/osmosis) by @dzmitry-lahoda in #4032
- chore: fix various compilation warnings by @mina86 in #4034
- docs(assets): added well known composable assets by @JafarAz in #4018
- feat: add IBC communication and asset accounting to Virtual Wallet by @mina86 in #4036
- chore: reduce build-all-misc-packages noise by @mina86 in #4038
- feat(ibc-cw): correct transfer programs encoded and step closer to final execution by @dzmitry-lahoda in #4028
- 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
- docs(oracle-guide): update-oracle-guide by @JafarAz in #4045
- chore(ci): improving ability to run devnet (more stable docker release) by @dzmitry-lahoda in #4043
- feat(cw-xc): faster cosmos devnet with fix for interpreter instantiation by @dzmitry-lahoda in #4041
- 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): prefixed logging for transfer and query for routes by @dzmitry-lahoda in #4050
- 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
- chore(ci): added key to manage contract deploys by @dzmitry-lahoda in #4066
- chore(ci): tuning clean up, parameters and using new company cache by @dzmitry-lahoda in #4069
- chore: fix cargo warnings by @mina86 in #4071
- 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): use Displayed consistently for large integers by @mina86 in #4073
- ci(cosmos): xcvm on testnet of osmosis and centauri scripts by @dzmitry-lahoda in #4074
- docs(heavy-updates): change-structure + cleanup by @JafarAz in #4072
- feat(xcvm): command which configures testnet, and updated some cosmos devnet deps by @dzmitry-lahoda in #4076
- docs(intro-images): update into images by @JafarAz in #4082
- feat: (IBC) Rate limit has been enforced on Centauri using by @blasrodri in #4080
- docs(edits): remove xcvm bearish spec + edits by @JafarAz in #4084
- 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(devnet): osmosis pica/osmo pool setup by @dzmitry-lahoda in #4081
- chore(cleanup): removed dead codes by @dzmitry-lahoda in #4085
- 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
- docs(miscellaneous-edits): improvements + updates by @JafarAz in #4100
- feat(oracle): remove extra gas charge by @kkast in #4101
- feat(xcvm): implement sending messagse from escrow to accounts by @mina86 in #4087
- 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...
release-v9.10041.3
Runtimes
Picasso
🗜 Compressed: Yes, 78.79%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10041 (picasso-3.tx1.au1)
🗳️ system.setCode hash: 0x5bd7b9c0c708cb1c6df951f13063115339efa6e3b1cba306621e645976e527b5
🗳️ authorizeUpgrade hash: 0xf97cec76129c64925247cec0feb7596b08a8757ce02f6d0475322c2ba7f87c1b
🗳️ Blake2-256 hash: 0xe52a00e16f5f939c88332c486cedc65766f449212a0929eec1b49111806d8911
📦 IPFS: https://www.ipfs.io/ipfs/QmVAdsCUU5sGDt9CWSduWmrvqyS8qL1138ZvXfGPmWVwnf
Composable
🗜 Compressed: Yes, 79.01%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10041 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0xa76ddc43c0539dab4a55b8cb605d2232488abd1394e225ec986c89e79a013d79
🗳️ authorizeUpgrade hash: 0x054385697eedaa9117002cf34f676e72fdd0876eb5448f1d6b7daf7d9bcd49e2
🗳️ Blake2-256 hash: 0x7cc4c3db1049caa94075c29700b526e396d8e9916fff284fca07e0ab30cd76fb
📦 IPFS: https://www.ipfs.io/ipfs/QmY35soBaBPwoWPAuXWeNoGtZMYB8gEGv4PyzaffPwmnn2
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10041.3#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.10041.3#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.10041.3#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.10041.3#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.10041.3#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.10041.3#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.10041.3#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(xcvm): assets handling - docs, events, devnet setup by @dzmitry-lahoda in #4012
- ci(devnet): build after upgrade of nix/cargo/rust on some machines, clean up ci names/docs by @dzmitry-lahoda in #4015
- 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
- feat(devnet): centauri xcvm config, sharing some setup code around cosmos by @dzmitry-lahoda in #4019
- fix(centauri version): centauri commit update by @kkast in #4033
- ci(devnet): dotsama devenet package (full devnet minus hermes/osmosis) by @dzmitry-lahoda in #4032
- chore: fix various compilation warnings by @mina86 in #4034
- docs(assets): added well known composable assets by @JafarAz in #4018
- feat: add IBC communication and asset accounting to Virtual Wallet by @mina86 in #4036
- chore: reduce build-all-misc-packages noise by @mina86 in #4038
- feat(ibc-cw): correct transfer programs encoded and step closer to final execution by @dzmitry-lahoda in #4028
- 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
- docs(oracle-guide): update-oracle-guide by @JafarAz in #4045
- chore(ci): improving ability to run devnet (more stable docker release) by @dzmitry-lahoda in #4043
- feat(cw-xc): faster cosmos devnet with fix for interpreter instantiation by @dzmitry-lahoda in #4041
- 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): prefixed logging for transfer and query for routes by @dzmitry-lahoda in #4050
- 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
- chore(ci): added key to manage contract deploys by @dzmitry-lahoda in #4066
- chore(ci): tuning clean up, parameters and using new company cache by @dzmitry-lahoda in #4069
- chore: fix cargo warnings by @mina86 in #4071
- 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): use Displayed consistently for large integers by @mina86 in #4073
- ci(cosmos): xcvm on testnet of osmosis and centauri scripts by @dzmitry-lahoda in #4074
- docs(heavy-updates): change-structure + cleanup by @JafarAz in #4072
- feat(xcvm): command which configures testnet, and updated some cosmos devnet deps by @dzmitry-lahoda in #4076
- docs(intro-images): update into images by @JafarAz in #4082
- feat: (IBC) Rate limit has been enforced on Centauri using by @blasrodri in #4080
- docs(edits): remove xcvm bearish spec + edits by @JafarAz in #4084
- 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(devnet): osmosis pica/osmo pool setup by @dzmitry-lahoda in #4081
- chore(cleanup): removed dead codes by @dzmitry-lahoda in #4085
- 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
- docs(miscellaneous-edits): improvements + updates by @JafarAz in #4100
- feat(oracle): remove extra gas charge by @kkast in #4101
- feat(xcvm): implement sending messagse from escrow to accounts by @mina86 in #4087
- 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...
release-v9.10041.2
Runtimes
Picasso
🗜 Compressed: Yes, 78.78%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10041 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0xbc10cb9c736bfcfacc0aa92fb6c7671f26932ea6cafd5f4bc6b39b20c8f3bca1
🗳️ authorizeUpgrade hash: 0x895e74259f6432c45d994b274a92fe269158c5a83cb39b7f0a84930a1d32ec8f
🗳️ Blake2-256 hash: 0xb3c93a5133a977af429470a1d4b85c4400ea21eecf1af94c3eb7bf5621f3566e
📦 IPFS: https://www.ipfs.io/ipfs/QmNiWY3bRSiHayC9qozxvfns8hEZomfLGYFfbeYPXQ9Zur
Composable
🗜 Compressed: Yes, 79.02%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10041 (composable-2.tx2.au1)
🗳️ system.setCode hash: 0x121aac5e1ecfd1be6b3a9bf1067270ae57e3da0737b62ee6b1d222dead75bbe9
🗳️ authorizeUpgrade hash: 0xbdd25539464ea754991cdff9d55a2a005530f729ccd0ad0fb4f060116f9844f8
🗳️ Blake2-256 hash: 0x66fb736d0300b8308fb2404cde08f0666c4547fc378c30715d343a9a432363a3
📦 IPFS: https://www.ipfs.io/ipfs/Qmdu8hdrFF9C2E6WewFmVwKF5w6ygbYUJTQ66WCcJpcNCK
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10041.2#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.10041.2#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.10041.2#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.10041.2#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.10041.2#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.10041.2#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.10041.2#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(xcvm): assets handling - docs, events, devnet setup by @dzmitry-lahoda in #4012
- ci(devnet): build after upgrade of nix/cargo/rust on some machines, clean up ci names/docs by @dzmitry-lahoda in #4015
- 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
- feat(devnet): centauri xcvm config, sharing some setup code around cosmos by @dzmitry-lahoda in #4019
- fix(centauri version): centauri commit update by @kkast in #4033
- ci(devnet): dotsama devenet package (full devnet minus hermes/osmosis) by @dzmitry-lahoda in #4032
- chore: fix various compilation warnings by @mina86 in #4034
- docs(assets): added well known composable assets by @JafarAz in #4018
- feat: add IBC communication and asset accounting to Virtual Wallet by @mina86 in #4036
- chore: reduce build-all-misc-packages noise by @mina86 in #4038
- feat(ibc-cw): correct transfer programs encoded and step closer to final execution by @dzmitry-lahoda in #4028
- 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
- docs(oracle-guide): update-oracle-guide by @JafarAz in #4045
- chore(ci): improving ability to run devnet (more stable docker release) by @dzmitry-lahoda in #4043
- feat(cw-xc): faster cosmos devnet with fix for interpreter instantiation by @dzmitry-lahoda in #4041
- 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): prefixed logging for transfer and query for routes by @dzmitry-lahoda in #4050
- 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
- chore(ci): added key to manage contract deploys by @dzmitry-lahoda in #4066
- chore(ci): tuning clean up, parameters and using new company cache by @dzmitry-lahoda in #4069
- chore: fix cargo warnings by @mina86 in #4071
- 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): use Displayed consistently for large integers by @mina86 in #4073
- ci(cosmos): xcvm on testnet of osmosis and centauri scripts by @dzmitry-lahoda in #4074
- docs(heavy-updates): change-structure + cleanup by @JafarAz in #4072
- feat(xcvm): command which configures testnet, and updated some cosmos devnet deps by @dzmitry-lahoda in #4076
- docs(intro-images): update into images by @JafarAz in #4082
- feat: (IBC) Rate limit has been enforced on Centauri using by @blasrodri in #4080
- docs(edits): remove xcvm bearish spec + edits by @JafarAz in #4084
- 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(devnet): osmosis pica/osmo pool setup by @dzmitry-lahoda in #4081
- chore(cleanup): removed dead codes by @dzmitry-lahoda in #4085
- 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
- docs(miscellaneous-edits): improvements + updates by @JafarAz in #4100
- feat(oracle): remove extra gas charge by @kkast in #4101
- feat(xcvm): implement sending messagse from escrow to accounts by @mina86 in #4087
- 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...
release-v9.10041.1
Runtimes
Picasso
🗜 Compressed: Yes, 78.77%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10041 (picasso-1.tx1.au1)
🗳️ system.setCode hash: 0xa190dbd1372bd3b80515bfc142496a0994e02da8964debd0f833b17df6eb5cc3
🗳️ authorizeUpgrade hash: 0xdab0462a5208ce5199da4a95572c0ade08597267d917f8e7d70c23630dc0865b
🗳️ Blake2-256 hash: 0x3a7c7a3c20294fd0798da9b6781eadbc82dd89decdd1fe15000804e0e0f5fbfa
📦 IPFS: https://www.ipfs.io/ipfs/QmcwLDqoRD4iyMQtSZZNSA9vB9jL6REKeK2YeFKkNo816C
Composable
🗜 Compressed: Yes, 79.09%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10041 (composable-1.tx2.au1)
🗳️ system.setCode hash: 0x96dfadb58fef711bade11f9e125746143c4b428d7fb84338ff66da38c1949938
🗳️ authorizeUpgrade hash: 0xd8f09717ee7d1e613fa3c05b69442c965b73b4d607bb36c82e506f176742e430
🗳️ Blake2-256 hash: 0xdb21ad9476817060f05289eba2291faa55b6cc1ca16d1ead9c5a0ee26241d2e6
📦 IPFS: https://www.ipfs.io/ipfs/QmbsiYvxJ7fUw4HaEueztNogJeWAjzLyYnPcZxSFR5o4ZD
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v9.10041.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.10041.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.10041.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.10041.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.10041.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.10041.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.10041.1#devnet-xc-fresh --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
Full Changelog: release-v9.10041.0...release-v9.10041.1