Releases: ComposableFi/composable
Releases · ComposableFi/composable
release-v7.10023.1
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
release-v7.10023.0
Runtimes
Picasso
🗜 Compressed: Yes, 78.32%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10023 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0x693b7c776d463be85376bebbb64ad0511abcab1703c3e5fd03761ec871683acb
🗳️ authorizeUpgrade hash: 0x4ea4634180ee75d64c7e3c041cfcdff9cc89f983bf68e003d74d738ed11c3894
🗳️ Blake2-256 hash: 0xe479159f4729d7b3fb404393ca26ff86fe09e2893e6f433113fa57ca59c8631d
📦 IPFS: https://www.ipfs.io/ipfs/QmcB7tubTaKand5vLA1cZbRPCJDavVhWo2ft4F2f1E4Qbv
Composable
🗜 Compressed: Yes, 78.51%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10023 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0x3f1c69492d38bd578889744726846ead2eaf4bb52aaf70447dba5d381e244be4
🗳️ authorizeUpgrade hash: 0x0c238359cd771cc7de6a679b76cee3040e1fa0525965d8d5bde2a5e57e0749b9
🗳️ Blake2-256 hash: 0xaa87c4cc948dd39483078edd24b1f24ad5a1140a643161f1d21d0f742a862cb9
📦 IPFS: https://www.ipfs.io/ipfs/QmdhvBXBm9HuGkvBoJRGv6kMPdYDv72xsDjNkpj9SxC7vj
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v7.10023.0#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v7.10023.0#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v7.10023.0#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v7.10023.0#devnet-picasso
nix run github:ComposableFi/composable/release-v7.10023.0#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v7.10023.0
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v7.10023.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
Full Changelog: release-v7.10022.0...release-v7.10023.0
release-v7.10022.0
Runtimes
Picasso
🏋️ Runtime size: 2.139 MB (2,242,955 bytes) ⚠️ HEAVY
🗜 Compressed: Yes, 78.32%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10022 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0x2d697b7cb36be1e1e02e0c5e3166a8cc796c8171fd826dbb1eead80a3069cc14
🗳️ authorizeUpgrade hash: 0x8b6c7b1541ca1adb90b42fdc41e7811a51823597b0289ccb590d027e63759d00
🗳️ Blake2-256 hash: 0x573b31a6dad26748921b1af4d7ceba334a3d95dfc88afa0f96a7c93f8ba79a65
📦 IPFS: https://www.ipfs.io/ipfs/QmfQbMRaoMf8zB1qKPkH9gNySrAWPov1EHHqKLXfaVZT5D
Composable
🏋️ Runtime size: 1.524 MB (1,598,234 bytes)
🗜 Compressed: Yes, 78.44%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10022 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0x305e4a758ce0bbbaaeb3ce7e9a073029ecc4c426aec80b70852c27831654a000
🗳️ authorizeUpgrade hash: 0x67adc4146bb2a4730cee3015ad3b3ba9325467f08457c7e8d650f8a336bfd47a
🗳️ Blake2-256 hash: 0x1adb97c9cc8d863388a356004cf2cbfb47dd4d318376672ae5cd0cda826d3312
📦 IPFS: https://www.ipfs.io/ipfs/QmYVYgDvYrJabrzH3HdWvJAwD8Xmekq9zQg656qEziEfX3
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v7.10022.0#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v7.10022.0#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v7.10022.0#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v7.10022.0#devnet-picasso
nix run github:ComposableFi/composable/release-v7.10022.0#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v7.10022.0
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v7.10022.0 --allow-import-from-derivation
What's Changed
General changes
- fix: disable button by @nahyunbak in #3515
- fixed docs deploy magic by using default token (removed token set directly) by @dzmitry-lahoda in #3516
- <--do not approve & merge until release--> ENABLE the transfer link on picasso by @nahyunbak in #3517
- repo fixes by @dzmitry-lahoda in #3525
- fixed dependency review in merge queue push by @dzmitry-lahoda in #3527
- centauri-guide-add by @JafarAz in #3526
- Update sidebars.js for centauri guide by @JafarAz in #3528
- Rename Centauri-guide.md to centauri-guide.md by @dzmitry-lahoda in #3531
- [PICA-325] accumulate rewards per block by @kkast in #3427
- Minor docs edits by @JafarAz in #3532
- chore: update to polkadot v0.9.39 by @blasrodri in #3537
- Integrate Flat Fee into picasso runtime. by @RustNinja in #3552
- Add LP staking into Picasso runtime by @RustNinja in #3504
- Use call_index attribute to fix warning and CI step build-all-benchmarks-packages by @RustNinja in #3557
- Flat fee picasso runtime fix by @RustNinja in #3566
- Securely added CosmWasm(CW) pallet into Picasso Runtime by @dzmitry-lahoda in #3574
- Added amount parameter to farming pallet for deposit extrinsic by @RustNinja in #3581
- Update to polkadot-v0.9.39 by @vmarkushin in #3579
- fixing workflow attempts by @dzmitry-lahoda in #3586
- ci test by @dzmitry-lahoda in #3588
- Added amount parameter to farming pallet for deposit extrinsic (#3581) by @dzmitry-lahoda in #3589
- using default repository token for releases job (to avoid token expiration failures) (required for releases) by @dzmitry-lahoda in #3563
Full Changelog: release-v6.10020.0...release-v7.10022.0
release-v6.10021.0
Runtimes
Picasso
🏋️ Runtime size: 1.719 MB (1,802,168 bytes)
🗜 Compressed: Yes, 78.60%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10021 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0xef0bc1ec087e3fe39b5687aa6d71f23dee54c210231c4d626f0fee53763189a6
🗳️ authorizeUpgrade hash: 0x553894a13605a77fcac9a756a899d6fc5c94c9d79c5bbd2c07db1adca918b56e
🗳️ Blake2-256 hash: 0xb3ac86915e229c0805dd73b0f4ca99b2b02d56e6c4ba0ece3fcd4088b05f33ee
📦 IPFS: https://www.ipfs.io/ipfs/Qmatpje315zxURtLNoPWxLYirU54xtfTCeVkPL1AvBYJtx
Composable
🏋️ Runtime size: 1.515 MB (1,588,892 bytes)
🗜 Compressed: Yes, 78.57%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10021 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0xc11b29153c2ce1dcc7f66a562c294c574a03f8a5b3762801d26398a550957c5b
🗳️ authorizeUpgrade hash: 0x4dc8ee83fc86008a12b96f979ead550b470f93b4717b11dc1566e245f35d1dc8
🗳️ Blake2-256 hash: 0x9c20bed5e533c6e7303dce02fcf2197f3383c2afb6c5b9a4a9df317549f3310c
📦 IPFS: https://www.ipfs.io/ipfs/QmfVsen5mG3pQHcZgxhbkb3Ew3pwddYeDqe8gjj19YpkT1
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v6.10021.0#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v6.10021.0#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v6.10021.0#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v6.10021.0#devnet-picasso
nix run github:ComposableFi/composable/release-v6.10021.0#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v6.10021.0
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v6.10021.0 --allow-import-from-derivation
What's Changed
General changes
- repo fixes by @dzmitry-lahoda in #3525
- fixed dependency review in merge queue push by @dzmitry-lahoda in #3527
- centauri-guide-add by @JafarAz in #3526
- Update sidebars.js for centauri guide by @JafarAz in #3528
- Rename Centauri-guide.md to centauri-guide.md by @dzmitry-lahoda in #3531
- [PICA-325] accumulate rewards per block by @kkast in #3427
- Minor docs edits by @JafarAz in #3532
- chore: update to polkadot v0.9.39 by @blasrodri in #3537
- Integrate Flat Fee into picasso runtime. by @RustNinja in #3552
- Add LP staking into Picasso runtime by @RustNinja in #3504
- Use call_index attribute to fix warning and CI step build-all-benchmarks-packages by @RustNinja in #3557
Full Changelog: fe-v6.10020-picasso-0...release-v6.10021.0
release-v6.10020.0
Client
No node(RPC or off chain worker) changes.
Runtimes
Picasso
🏋️ Runtime size: 1.705 MB (1,788,246 bytes)
🗜 Compressed: Yes, 78.51%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10020 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0xcd661e79707bd8e80d1cc911de1d1c3a4b818a0d5759fb458ce897b5b2e380da
🗳️ authorizeUpgrade hash: 0xe1279e308b4e0a47a7c44329c61d7af73d8e1433c37c7133073112ea35a6201d
🗳️ Blake2-256 hash: 0x514e752baad6937a52f91a608bb3fb9e8d1691883fd9050ba9af8b598aec9f83
📦 IPFS: https://www.ipfs.io/ipfs/Qmdgr4QirRorioKk2LoRbb6LrtnNSZ3Wd2djHZsQHMXhNf
Composable
🏋️ Runtime size: 1.523 MB (1,597,047 bytes)
🗜 Compressed: Yes, 78.46%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10020 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0xe5bc4837293aa2b12bf3def13e5622c43fbd6c467f62167ef8b177cecddf598c
🗳️ authorizeUpgrade hash: 0x19d753f82f68cece8e40114d947c42a55e7731cbd1ee82af790dc31bf619ac13
🗳️ Blake2-256 hash: 0x47ba47d4824fd30328f70f64b056d4e36e3b75594d6f590e1b85e90a65f9a63a
📦 IPFS: https://www.ipfs.io/ipfs/QmeeFjoJeWvZstf36wMbVM2LuTpUyGwX8qks3jhseTrepU
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v6.10020.0#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v6.10020.0#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v6.10020.0#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v6.10020.0#devnet-picasso
nix run github:ComposableFi/composable/release-v6.10020.0#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v6.10020.0
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v6.10020.0 --allow-import-from-derivation
What's Changed
General changes
- Gloria/composable/add x tokens response check by @bengalmozzi in #3493
- trying to update deps review action to work well with merge queue by @dzmitry-lahoda in #3509
- xcm composable -> polkadot fix by @dzmitry-lahoda in #3508
- removed mergify and glados bot by @dzmitry-lahoda in #3510
- Add dot token for coingecko / assetInfo in subsquid by @bengalmozzi in #3511
- changed MinStake by @kkast in #3513
- release version ups toward 6.10020.0 by @dzmitry-lahoda in #3512
Full Changelog: fe-v6.10019-picasso-3...release-v6.10020.0
Release Picasso
Release Picasso
disable button
fe-v6.10019-picasso-4 fix: disable button (#3515)
change redirect url
fe-v6.10019-picasso-3 fix: redirect url (#3507)
Change url, disable transfer
fe-v6.10019-picasso-2 fix: ui updates (#3506)
release-v6.10019.0
Runtimes
Picasso
🏋️ Runtime size: 1.706 MB (1,789,037 bytes)
🗜 Compressed: Yes, 78.50%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: picasso-10019 (picasso-2.tx1.au1)
🗳️ system.setCode hash: 0xfebb99de1f0ae7c802474dd6b5e950a44c1cd8b48a5d365f085b8c876c959ed6
🗳️ authorizeUpgrade hash: 0x60619ee1d470632d1472230b14cde9c7402ceb430774b0382616c71fef639f09
🗳️ Blake2-256 hash: 0x3885cf2f64853d890a4c9d8e6b125f55c6718f94590df58776554749132d41ac
📦 IPFS: https://www.ipfs.io/ipfs/QmSGDfoJfaR3m2a9xh1YWStswmBdYQW2SE5uiXmRKPXFND
Composable
🏋️ Runtime size: 1.523 MB (1,597,249 bytes)
🗜 Compressed: Yes, 78.46%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: composable-10019 (composable-3.tx2.au1)
🗳️ system.setCode hash: 0xa8b347be2baa1b20f5ea6a1ef4863d96689dee57507115599b810677c60e939f
🗳️ authorizeUpgrade hash: 0x28d920bab998371e6aee7bd9f95c25416add68872e93ef56049b08c7b2846a53
🗳️ Blake2-256 hash: 0x9b7c6e6eae8a34d1b919ce0327ec7bc5778dfefe99ebdb8d655a51c4283683e6
📦 IPFS: https://www.ipfs.io/ipfs/QmdD6d6Ft1udewMt55FAJv9vdjmJ25WmE9VZMReAZP6emP
Nix
# Generate the Wasm runtimes
nix build github:ComposableFi/composable/release-v6.10019.0#picasso-runtime --accept-flake-config
nix build github:ComposableFi/composable/release-v6.10019.0#composable-runtime --accept-flake-config
# Run the Composable node (release mode) alone
nix run github:ComposableFi/composable/release-v6.10019.0#composable-node
# Spin up a local devnet
nix run github:ComposableFi/composable/release-v6.10019.0#devnet-picasso
nix run github:ComposableFi/composable/release-v6.10019.0#devnet-composable
# Spin up a local XC(Inter chain) devnet
nix run github:ComposableFi/composable/release-v6.10019.0
# Show all possible apps, shells and packages
nix flake show github:ComposableFi/composable/release-v6.10019.0 --allow-import-from-derivation
What's Changed
General changes
- Add xTokens response check by @bengalmozzi in #3491
Full Changelog: release-v6.10018.0...release-v6.10019.0