Files
pezkuwi-subxt/polkadot/node/core
Robert Klotzner 254582df7f Don't store available data on disputes (#5950)
* Don't store available data on disputes

If there are lots of disputes, this leads to blowing up disk space on
validators. Rob luckily remembered that we do store the full
availability in participation.

The argument in the code does not make too much sense with the current
implementation, as no validator will ever request anything else from us,
than the one piece we are meant to posess.

* Fix warnings.

* Fix compile warnings

* Remove redundant field.

Co-authored-by: Vsevolod Stakhov <vsevolod.stakhov@parity.io>
2022-09-01 13:42:01 +02:00
..
2022-08-29 18:01:58 +02:00
2022-08-29 18:01:58 +02:00
2022-08-29 18:01:58 +02:00
2022-08-29 18:01:58 +02:00
2020-07-18 16:01:51 -04:00

This folder contains core subsystems, each with their own crate.