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
The ProvisionerInherentData struct is composed of: bitfields, candidates, disputes, the unique information that is tracked under provisioner state per relay block is the bitfields.
So we need to collect the other components before sending them, this task can take some time, so we should spawn a goroutine to unblock the provisioner subsystem, placing a timeout so we don't let the goroutine to run forever.
Here is what we should query/compute before sending the inherents
Description
The
ProvisionerInherentData
struct is composed of:bitfields, candidates, disputes
, the unique information that is tracked under provisioner state per relay block is the bitfields.So we need to collect the other components before sending them, this task can take some time, so we should spawn a goroutine to unblock the provisioner subsystem, placing a timeout so we don't let the goroutine to run forever.
Here is what we should query/compute before sending the inherents
Links
Acceptance Criteria
The text was updated successfully, but these errors were encountered: