mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 11:17:59 +00:00
d0b5e2b56f
* Adds support for returning a custom header from `validate_block` This adds support for returning a custom header from `validate_block`. Before this, we always returned the header of the block that was validated (and still do it by default). However, after this pr it is possible to set a custom header or better custom head data that will be returned instead from `validate_block`. This can be for example when a chain wants to fork. * FMT