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

Kusama CC-2 v0.6.11

Compare
Choose a tag to compare
@gavofyork gavofyork released this 08 Nov 21:48
· 18 commits to v0.6 since this release
0b08f26

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.