This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Kusama CC-3 v0.7.9
ParityReleases
released this
16 Dec 13:23
·
3708 commits
to master
since this release
Release for CC-3. Native for runtime 1030.
- Fix bootnodes PeerIds (#683)
Substrate changes
decl_error!
document that the error needs to be registered (paritytech/substrate#4366)- Fix a bunch of low work dependency cycles (paritytech/substrate#4354)
- Introduce prefixed storage with enumeration (paritytech/substrate#4185)
- Fix panic in telemetry (paritytech/substrate#4336)
- Don't assume a fixed length for
endowed_accounts
(paritytech/substrate#4330) - Limit number of uncles that can be provided. (paritytech/substrate#4298)
- client/authority-discovery: Warn when specifying too many sentry nodes (paritytech/substrate#4314)
- Change order of events emitted from transfer. (paritytech/substrate#4301)
- client/authority-discovery: Limit the amount of sentries per authority (paritytech/substrate#4302)
- Tone down warnings when resubmitting to the pool. (paritytech/substrate#4294)
- Use balance capped to u64 for transaction payment RPC. (paritytech/substrate#4290)
- Expose some of session module's storage as public, as well as the set_keys transaction (paritytech/substrate#4175)
- Add linear back-off for aura slot workers (paritytech/substrate#4293)