Skip to content

Releases: KILTprotocol/kilt-node

KILT Node 1.4.1

09 Feb 14:49
9da7c80
Compare
Choose a tag to compare

What's Changed

⚠️ 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.

⚠️ Please upgrade your nodes as soon as possible to this version. ⚠️

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

24 Jan 08:51
0d1d124
Compare
Choose a tag to compare
  • 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

  • Switch to Rust 2021 (#309)
  • Ensure the DefaultAccount is not used anywhere (#306)
  • Move Primitives to runtime-common (#310)
  • Cleanup imports (#301)
  • Cleanup DID origins (#304)
  • Remove outdated documentation (#307)

KILT Node 1.3.1

16 Dec 08:19
65701dc
Compare
Choose a tag to compare
  • 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

02 Dec 12:58
085e11f
Compare
Choose a tag to compare
  • 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

09 Nov 09:32
Compare
Choose a tag to compare
  • 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

04 Nov 11:04
Compare
Choose a tag to compare
  • 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 ⚠️

⚠️ Please upgrade your nodes as soon as possible to this version. ⚠️

KILT Node 1.1.0

02 Nov 13:18
5209c7a
Compare
Choose a tag to compare
  • 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)

KILT Node 1.0.0: Release the KILT

22 Oct 15:47
4ab24b8
Compare
Choose a tag to compare

Today we celebrate the release of the KILT functionality to our spiritnet runtime 🎉.

This includes

BREAKING Changes

⚠️ We also updated to Polkadot v0.9.11 from v0.9.10 which includes a critical client change. Collators should update their client as soon as possible. ⚠️

KILT Node 0.26.2

14 Oct 13:42
Compare
Choose a tag to compare

This release addresses an issue with the parachain-staking pallet and decreases the time it takes for governance to enact a proposal.

Parachain Staking

  • Fixed an issue where a delegator could get stuck in the delegator list (#266)

Spiritnet Runtime

  • Reduce enactment period to one day (#268)

KILT Node 0.26.1

29 Sep 18:54
Compare
Choose a tag to compare

In this release, we update the Polkadot/Kusama dependencies. The Kusama upgrade to 0.9.10 introduced a new runtime api.

Client Update