cuteolaf
cuteolaf
`deposit` method of `orml-currencies` is not working in benchmarks ```rust pub fn create_funded_user( seed: &'static str, n: u32, balance_factor: u32, ) -> T::AccountId { let user = account(seed, n, 0);...
This is the definition of the storage item `Stake`. ```rust #[pallet::storage] // --- DMAP ( hot, cold ) --> stake | Returns the stake under a coldkey prefixed by hotkey....
The RPC call `delegateInfo.getDelegates` provides information for delegates. e.g. ```json { "delegate_ss58": "5G3jKS7BJPgrsirMu8cXGQiPRZYC5ceDx9xVyswhSEG8tGUs", "take": 11796, "nominators": [ ["5ExqSxwZWrPMuur8RBUjbfLMaGFkq3dmLedUvNWwhExkCxxF", 5755727], ["5FsZgSiWPJmm7Aj2H2fYPwMSWkG3LvHoo93m8WQNCJN6VrYx", 71999] ], "owner_ss58": "5FsZgSiWPJmm7Aj2H2fYPwMSWkG3LvHoo93m8WQNCJN6VrYx", "registrations": [0, 11, 21], "validator_permits": [],...
## Description Currently, only the user requested amount is emitted in the event `StakeRemoved`. In the new runtime upgrade, when the staked amount is less than the minimum amount(set to...