Skip to content
Snippets Groups Projects
Benjamin Gallois's avatar
Benjamin Gallois authored
* feat: add pallet session benchmark

* fix(pallet_collective): fix parameters for benchmark

* fix(pallet_treasury): fix parameters for benchmark

* fix(pallet_im_online): fix parameters for benchmark

Fixed the pallet_im_online parameters to be pass benchmarks. MaxKeys needs to be at least 1000 because of https://github.com/paritytech/substrate/blob/e94cb0dafd4f30ff29512c1c00ec513ada7d2b5d/frame/im-online/src/benchmarking.rs#L35

* feat(runtimes): use our benchmarks for substrate pallets
8441d450
History
Name Last commit Last update
..
src
Cargo.toml
README.md

Duniter session-benchmarking pallet

Benchmark crate for the pallet-session that is decoupled from the staking-pallet not used in Duniter.
In Duniter, the SessionManager and SessionHandler hooks are implemented in the authority-members pallet.