21 releases (major breaking)

new 18.0.0 Apr 8, 2024
17.0.0 Mar 18, 2024
16.0.0 Feb 26, 2024
15.0.0 Feb 13, 2024
0.0.0 Feb 14, 2023

#564 in Magic Beans

Download history 141/week @ 2023-12-18 19/week @ 2023-12-25 484/week @ 2024-01-01 396/week @ 2024-01-08 154/week @ 2024-01-15 211/week @ 2024-01-22 178/week @ 2024-01-29 57/week @ 2024-02-05 322/week @ 2024-02-12 742/week @ 2024-02-19 900/week @ 2024-02-26 301/week @ 2024-03-04 149/week @ 2024-03-11 434/week @ 2024-03-18 430/week @ 2024-03-25 323/week @ 2024-04-01

1,346 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

2.5MB
43K SLoC

WARNING

DO NOT USE ON VALUE-BEARING CHAINS. THIS PALLET IS ONLY INTENDED FOR TESTING USAGE.

Glutton Pallet

The Glutton pallet gets the name from its property to consume vast amounts of resources. It can be used to push para-chains and their relay-chains to the limits. This is good for testing out theoretical limits in a practical way.

The Glutton can be set to consume a fraction of the available unused weight of a chain. It accomplishes this by utilizing the on_idle hook and consuming a specific ration of the remaining weight. The rations can be set via set_compute and set_storage. Initially the Glutton needs to be initialized once with initialize_pallet.


lib.rs:

WARNING

DO NOT USE ON VALUE-BEARING CHAINS. THIS PALLET IS ONLY INTENDED FOR TESTING USAGE.

Glutton Pallet

Pallet that consumes ref_time and proof_size of a block. Based on the Compute and Storage parameters the pallet consumes the adequate amount of weight.

Dependencies

~17–31MB
~510K SLoC