48 releases (29 breaking)

0.37.0 Apr 8, 2024
0.36.0 Mar 18, 2024
0.35.0 Feb 26, 2024
0.32.0 Dec 12, 2023
0.8.0-alpha.5 Mar 24, 2020

#788 in Magic Beans

Download history 1184/week @ 2024-01-01 1972/week @ 2024-01-08 1489/week @ 2024-01-15 1616/week @ 2024-01-22 1149/week @ 2024-01-29 1661/week @ 2024-02-05 2304/week @ 2024-02-12 2712/week @ 2024-02-19 3036/week @ 2024-02-26 2613/week @ 2024-03-04 1749/week @ 2024-03-11 2855/week @ 2024-03-18 2597/week @ 2024-03-25 2918/week @ 2024-04-01 2646/week @ 2024-04-08 2500/week @ 2024-04-15

10,883 downloads per month
Used in 98 crates (11 directly)

GPL-3.0-or-later…

1MB
17K 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

~18–30MB
~486K SLoC