Runtimes
Picasso
🗜 Compressed: Yes, 78.36%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10024 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0x0824a1d4555a65a7517abc762b8f64bd42f5ce79b8ed5e3047b024d99bde7f90
🗳️ authorizeUpgrade hash: 0xe05edb4d1cc19546f0c565135e1f8d63a1670584e67e989ae23d2c1b14be9635
🗳️ Blake2-256 hash: 0x0dc31d2f475c7ca2338354f008946359d5751d457770e5565ef2a6e3df932651
📦 IPFS: https://www.ipfs.io/ipfs/QmX1ZGQvgzxovA48LyFmqi5JP6uNtqSjveV61r5BAAuVCN
Composable
🗜 Compressed: Yes, 78.56%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10024 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0xb586decbe0a21dfbbfd4810b9dd6ba077659b423822c2ee716c48d417900c96a
🗳️ authorizeUpgrade hash: 0x02b0f5627121879f4bd60e23081776a0760eff80b9bf01ef7f3c0fba69824efb
🗳️ Blake2-256 hash: 0x6202020ae670889b136ef17dedd9069cfe6561b6c819da7b6cf60f0d94883655
📦 IPFS: https://www.ipfs.io/ipfs/QmXFgKgikUDmS1kxcoCzZFUG2fR979Hhjwc5gsFHJpZhFD
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v7.10024.0#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v7.10024.0#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v7.10024.0#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v7.10024.0#devnet-picasso
nix run github:ComposableFi/composable/release-v7.10024.0#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v7.10024.0
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v7.10024.0 --allow-import-from-derivation
What's Changed
General changes
- Update to polkadot-v0.9.39 by @vmarkushin in #3592
- fixed final cw rpc example by @dzmitry-lahoda in #3596
- Change weight for ibc tendermint client update by @vmarkushin in #3594
- Update lp staking by @RustNinja in #3599
- check ci pipeline by @dzmitry-lahoda in #3597
- Configure Charge IBC fee on sender chain and whitelists for channels by @RustNinja in #3580
- is_flat_fee rpc that returns Option if it is possible to charge flat fee for an asset, else returns None by @kkast in #3448
- Increase PICA rate limit up to 500,000 by @vmarkushin in #3598
- listAssets + staking rpcs u128 fix by @kkast in #3603
- vesting cli update to allow delete parts vesting with removal of remaining from on chain data about amount by @dzmitry-lahoda in #3443
- seems some parity stuff is inconsistent amid light, full node and relay by @dzmitry-lahoda in #3613
- Introduce globally unique deterministically derived Tinkernet multisig XCM configs to Picasso by @arrudagates in #3614
- Docs edits by @JafarAz in #3615
- hard fix ci by @dzmitry-lahoda in #3617
- another fix of ci by @dzmitry-lahoda in #3618
- pallet-ibc: adjust rate limit based on decimal places by @blasrodri in #3620
- gh does not allows empty inputs by @dzmitry-lahoda in #3627
- made limited democracy(oligarchy) when voting can be created by Council or Tech collectives, relaxed Picasso democracy to be executable by @dzmitry-lahoda in #3608
New Contributors
- @arrudagates made their first contribution in #3614
Full Changelog: release-v7.10022.0...main