Releases: paritytech/polkadot
Kusama CC-3 v0.7.4
Release for CC-3. Native for runtime 1025.
- Update for new peerset API (#644)
Substrate changes
- Reputation changes requires reason (paritytech/substrate#4277)
- Council members (paritytech/substrate#4279)
- Enumeratable dispatches using unhashed index in key. (paritytech/substrate#4278)
Kusama CC-3 v0.7.3
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
- Another fix for elections-phragmen (paritytech/substrate#4276)
- docs/CODEOWNERS: Add mxinden to authority discovery modules (paritytech/substrate#4275)
- Fix sp-session typo (paritytech/substrate#4273)
- interruptible test and build jobs (paritytech/substrate#4271)
Kusama CC-3 v0.7.2
Kusama CC-3 v0.7.1
Minor service release for CC-3. Native for runtime 1022.
Substrate changes
- Add some logs, fix reorg import. (paritytech/substrate#4250)
- Economic fixes for democracy module (paritytech/substrate#4256)
- Check filename length is valid in keystore (paritytech/substrate#4255)
- Fix db path on normal run. (paritytech/substrate#4254)
- Fix filling the db path in the CLI (paritytech/substrate#4253)
- remove unused file (paritytech/substrate#4251)
- Make weights compatible with u64 (paritytech/substrate#4192)
- Grandpa: save all completed prior rounds (paritytech/substrate#4203)
- Tracing - Implement feature to record values with span creation (paritytech/substrate#4242)
Kusama CC-3 v0.7.0
Initial release for Kusama CC-3 network client. Contains several breaking changes and fixes from 0.6 series/CC-2.
Runtime changes:
Runtime changes (Substrate):
- Commission is stated as percent of rewards (paritytech/substrate#4243)
- Use raw public key instead of compressed (paritytech/substrate#4234)
- Safe multi-era slashing for NPoS (paritytech/substrate#3846)
- Validators don't get slashed for offlineness until 10% at once (paritytech/substrate#4232)
Client changes:
- New chain spec (#632)
- Enable refactored authority discovery (#624)
- Move propose_with into a dedicated blocking threadpool (#614)
Client changes (Substrate):
- Check in block authoring that we can author with current authoring version (paritytech/substrate#4201)
- Check block CLI command (paritytech/substrate#4240)
- Handle Grafana server bind errors gracefully. (paritytech/substrate#4241)
- Recover transaction pool on light client (paritytech/substrate#3833)
- Back-off block proposal (paritytech/substrate#4235)
- Implement all storage after prefix (paritytech/substrate#4227)
- Add SHA2-256 hash function (paritytech/substrate#4218)
- Make block proposing remaining duration configurable (paritytech/substrate#4215)
- Add graphs for each function name (paritytech/substrate#4214)
Kusama CC-2 v0.6.18
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
- Grafana integration (paritytech/substrate#3913)
- Improve logging for reserved peers (paritytech/substrate#4183)
- Add instrumentation, with performance profiling capability (paritytech/substrate#4132)
- Publish the dispatch info in extrinsic events (paritytech/substrate#4148)
- Updating GRANDPA to v0.10.1 (paritytech/substrate#4174)
- Grandpa: voting rules shouldn't restrict past round base (paritytech/substrate#4155)
- Grandpa: increase timeout for catch up requests (paritytech/substrate#4149)
- Remove the
exit
parameter from importing and exporting blocks (paritytech/substrate#3954) - Fix serialization of
transaction_paymentInfo
(paritytech/substrate#4146) - Finality proof: fetch new authorities set instead of previous one (paritytech/substrate#4112)
- Gossip: replace LRU cache (paritytech/substrate#4137)
- Keep tack of best imported block precisely (paritytech/substrate#4100)
Kusama CC-2 v0.6.17
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:
- Do not download blocks too far ahead (paritytech/substrate#4095)
- Sensible limits for known blocks and extrinsics (paritytech/substrate#4094)
- Bumped dependencies (paritytech/substrate#4087)
- Fix sync stalling on moving head (best block) prior to the tip of the chain sometimes (paritytech/substrate#4091)
- Fix console output for slot duration (paritytech/substrate#4085)
Kusama CC-2 v0.6.16
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:
- Don't request old obsolete blocks (paritytech/substrate#4084)
- Cleanup filtered messages (paritytech/substrate#4082)
- Typed chain state queries over RPC. (paritytech/substrate#4079)
- Allow ancient fork download after ancestry search (paritytech/substrate#4080)
- Remove Self vote from phragmen (paritytech/substrate#4081)
- Substrate runtime interface 2.0 (paritytech/substrate#4057)
Kusama CC-2 v0.6.15
Service release for restarting Grandpa finality.
Fix for the slow node startup.
Kusama CC-2 v0.6.14
Service release for restarting Grandpa finality.
Also includes a fix for the memory-bomb issue, causing occasional large memory usage.