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 was archived by the owner on Nov 15, 2023. It is now read-only.
InvalidFormat (i.e. it's plain old invalid and will never become valid)
Dead (i.e. it was once valid but has now become invalid)
Immature (i.e. it's currently invalid and while it may become valid at some point, that's too far ahead to care about)
PoolFull (i.e. there's no room at the inn)
AlreadyKnown If we already know about it but yet it's valid for inclusion, then it's not an error - we carry on as before and trace the pre-existing extrinsic instead.
Status may be:
Finalised(BlockHash) (it's finalised and all is well)
Usurped(ExtrinsicHash) (some state change (perhaps another extrinsic was included) rendered this extrinsic invalid)
Broadcast(Vec<PeerId>) (it has been broadcast to the given peers) version 2.0 only