Runtimes
Dali
🏋️ Runtime size: 2.246 MB (2,355,484 bytes) ⚠️ HEAVY
🗜 Compressed: Yes, 79.00%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: dali-10007 (dali-3.tx1.au1)
🗳️ system.setCode hash: 0x8233adb4bf0d25415c0b7fc2b6cd97ce32ca38723e3262199c42f2b757707e27
🗳️ authorizeUpgrade hash: 0x1f1d88b671ce7cafd05e99b0d7f07a46597399e20a135c4645b04cc23b482fd7
🗳️ Blake2-256 hash: 0x5c43d22ee2bf0d7d8dd742c3a40dc63ef4e154ad24e4e27185b97ef80f2ed0b5
📦 IPFS: https://www.ipfs.io/ipfs/QmUTtiwMBYYPvZvPwTUFiL3pbZjHA6K5x3sTS9ujw3Cbz2
Picasso
🏋️ Runtime size: 0.980 MB (1,027,433 bytes)
🗜 Compressed: Yes, 81.55%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10007 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0x74c7dce5f1b6fb761bf1cddb9adc82606963e6d5d9a71e2cc6ab62ea4651cbc4
🗳️ authorizeUpgrade hash: 0xcbe1bc8091de74e65c217c3be6f4b31d7976ab1a188ab1ec457fac3f4aae0a2c
🗳️ Blake2-256 hash: 0xfc025ada19c161de97c391e30bffa65de35270707a99a6c052a8a90b6e446fcb
📦 IPFS: https://www.ipfs.io/ipfs/QmVVfshkD1pgcE3KRN3yKW3zL7iJaBg5YUN8YowkQMquA7
Composable
🏋️ Runtime size: 0.746 MB (782,346 bytes)
🗜 Compressed: Yes, 82.08%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10007 (composable-3.tx1.au1)
🗳️ system.setCode hash: 0xbee6b0486d494f7606eba4d4c48b42d157e492d9ac58fcd7c62f145e02a036e7
🗳️ authorizeUpgrade hash: 0x1cc58d8489871fbbe772e55f84bd08b265d2af0f25b86c0cd902b912b3953c8e
🗳️ Blake2-256 hash: 0x451667a9d2a61feec6d7912a8c4dc9ccc2d68c0361e86b2d19cc02704124d79f
📦 IPFS: https://www.ipfs.io/ipfs/QmZky6JrLgKmUpLeDNAd9aCowGq5TYP1bQyvezNL2qGnM9
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/v2.10007.0#dali-runtime
nix build github:ComposableFi/composable/v2.10007.0#picasso-runtime
nix build github:ComposableFi/composable/v2.10007.0#composable-runtime
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/v2.10007.0#composable-node-release
# Spin up a local devnet
nix run github:ComposableFi/composable/v2.10007.0#devnet
# Spin up a local XCVM devnet
nix run github:ComposableFi/composable/v2.10007.0#devnet-xcvm
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/v2.10007.0 --allow-import-from-derivation
What's Changed
General changes
- fix(comment-action): fix broken upserting by @cor in #2947
- fix(comment-bots): comment upserts part 2 by @cor in #2949
- [PICA-75] remove staking rewards genesis config by @benluelo in #2932
- [XCVM-69] feat(cosmwasm): introduce the native gate feature - CosmWasm <-> Pallet interactions by @hussein-aitlahcen in #2893
- Add dzmitry by @KaiserKarel in #2222
- Remove setup folder by @KaiserKarel in #2744
- Switch to pull_request_target by @KaiserKarel in #2972
- pablo & staking rewards rfc review by @kkast in #2936
- PICA-87: Revert claim storage fetch calls by @easteregg in #2979
- PBL-176: Use 6 decimals to cover small price for PIC by @easteregg in #2977
- PBL-169: Add Alert when User doesn't have enough KSM by @easteregg in #2976
- PBL-168: Update coingeckoPrice subscriber to fireImmediately. by @easteregg in #2975
- PBL-279: Hide TVL Chart by @easteregg in #2978
- NX-68 - fix(templates/comment): comment_includes -> comment_tag (v2 API) by @cor in #2973
- (no ticket) structure for images by @Martin-Kiss in #2955
- PICA-90: Update endpoint by @easteregg in #2980
- Introduce CosmWasm CLI tool
ccw
by @aeryz in #2802 - XCVM-266: Handle
Unit
balance by @aeryz in #2844 - Have FE own the frontend code by @KaiserKarel in #2985
- dali: add runtime api for pallet ibc #NX-63 by @blasrodri in #2878
- (CU-861m74hg7) add how to trade guide to book by @Martin-Kiss in #2958
- Re-enable mergify by @KaiserKarel in #2988
- Remove pull_request event trigger by @KaiserKarel in #2987
- Bump json5 from 2.2.1 to 2.2.3 in /docs by @dependabot in #2873
- (CU-861m74hnp) add how to lp guide to book by @Martin-Kiss in #2956
- Use pull request titles to set concurrency by @KaiserKarel in #2992
- Use
hyperspace-dali
indevnet-centauri
#NX-71 by @obsessed-cake in #2986 - (cu 86776hy8k) update picasso parachain overview by @Martin-Kiss in #2994
- docs(sidebar) fix inclusion of how to trade guide by @Martin-Kiss in #2995
- Bump @actions/core from 1.6.0 to 1.9.1 in /scripts/github by @dependabot in #1475
- chore(deps): bump node-fetch from 3.2.6 to 3.3.0 in /scripts/lease-period-prolongator by @dependabot in #2373
- XCVM-283 - Part 1 by @cor in #2989
- Wrap
LockConfig::duration_presets
in an enum by @benluelo in #2999 - Pablo - Test Pool Weights Other than 50/50 [CU-390y315] by @PoisonPhang in #2957
- Create token-transparency.md by @0xBrainjar2 in #2828
- (cu 862j4cn7u) composable strategies withdrawal guide by @Martin-Kiss in #2996
- Update
ccw
with mini installation guide by @aeryz in #3002 - (CU-862hy89h1) update legal disclaimers and disclosures by @Martin-Kiss in #2961
- Bump json5 from 1.0.1 to 1.0.2 in /code/integration-tests/runtime-tests by @dependabot in #2874
- [PBL-194] Swap chart and TVL fix by @andresmechali in #2990
- Ensure code reviewers have approved before merging and fix merge queue rule by @KaiserKarel in #3003
- build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /docs by @dependabot in #2993
- Bump json5 from 2.2.0 to 2.2.3 in /scripts/polkadot-launch/initialization by @dependabot in #2869
- Bump json5 from 2.2.1 to 2.2.3 in /scripts/github by @dependabot in #2870
- XCVM-282: Halborn audit fixes (HAL-01,HAL-02,HAL-03,HAL-04,HAL-05) by @aeryz in #2983
- [PICA-102] add claimed_amount to Claimed event by @kkast in #3001
- [PICA-96] claimable amount of rewards by @kkast in #2991
- [PICA-103] removed end_block for reward pools by @kkast in #3011
- Bump json5 from 1.0.1 to 1.0.2 in /frontend by @dependabot in #2871
- test(integration-tests/democracy): Refactoring tests by @Dom-Roth in #2953
- Add glados and set batch size for merge queue by @KaiserKarel in #3020
- Revert "Add glados and set batch size for merge queue" by @KaiserKarel in #3023
- docs(picasso-governance) edit council members by @Martin-Kiss in #3005
- Bump json5 from 1.0.1 to 1.0.2 in /composablejs by @dependabot in #2872
- Remove stale configs by @KaiserKarel in #2745
- Revert "Remove stale configs" by @KaiserKarel in #3036
- Remove PWA images by @easteregg in #3024
- (cu 862j4cc4f) mosaic book edits and withdrawal guide by @Martin-Kiss in #3012
- (CU-8677650nf) apollo content update by @Martin-Kiss in #2968
- NX-76 - Switch to the official
nixos/nix:2.13.2
image and upgrade flake deps by @cor in #3006 - Retry adding glados and set batch size for merge queue by @KaiserKarel in #3028
- fix(ci): revert NX-76 because it was not tested. by @cor in #3042
- Ensure bot comments on forks by @KaiserKarel in #3046
- Use http 1.1 with nix by @KaiserKarel in #3043
- Revert "Use http 1.1 with nix" by @KaiserKarel in #3049
- Adds privilige check to workflow by @KaiserKarel in #3051
- Revert "Adds privilige check to workflow" by @KaiserKarel in #3057
- Add runs-on to check-privilege by @KaiserKarel in #3059
- NX-76 - 3 by @cor in #3066
- fix(ci): typo by @cor in #3070
- fix(ci): incorrect repository_owner by @cor in #3072
- (just to run on CI) Cu/20465559/xcvm 288/origin by @dzmitry-lahoda in #3067
- #Cu-20465559 #xcvm-276 by @dzmitry-lahoda in #3034
- Nixify config.toml for hyperspace #8669dck7b by @obsessed-cake in #3033
- Remove the need for privilege label by @KaiserKarel in #3079
- PICA-136: upgrade to v0.9.33 by @hussein-aitlahcen in #2997
- Deploy docs on push to main by @KaiserKarel in #3085
- Remove License by @KaiserKarel in #3084
- Finagle with check-privilege by @KaiserKarel in #3093
- feat(ci): upgrade crane commands by @hussein-aitlahcen in #3091
- [XCVM-13] Upgrade Wasmi with the latest cosmwasm-vm by @aeryz in #3035
- Add --no-http2 by @KaiserKarel in #3102
- [PBL-295, bugfix] Avoid burning share tokens by @vimukthi-git in #3082
- Support SS58 addresses by @aeryz in #3104
- add commit tags to subsquid image and create production release workflow by @radupopa2010 in #3086
- use context to access default variable by @radupopa2010 in #3112
- Fix Benchmark Job by @vimukthi-git in #3115
New Contributors
- @0xBrainjar2 made their first contribution in #2828
Full Changelog: release-v2.10006.0...release-v2.10007.0