github KILTprotocol/kilt-node 0.25.1
KILT Node 0.25.1 (2021-09-16)

latest releases: 1.14.3, 1.14.3-rc2, 1.14.3-rc1...
3 years ago

This is our first release after becoming a live parachain on Kusama 🎉

BREAKING

  • API: Removed limit of staking candidates (#244, #245)
    • Removed SelectedCandidates.
      • Instead, we calculate the top candidates on the fly from our TopCandidates struct by taking the first MaxTopCandidates from there. The rest serve as runner ups.
    • There is no full list of all candidates anymore. The former CandidatePool has changed from an OrderedSet to a StorageMap from candidate_account_id to Candidate which equals the former Collator struct.
    • Thus, you can query a candidate's state now by candidate_pool(acc_id) instead of candidate_state(acc_id)
  • Updated to most recent Polkadot version: polkadot-v0.9.9-1 from polkadot-v0.9.8 (#242)

Bug Fix

  • Staking: Fix potential irremovability of stakers
    • Reduces the maximum of manual unstake requests of candidates and delegators by one to have a placeholder for exiting or forced removals
    • Blocks candidates and delegators from (re-) joining if they have max unstake requests. Otherwise they would make themselves unblockable by rejoining after exiting/being kicked with max unstake requests.

Feature

  • Refactor DID calls to be less clustered (#239, #246)
  • Add benchmark scripts (#248)
  • Add OnFinality Bootnodes for Spiritnet (#250)

Don't miss a new kilt-node release

NewReleases is sending notifications on new releases.