-
## Overview:
This document aims to summarise proposed/existing options for formalising the process by which:
- the Fellowship actively consults and collaborates with ecosystem teams
- scheduled run…
-
Counterpart of https://github.com/paritytech/polkadot-sdk/issues/3900
Tracking issues for features that make the life of **end-users of the Polkadot platform** easier.
Post your opinion by comm…
-
The left side should be `ref_time`, and the right side is correct.
`struct Weight { ref_time, proof_size }`, to recap.
-
Remove periodic tick from `SyncingEngine`:
https://github.com/paritytech/polkadot-sdk/blob/master/substrate/client/network/sync/src/engine.rs#L599-L604
It is not used by syncing, but without it sy…
-
## Issue summary
- Grid Topology sort of determines to whom we are supposed to send some messages and from whom we are supposed to receive them.
- It designs rows and columns for other validators …
-
This is a tracking issue for the implementation of **Optimistic Project Funding** - which was approved by DOT holders in [Referendum #712](https://polkadot.subsquare.io/referenda/712).
Implementati…
-
**Is your feature request related to a problem? Please describe.**
- [ ] Check validator APY, currently does not match with polkadot.js app (https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.dotters.…
-
## Issue summary
- This subsystem is the inverse of the [Availability Distribution](https://github.com/ChainSafe/gossamer/issues/3598) subsystem: validators will serve the availability chunks kept …
-
## Issue summary
This subsystem is responsible for distribution availability data to peers. Availability data are chunks, PoVs and AvailableData (which is PoV + PersistedValidationData).
## Sub Is…
-
## Context
Sometimes, it happens that the underlying RPC client used by Subxt disconnects (e.g. due to network issues). In this case, the client throws an error that is not easy to detect in subxt…