24 releases (major breaking)

new 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

#187 in Magic Beans

Download history 207/week @ 2024-09-24 53/week @ 2024-10-01 85/week @ 2024-10-08 108/week @ 2024-10-15 195/week @ 2024-10-22 253/week @ 2024-10-29 768/week @ 2024-11-05 24528/week @ 2024-11-12 25104/week @ 2024-11-19 25328/week @ 2024-11-26 24520/week @ 2024-12-03 23876/week @ 2024-12-10 20260/week @ 2024-12-17 5988/week @ 2024-12-24 12871/week @ 2024-12-31 21241/week @ 2025-01-07

63,358 downloads per month
Used in 10 crates (via polkadot-sdk)

Apache-2.0

3MB
47K 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

~19–33MB
~547K SLoC