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-2 v0.6.13

09 Nov 18:50
d4e0064
Compare
Choose a tag to compare

Stability release focusing on a significant bug fix (paritytech/substrate#4071)

Kusama CC-2 v0.6.12

09 Nov 13:22
Compare
Choose a tag to compare

Bug fix release relating to critical performance issues.

  • Fix ancient chain sync.
  • Avoid periodic block announcement.
  • Additional logging for tx queue.
  • Additional telemetry data collection.

Kusama CC-2 v0.6.11

08 Nov 21:48
0b08f26
Compare
Choose a tag to compare

Service release for the Kusama network.

Substrate update bringing three main optimisations:

  • Transaction queue runs in its own thread, avoiding blocking block-processing, potentially causing choppy sync.
  • Network gossip optimised to keep consensus traffic to/from non-validator nodes to near zero and significantly lower traffic between validators. This should also help reduce CPU footprint.
  • Consensus messages are now sent and processed in batches, optimising CPU overhead.

Kusama CC-2 v0.6.10

07 Nov 17:59
b8baab4
Compare
Choose a tag to compare

Significant feature release.

Includes:

  • Ahead-of-Time (AOT) Wasm compiler for runtimes! This speeds up block/transaction execution dramatically. It is still experimental; to enable it use --wasm-execution Compiled

Includes runtime 1017, which contains:

  • New Grandpa validators as known-keys, with storage migration.
  • Fixes for treasury/NPoS rewards.
  • New Balances::transfer_keep_alive extrinsic type for transferring from an account without destroying it.

Includes bump to Substrate master containing:

  • Import without state verification, allowing validators to safely use normal pruning.
  • Bans on invalid incoming transactions and reduce reputation of the peers that send them. This will reduce CPU workload and lower connectivity of nodes that run older, buggy and obsolete versions.

Kusama CC-2 v0.6.9

05 Nov 16:29
Compare
Choose a tag to compare

Service release for Kusama.

  • Updates Substrate to a version that reverts header-only sync for consensus.

Kusama CC-2 v0.6.8

05 Nov 12:46
d102bc5
Compare
Choose a tag to compare

Service release for Kusama network.

Includes:

  • additional diagnostics for networking;
  • potential fix for block import stuttering;
  • transaction dropping for im-online.

Kusama CC-2 v0.6.7

04 Nov 12:30
7c334e2
Compare
Choose a tag to compare

Service release for Kusama network. Includes:

  • Governance-enabled runtime 1013.
  • Update to Substrate master including significant fix for sync/consensus.

Kusama CC-2 v0.6.6

02 Nov 17:07
ccd1c6e
Compare
Choose a tag to compare

Service release.

  • Provides native runtime version 1012.
  • Bumps Substrate to latest master which includes a potential fix for storage cache.

Kusama CC-2 v0.6.5

29 Oct 21:42
39397ab
Compare
Choose a tag to compare

A small service release for the Kusama network which brings in several improvements from Substrate. Included:

  • Introduced --sentry flag for validator sentries.
  • An RPC to allow transaction information to be queried including fees and weight.
  • Phragmen elections module now states the amounts of votes backing each councillor.
  • An improvement to allow council vote unlocking even if all funds are locked.
  • Improvements to the staking module to ensure that inactive validators are deselected.
  • A minor fix for the transaction queue.
  • A fix for Grandpa.

Kusama CC-2 v0.6.4

27 Oct 13:42
9bf2655
Compare
Choose a tag to compare

Minor service update to enable support for nicknames. Substrate version also bumped.