refac add_cert
Compare changes
+ 90
− 81
@@ -13,7 +13,7 @@ through on-chain governance mechanisms.
@@ -21,7 +21,7 @@ There are **77** user calls from **21** pallets.
@@ -36,7 +36,7 @@ unlink the identity associated with the account
@@ -53,7 +53,7 @@ Anonymously schedule a task.
@@ -68,7 +68,7 @@ Cancel an anonymously scheduled task.
@@ -86,7 +86,7 @@ Schedule a named task.
@@ -157,7 +157,7 @@ be reported.
@@ -199,7 +199,7 @@ WARNING: This call is DEPRECATED! Use `force_set_balance` instead.
@@ -219,7 +219,7 @@ kill the origin account.
@@ -284,7 +284,7 @@ The dispatch origin for this call is `root`.
@@ -304,7 +304,7 @@ Origin account is kept alive.
@@ -323,7 +323,7 @@ Consume a oneshot account and transfer its balance to an account
@@ -351,7 +351,7 @@ and the remaining amount to another account.
@@ -365,7 +365,7 @@ Invite a WoT member to try becoming a Smith
@@ -378,7 +378,7 @@ Accept an invitation (must have been invited first)
@@ -394,7 +394,7 @@ Certify an invited smith which can lead the certified to become a Smith
@@ -407,7 +407,7 @@ ask to leave the set of validators two sessions after
@@ -420,7 +420,7 @@ ask to join the set of validators two sessions after
@@ -434,7 +434,7 @@ declare new session keys to replace current ones
@@ -491,7 +491,7 @@ The weight of this call is defined by the caller.
@@ -508,7 +508,7 @@ the preimage. Otherwise, a deposit is taken proportional to the size of the prei
@@ -527,7 +527,7 @@ If `len` is provided, then it will be a much cheaper operation.
@@ -544,7 +544,7 @@ a user may have paid, and take the control of the preimage out of their hands.
@@ -562,7 +562,7 @@ NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`.
@@ -614,7 +614,7 @@ or put up for voting.
@@ -680,7 +680,7 @@ proposal.
@@ -693,7 +693,7 @@ Claim Universal Dividends
@@ -708,7 +708,7 @@ Transfer some liquid free balance to another account, in milliUD.
@@ -725,7 +725,7 @@ Transfer some liquid free balance to another account, in milliUD.
@@ -743,7 +743,7 @@ The origin must be allowed to create an identity.
@@ -761,7 +761,7 @@ The identity must have been created using `create_identity` before it can be con
@@ -782,7 +782,7 @@ The origin should be the old identity owner key.
@@ -805,7 +805,7 @@ Any signed origin can execute this call.
@@ -820,7 +820,7 @@ change sufficient ref count for given key
@@ -835,28 +835,37 @@ Link an account to an identity
@@ -871,7 +880,7 @@ remove a certification (only root)
@@ -887,7 +896,7 @@ remove all certifications received by an identity (only root)
@@ -902,7 +911,7 @@ negative evaluation will result in slash for caller
@@ -917,7 +926,7 @@ only possible for unvalidated identity
@@ -932,7 +941,7 @@ this is called internally by validators (= inherent)
@@ -947,7 +956,7 @@ Force push an evaluation result to the pool
@@ -1034,7 +1043,7 @@ The dispatch origin for this call must be _Signed_.
@@ -1163,7 +1172,7 @@ NOTE: If this is the final approval, you will want to use `as_multi` instead.
@@ -1202,7 +1211,7 @@ transaction for this dispatch.
@@ -1219,7 +1228,7 @@ Request a randomness
@@ -1243,7 +1252,7 @@ Parameters:
@@ -1267,7 +1276,7 @@ zero.
@@ -1289,7 +1298,7 @@ Parameters:
@@ -1307,7 +1316,7 @@ the unreserved fees will be inaccessible. **All access to this account will be l
@@ -1340,7 +1349,7 @@ Fails if there are insufficient funds to pay for deposit.
@@ -1373,7 +1382,7 @@ account whose `pure` call has corresponding parameters.
@@ -1402,7 +1411,7 @@ Parameters:
@@ -1426,7 +1435,7 @@ Parameters:
@@ -1450,7 +1459,7 @@ Parameters:
@@ -1479,7 +1488,7 @@ Parameters:
@@ -1510,7 +1519,7 @@ event is deposited.
@@ -1537,7 +1546,7 @@ The dispatch origin for this call must be _Signed_.
@@ -1563,7 +1572,7 @@ includes bypassing `frame_system::Config::BaseCallFilter`).
@@ -1611,7 +1620,7 @@ The dispatch origin for this call must be _Root_.
@@ -1653,7 +1662,7 @@ beneficiary.
@@ -1687,7 +1696,7 @@ There are **15** root calls from **8** pallets.
@@ -1735,7 +1744,7 @@ Set the new runtime code without doing any checks of the given `code`.
@@ -1749,7 +1758,7 @@ Set some items of storage.
@@ -1763,7 +1772,7 @@ Kill some items from storage.
@@ -1802,7 +1811,7 @@ not been enacted yet.
@@ -1819,7 +1828,7 @@ may be specified.
@@ -1838,7 +1847,7 @@ Can only be called by ROOT.
@@ -1882,7 +1891,7 @@ Only callable by root.
@@ -1921,7 +1930,7 @@ with other logic managing the member set.
@@ -1946,7 +1955,7 @@ O(P) where P is the number of max proposals
@@ -1962,7 +1971,7 @@ remove identity names from storage
@@ -1993,7 +2002,7 @@ There are **4** disabled calls from **2** pallets.
@@ -2010,7 +2019,7 @@ Make some on-chain remark.
@@ -2026,7 +2035,7 @@ Make some on-chain remark and emit event.
@@ -2049,7 +2058,7 @@ The dispatch origin of this function must be signed.