Name | Lookup | Parameters | |
|---|---|---|---|
| submit_unsigned | 0900 | 2 | |
| set_minimum_untrusted_score | 0901 | 1 | |
| set_emergency_election_result | 0902 | 1 | |
| submit | 0903 | 1 | |
| governance_fallback | 0904 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SolutionStored | 0900 | ["ElectionCompute","Option<AccountId>","bool"] | |
| ElectionFinalized | 0901 | ["ElectionCompute","ElectionScore"] | |
| ElectionFailed | 0902 | ||
| Rewarded | 0903 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| Slashed | 0904 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| PhaseTransitioned | 0905 | ["Phase<BlockNumberFor>","Phase<BlockNumberFor>","u32"] |
Name | Type | |
|---|---|---|
| Round | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CurrentPhase | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":55} | |
| QueuedSolution | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":377} | |
| Snapshot | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":379} | |
| DesiredTargets | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SnapshotMetadata | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":221} | |
| SignedSubmissionNextIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SignedSubmissionIndices | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_npos_elections:ElectionScoreU32U32>","PlainTypeValue":383} | |
| SignedSubmissionsMap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":386}} | |
| MinimumUntrustedScore | {"origin":"PlainType","plain_type":"sp_npos_elections:ElectionScore","PlainTypeValue":54} |
Name | Type | Value | |
|---|---|---|---|
| UnsignedPhase | U32 | b4000000 | |
| SignedPhase | U32 | b4000000 | |
| BetterSignedThreshold | U32 | 00000000 | |
| OffchainRepeat | U32 | 05000000 | |
| MinerTxPriority | U64 | feffffffffffff7f | |
| SignedMaxSubmissions | U32 | 10000000 | |
| SignedMaxWeight | sp_weights:weight_v2:Weight | 0b8072922066031300000000000000c0 | |
| SignedMaxRefunds | U32 | 04000000 | |
| SignedRewardBase | U128 | 000064a7b3b6e00d0000000000000000 | |
| SignedDepositByte | U128 | 0010a5d4e80000000000000000000000 | |
| SignedDepositWeight | U128 | 00000000000000000000000000000000 | |
| MaxWinners | U32 | b0040000 | |
| MinerMaxLength | U32 | 33333d00 | |
| MinerMaxWeight | sp_weights:weight_v2:Weight | 0b8072922066031300000000000000c0 | |
| MinerMaxVotesPerVoter | U32 | 10000000 | |
| MinerMaxWinners | U32 | b0040000 |
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. |
| FallbackFailed | The fallback failed |
| BoundNotMet | Some bound not met |
| TooManyWinners | Submitted solution has too many winners |
| PreDispatchDifferentRound | Sumission was prepared for a different round. |