You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
We need to check the inherents that depend on some relay chain state like for example the timestamp. We should call check_inherents with an InherentData setup correctly to ensure that the inherents are correct.
This depends on paritytech/polkadot-sdk#82, because we will need to read some data from the relay chain state to validate the timestamp for example.
The text was updated successfully, but these errors were encountered:
We need to check the inherents that depend on some relay chain state like for example the timestamp. We should call
check_inherents
with anInherentData
setup correctly to ensure that the inherents are correct.This depends on paritytech/polkadot-sdk#82, because we will need to read some data from the relay chain state to validate the timestamp for example.
The text was updated successfully, but these errors were encountered: