53 releases (34 breaking)

new 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

#1127 in Magic Beans

Download history 2929/week @ 2024-03-28 2821/week @ 2024-04-04 2384/week @ 2024-04-11 2281/week @ 2024-04-18 2820/week @ 2024-04-25 2502/week @ 2024-05-02 2170/week @ 2024-05-09 2587/week @ 2024-05-16 3309/week @ 2024-05-23 3384/week @ 2024-05-30 2777/week @ 2024-06-06 2325/week @ 2024-06-13 3644/week @ 2024-06-20 2104/week @ 2024-06-27 991/week @ 2024-07-04 2301/week @ 2024-07-11

9,277 downloads per month
Used in 100 crates (12 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–28MB
~457K SLoC