24 releases (major breaking)

21.0.0 Jan 13, 2025
20.0.0 Sep 26, 2024
19.0.0 Jul 18, 2024
18.0.0 Jul 12, 2024
0.1.0-dev.2 Jul 27, 2023

#4 in #allowed

Download history 215/week @ 2024-10-28 251/week @ 2024-11-04 20196/week @ 2024-11-11 24331/week @ 2024-11-18 27397/week @ 2024-11-25 22176/week @ 2024-12-02 26881/week @ 2024-12-09 21384/week @ 2024-12-16 5225/week @ 2024-12-23 11371/week @ 2024-12-30 20526/week @ 2025-01-06 33250/week @ 2025-01-13 27885/week @ 2025-01-20 23014/week @ 2025-01-27 28226/week @ 2025-02-03 32674/week @ 2025-02-10

114,775 downloads per month
Used in 16 crates (via polkadot-sdk)

Apache-2.0

3MB
48K SLoC

Release

Polkadot SDK Stable 2412


lib.rs:

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

~18–34MB
~534K SLoC