Releases: KILTprotocol/kilt-node
KILT Node 1.6.2
This release fixes the signature verification logic when linking an account to a DID in pallet_did_lookup::Pallet::associate_account.
It now expects the signed payload to be wrapped around <Bytes>...</Bytes> as done by the PolkadotJS extension.
Changelog with 1.6.1 (latest published release): 1.6.1...1.6.2
Runtimes
Peregrine
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata : V14
Size : 655.62 KB (671354 bytes)
Compression : 77.97%
Proposal : 0x1c0a5bc91baf7e32bfc3f7b00d75f11cbe83dd2cce4f7f6f5a3213a8b28b1aec
IPFS : QmVZdcWnMf2My2y5KPq4pPK5ExE83eTHznYHWZZamjfRFH
BLAKE2_256 : 0x2760555a0e44e8dd79d6cbf7195783eeb93b91551927d958e78b307941474ad5
Spiritnet
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata : V14
Size : 643.61 KB (659055 bytes)
Compression : 78.16%
Proposal : 0x34f773fe10ffe33b6c22f5a6f8aae6b8662a5c05ab84b98a1a1739ff2a5820d5
IPFS : QmTwHuymA5zA5C1dL8kfMNzL5spgREH9Fk7YGx76nbdng1
BLAKE2_256 : 0x682369c2a2962bc96fda932f710204a104a33eb2abcbd3ab616fd14ae5ce2614
KILT Node 1.6.1
This release fixes a minor internal issue with pallet versioning. It does not change any features neither in the client nor in the runtime.
Changelog with 1.6.0 (latest published release): 1.6.0...1.6.1
Changelog with 1.5.0 (latest deployed release): 1.5.0...1.6.1
Runtimes
Peregrine
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata : V14
Size : 654.72 KB (670431 bytes)
Compression : 77.97%
Proposal : 0x7d03314b03ef84ced2aa07bec17da0de10b799c17dfef9e6cf6931a1232e1076
IPFS : QmU1AvVePfyPnXe16TaAXK8xcunKeymR8z7Mp1ac3ep16s
BLAKE2_256 : 0x3aa92867a4ea5a751095f90ab2f58e461ef6f655ba601788d53c46b083cfc7cf
Spiritnet
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata : V14
Size : 642.84 KB (658266 bytes)
Compression : 78.16%
Proposal : 0x37d851db86fbda8bf182cb1dbc84e6c1cc4aeb67eff59f27a86d53e2feb21678
IPFS : QmduxMpXfbm9WV6BDCtvSv7dj3RenNyLrnKshrjJYKhP1p
BLAKE2_256 : 0xba47d18601bfcdba7dd82e0b68d99d5e0cef9f090d099962261ada76daebae2d
KILT Node 1.6.0
What's Changed
Features
- feat: proxy type for disableling deposit claiming by @weichweich #341
- fix: add did lookup pallet to DID authorization logic + reverse lookup index by @ntn-x2 #343
Chores
- Adds two more relaychain bootnodes for staging environment by @ggera #334
- chore: reset peregrine stg by @weichweich #335
- ci: use custom ci image by @weichweich #336
- Optimizes docker layer by @ggera #337
- chore: update the rococo chain spec by @trusch in #338
- chore: update toolchain version to nightly 1.59 by @ntn-x2 #339
- chore: 1.6.0 runtime by @ntn-x2 in #344
Full Changelog: 1.5.0...1.6.0
Runtimes
Peregrine
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata : V14
Size : 653.14 KB (668812 bytes)
Compression : 77.95%
Proposal : 0x627a80f8df045feb1d0f35e5beea57e7dff88a48d80411b700ded39dd3513786
IPFS : QmXaamdrw6R4wAsEPmDvWnM8nUMahK7vResByY1XS1ehNu
BLAKE2_256 : 0x27a0a0ec084d3484cefcb5115fed7cf29ed873dc34dad60bc57322340baf71a9
Spiritnet
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata : V14
Size : 642.70 KB (658123 bytes)
Compression : 78.17%
Proposal : 0x5e832e06e39b0f29a78e5ffef02fbac1904ec23cd570522924543e8a4e735942
IPFS : QmbkcJFuVgurwbZvhY3VGzmZ3PCKtEgzERkYbF1ikxK7Sf
BLAKE2_256 : 0xd2292aca5f82e68f61030dd6dde4025dd18cae216df7a9939cc6a753b1f6bfd3
KILT Node 1.5.0
What's Changed
⚠️ Breaking CLI Parameter ⚠️
- Multiple values for a single argument are no longer supported:
- 🚫
--bootnodes bootnode-1 bootnode-2 bootnode-3 ... - ✅
--bootnodes bootnode-1 --bootnodes bootnode-2 --bootnodes bootnode-3 ...
- 🚫
- Flags don't accept a boolean value anymore:
- 🚫
--prometheus-external=true - ✅
--prometheus-external
- 🚫
Features
- Add proxy pallet (#312)
- Add names pallet (#314)
- Bound pallets in runtime storage size (#327)
- Calculate storage deposits based on storage usage (#329)
Miscellaneous Tasks
- increase the maximum length of a DID Service Endpoint URL to 200
- Update polkadot v0.9.17 (#330)
- Update polkadot v0.9.16
- includes democracy fix
Refactor
Ci
- Fix pipeline (#328)
Full Changelog: 1.4.1...1.5.0
KILT Node 1.4.1
What's Changed
- feat: upgrade to Polkadot v0.9.16 by @wischli in #319
- Adds Scheduler migration to V3
- Adds Pallet Preimage
⚠️ Call To Upgrade ⚠️
Polkadot v0.9.16 introduces breaking changes to the client. In order to still be able to produce parachain blocks, your KILT client version must be at least v1.4.1 before the Kusama runtime upgrades to 9160. For further details, please check the Polkadot release notes.
Full Changelog: 1.4.0...1.4.1
Runtimes
The runtimes have been built using with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0 and rustc 1.57.0 (f1edd0429 2021-11-29):
Peregrine
Version : kilt-spiritnet-10410 (kilt-spiritnet-0.tx1.au1)
Metadata : V14
Size : 620.95 KB (635852 bytes)
Compression : 73.94%
Proposal : 0x3888b27222872fc089ce693d892bf92d845e894d5c99b58fbeb196f01504f430
IPFS : QmTEy5oSHk4RJ3TsfcXnusbqHT7FL93P4sXfwmDWS3xwxv
BLAKE2_256 : 0xc23993c5c5728333770fd852deeb487b7cea1003b61c54c14ac91e6d61516568
Spiritnet
Version : kilt-spiritnet-10410 (kilt-spiritnet-0.tx1.au1)
Metadata : V14
Size : 620.95 KB (635852 bytes)
Compression : 73.94%
Proposal : 0x3888b27222872fc089ce693d892bf92d845e894d5c99b58fbeb196f01504f430
IPFS : QmTEy5oSHk4RJ3TsfcXnusbqHT7FL93P4sXfwmDWS3xwxv
BLAKE2_256 : 0xc23993c5c5728333770fd852deeb487b7cea1003b61c54c14ac91e6d61516568
KILT Node 1.4.0
- Staking: Increase maximum number of Delegators per Collator to 35 from 25 (#311)
- Staking: Decrease weights (tx fees) by improving efficiency during the update of
TotalCollatorStake(#300) - Runtime and Client: Upgrade to Polkadot v0.9.13 from v0.9.12 (#309)
- Runtime: Add Chainspec for our Rococo v2 parachain RILT (#313)
- Delegations: Only enable the owner of a delegation to revoke it, not the deposit owner (#304)
Internal
KILT Node 1.3.1
- Remove missed remainders of Gratitude pallet
It is not required to upgrade collator nodes as this upgrade only contains runtime changes.
KILT Node 1.3.0
- Staking lower the minimum required stake from 1000 to 20 KILT (#303)
- DID Lookup lookup a DID by a given AccountID (#299)
- DID batch DID calls (#293)
- Crowdloan remove the Gratitude pallet. All thank yous were distributed. (#302)
- Delegations add reclaim deposit call (#295)
- Staking fixed an issue where two events were created when there was a single reward payout (#298)
KILT Node 1.2.0
- Balance enable transferring funds
- Gratitude enable the receive_gratitude call
- Transaction Fees The transaction fees are transferred to the block author (50% fee + 100% tip) and treasury (50% fee, no tip)
KILT Node 1.1.1
- Governance: The sudo pallet was removed, leaving the democracy as the only power to send root calls (#285)
- Substrate: Upgrade to version 0.9.12
- Bug Fix: Missing constant annotations where added so that the constant values can be queried by the polkadot-js API