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
Our validate block implementation relies on a function called extract_parachain_inherent_data.
Currently this function assumes that the parachain inherent will be first. This should be improved so that it can be anywhere in the block.
The trick is that we need some way to determine whether we have the right constraint checker variant even though the aggregate constraint checker is generic. Perhaps something like IsSubType would be useful.
The text was updated successfully, but these errors were encountered:
Our validate block implementation relies on a function called
extract_parachain_inherent_data
.Currently this function assumes that the parachain inherent will be first. This should be improved so that it can be anywhere in the block.
The trick is that we need some way to determine whether we have the right constraint checker variant even though the aggregate constraint checker is generic. Perhaps something like
IsSubType
would be useful.The text was updated successfully, but these errors were encountered: