mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-26 14:41:07 +00:00
8de663f105
* Adds new `check_inherents` function to the `BlockBuilder` API * Switch to `check_inherents` in `node-consensus` * Remove `CheckedBlock`, because it is not required anymore * Fixes after rebase * Fixes compilation on stable
= Test runtime .Summary [source, toml] ---- include::Cargo.toml[lines=2..5] ---- .Description ---- include::src/lib.rs[tag=description] ----