Expand description
Version 1 of the DB schema.
Note that the version here differs from the actual version of the parachains
database (check CURRENT_VERSION
in node/service/src/parachains_db/upgrade.rs
).
The code in this module implements the way approval voting works with
its data in the database. Any breaking changes here will still
require a db migration (check node/service/src/parachains_db/upgrade.rs
).
Structs§
- Metadata regarding approval of a particular candidate within the context of some particular block.
- Metadata regarding approval of a particular block, by way of approval of the candidates contained within it.
- Metadata regarding approval of a particular candidate.
- Details pertaining to our assignment on a block.