Skip to content

Releases: KILTprotocol/kilt-node

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

KILT Node 0.26.0

22 Sep 16:09
30ace39
Compare
Choose a tag to compare

In this release, we prepare the runtime upgrade to add Governance to our Spiritnet.

Spiritnet runtime

  • Add Governance (Democracy, Council, TechnicalCommittee, TechnicalMembership, Treasury, Scheduler) (#255)
  • Remove session.set_keys call filter (#255)
  • Bump spec_version from 24 to 25