Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Releases: paritytech/polkadot

Kusama CC-3 v0.7.4

03 Dec 12:01
Compare
Choose a tag to compare

Release for CC-3. Native for runtime 1025.

  • Update for new peerset API (#644)

Substrate changes

Kusama CC-3 v0.7.3

03 Dec 11:43
e0a7e28
Compare
Choose a tag to compare

Release for CC-3. Native for runtime 1024.

  • Bump Substrate and version (#645)
  • reverting to polkadot-master (#643)
  • Adding vesting logic to claims (#637)
  • interruptible test and build jobs (#642)

Substrate Changes

Kusama CC-3 v0.7.2

02 Dec 16:26
Compare
Choose a tag to compare

Release for CC-3. Native for runtime 1023.

  • fix for latest substrate crate renaming (#641)
  • docs: update readme for cc3 (#639)

Kusama CC-3 v0.7.1

02 Dec 12:49
5422684
Compare
Choose a tag to compare

Minor service release for CC-3. Native for runtime 1022.

  • Bump Substrate (#636)
  • Nicks are 32 bytes (#634)

Substrate changes

Kusama CC-3 v0.7.0

29 Nov 17:24
Compare
Choose a tag to compare

Initial release for Kusama CC-3 network client. Contains several breaking changes and fixes from 0.6 series/CC-2.

Runtime changes:

  • Sessions/epochs are 1 hour not 4 hours. (#630)
  • Enable governance transactions (#628)

Runtime changes (Substrate):

Client changes:

  • New chain spec (#632)
  • Enable refactored authority discovery (#624)
  • Move propose_with into a dedicated blocking threadpool (#614)

Client changes (Substrate):

Kusama CC-2 v0.6.18

27 Nov 16:39
63d2c0e
Compare
Choose a tag to compare

Service release as part of the Kusama CC-2 series. Several fixes and additional diagnostics for Grandpa and tooling support for analytics and profiling.

Substrate changes

Kusama CC-2 v0.6.17

12 Nov 20:05
Compare
Choose a tag to compare

Performance and minor bugfix release for Kusama network.

Priority: Medium

This bumps the native runtime to 1018; alterations include:

  • Do nothing for zero imbalances (paritytech/substrate#4089) - this ensures that zero slashes and deposits are not recorded as events.
  • Additional call to allow Root to add new claims in the claim module.

Other Substrate changes include:

Kusama CC-2 v0.6.16

11 Nov 11:26
93e50ff
Compare
Choose a tag to compare

Service release for Kusama. Fixes a memory leak regarding Grandpa and introduces typed RPC queries. Also improves the runtime host function API.

Full Substrate changes:

Kusama CC-2 v0.6.15

10 Nov 21:02
Compare
Choose a tag to compare

Service release for restarting Grandpa finality.

Fix for the slow node startup.

Kusama CC-2 v0.6.14

10 Nov 12:59
Compare
Choose a tag to compare

Service release for restarting Grandpa finality.

Also includes a fix for the memory-bomb issue, causing occasional large memory usage.