53 releases (34 breaking)

0.42.0 Jul 18, 2024
0.40.0 Jun 21, 2024
0.36.0 Mar 18, 2024
0.32.0 Dec 12, 2023
0.8.0-alpha.5 Mar 24, 2020

#2 in #extrinsic

Download history 2354/week @ 2024-07-25 2557/week @ 2024-08-01 3390/week @ 2024-08-08 3275/week @ 2024-08-15 3466/week @ 2024-08-22 2294/week @ 2024-08-29 2416/week @ 2024-09-05 3413/week @ 2024-09-12 3351/week @ 2024-09-19 4226/week @ 2024-09-26 2899/week @ 2024-10-03 2693/week @ 2024-10-10 4251/week @ 2024-10-17 4083/week @ 2024-10-24 3485/week @ 2024-10-31 2265/week @ 2024-11-07

14,659 downloads per month
Used in 103 crates (11 directly)

GPL-3.0-or-later…

1MB
18K SLoC

Substrate block builder

This crate provides the BlockBuilder utility and the corresponding runtime api BlockBuilder.Error

The block builder utility is used in the node as an abstraction over the runtime api to initialize a block, to push extrinsics and to finalize a block.

License: GPL-3.0-or-later WITH Classpath-exception-2.0


lib.rs:

Substrate block builder

This crate provides the BlockBuilder utility and the corresponding runtime api BlockBuilder.

The block builder utility is used in the node as an abstraction over the runtime api to initialize a block, to push extrinsics and to finalize a block.

Dependencies

~17–29MB
~448K SLoC