Name | Lookup | Parameters | |
---|---|---|---|
submit_unsigned | 1800 | 2 | |
set_minimum_untrusted_score | 1801 | 1 | |
set_emergency_election_result | 1802 | 1 | |
submit | 1803 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
SolutionStored | 1800 | ||
ElectionFinalized | 1801 | ||
Rewarded | 1802 | ||
Slashed | 1803 | ||
SignedPhaseStarted | 1804 | ||
UnsignedPhaseStarted | 1805 |
Name | Type | |
---|---|---|
Round | {"origin":"PlainType","plain_type":"u32"} | |
CurrentPhase | {"origin":"PlainType","plain_type":"Phase<BlockNumber>"} | |
QueuedSolution | {"origin":"PlainType","plain_type":"ReadySolution<AccountId>"} | |
Snapshot | {"origin":"PlainType","plain_type":"RoundSnapshot<AccountId>"} | |
DesiredTargets | {"origin":"PlainType","plain_type":"u32"} | |
SnapshotMetadata | {"origin":"PlainType","plain_type":"SolutionOrSnapshotSize"} | |
SignedSubmissionNextIndex | {"origin":"PlainType","plain_type":"u32"} | |
SignedSubmissionIndices | {"origin":"PlainType","plain_type":"SubmissionIndicesOf"} | |
SignedSubmissionsMap | {"origin":"MapType","map_type":{"key":"u32","hasher":"Twox64Concat","value":"SignedSubmissionOf","isLinked":false}} | |
MinimumUntrustedScore | {"origin":"PlainType","plain_type":"ElectionScore"} |
Name | Type | Value | |
---|---|---|---|
UnsignedPhase | BlockNumber | 0x96000000 | |
SignedPhase | BlockNumber | 0x96000000 | |
SolutionImprovementThreshold | Perbill | 0x20a10700 | |
OffchainRepeat | BlockNumber | 0x05000000 | |
SignedMaxSubmissions | u32 | 0x80000000 | |
SignedMaxWeight | Weight | 0xc084666557010000 | |
SignedRewardBase | BalanceOf | 0x709f664d2d0b00000000000000000000 | |
SignedDepositBase | BalanceOf | 0x0010a5d4e80000000000000000000000 | |
SignedDepositByte | BalanceOf | 0xf2052a01000000000000000000000000 | |
SignedDepositWeight | BalanceOf | 0x00000000000000000000000000000000 |
Name | Docs |
---|---|
PreDispatchEarlySubmission | Submission was too early. |
PreDispatchWrongWinnerCount | Wrong number of winners presented. |
PreDispatchWeakSubmission | Submission was too weak, score-wise. |
SignedQueueFull | The queue was full, and the solution was not better than any of the existing ones. |
SignedCannotPayDeposit | The origin failed to pay the deposit. |
SignedInvalidWitness | Witness data to dispatchable is invalid. |
SignedTooMuchWeight | The signed submission consumes too much weight |
OcwCallWrongEra | OCW submitted solution for wrong round |
MissingSnapshotMetadata | Snapshot metadata should exist but didn't. |
InvalidSubmissionIndex | `Self::insert_submission` returned an invalid index. |
CallNotAllowed | The call is not allowed at this point. |