Runtimes
Picasso
🗜 Compressed: Yes, 78.33%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10023 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0x1330214e70417ce0b9c28453bed70309904158299739ef211b97bcb293798c13
🗳️ authorizeUpgrade hash: 0x27b9963fb64c5d4b4ce723356983a9f2c65b9402c68790a375764c29afa6c595
🗳️ Blake2-256 hash: 0x43d39eeee49fcd95072179b76e926939fd0610a3357e1c9c828d56247fa520ec
📦 IPFS: https://www.ipfs.io/ipfs/QmeyFynZRqDPzkC2E5sNvgmBxJDWLmXeFiJogUnnLmDZTF
Composable
🗜 Compressed: Yes, 78.49%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10023 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0x46600d116c51a9f8bf6b36d2d559e5d3b8c3ed670c475aceace2a38b9bfbdb2c
🗳️ authorizeUpgrade hash: 0x9fa535c5e4ac6a31e5090b40cd11b0f6ae98846c8fd69d6716f36f559e088dce
🗳️ Blake2-256 hash: 0xc920976328053fc221aaffe60393baef29f4e5f194afd36b5d349eb826844fbc
📦 IPFS: https://www.ipfs.io/ipfs/QmZBDB1WcushXBoAazw1yjdVAFxcPTobEe9biSGBKZ6kTp
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v7.10023.1#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v7.10023.1#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v7.10023.1#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v7.10023.1#devnet-picasso
nix run github:ComposableFi/composable/release-v7.10023.1#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v7.10023.1
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v7.10023.1 --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
Full Changelog: release-v7.10022.0...release-v7.10023.1