Releases: KILTprotocol/kilt-node
Releases · KILTprotocol/kilt-node
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