Releases: KILTprotocol/kilt-node
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
⚠️ Call To Upgrade ⚠️
KILT Node 1.1.0
- DID: enable service endpoints (#276)
- Staking: enable the
join_candidates
call, with this runtime upgrade it will be possible to become a collator (#287) - Gratitude: A pallet was added to express our gratitude for voting in favor of the Spiritnet parachain slot (#264 #282)
- Vesting: The minimum amount that has to be transferred by
vested_transfer
was lowered from 1000KILT to 0.1KILT (but this call is not enabled) (#288) - Inflation: A Pallet was added that mints coins to the treasury with each block (#286)
- details about this can be found in the token economy
KILT Node 1.0.0: Release the KILT
Today we celebrate the release of the KILT functionality to our spiritnet runtime 🎉.
This includes
- Creating CTypes
- Creating, revoking and removing Attestations
- And creating, updating and removing DIDs
BREAKING Changes
KILT Node 0.26.2
KILT Node 0.26.1
In this release, we update the Polkadot/Kusama dependencies. The Kusama upgrade to 0.9.10 introduced a new runtime api.
Client Update
- Update Polkadot, Substrate & Cumulus to 0.9.10