26 releases (major breaking)

22.0.0 Apr 3, 2025
21.1.0 Mar 27, 2025
21.0.0 Jan 13, 2025
20.0.0 Sep 26, 2024
0.1.0-dev.2 Jul 27, 2023

#59 in #statement

Download history 6064/week @ 2024-12-26 20722/week @ 2025-01-02 25080/week @ 2025-01-09 29210/week @ 2025-01-16 28876/week @ 2025-01-23 24764/week @ 2025-01-30 28199/week @ 2025-02-06 37744/week @ 2025-02-13 18035/week @ 2025-02-20 3127/week @ 2025-02-27 3788/week @ 2025-03-06 2605/week @ 2025-03-13 2342/week @ 2025-03-20 3020/week @ 2025-03-27 2219/week @ 2025-04-03 2336/week @ 2025-04-10

10,356 downloads per month
Used in 36 crates (via polkadot-sdk)

Apache-2.0

3MB
49K SLoC

Supporting pallet for the statement store.

Overview

The Statement pallet provides means to create and validate statements for the statement store.

For each statement validation function calculates the following three values based on the statement author balance: max_count: Maximum number of statements allowed for the author (signer) of this statement. max_size: Maximum total size of statements allowed for the author (signer) of this statement.

This pallet also contains an offchain worker that turns on-chain statement events into statements. These statements are placed in the store and propagated over the network.

Dependencies

~20–34MB
~572K SLoC