Sergej Sakac
Sergej Sakac
Currently, it is possible to bond the funds from the rewards pool, but it is not done in the cleanest way. As mentioned in #11671 the rewards are first transferred...
Attempts to solve: #11736
Added an option for skipping certain benchmarks. This should fix https://github.com/paritytech/substrate/issues/10396 when done.
As of https://github.com/paritytech/substrate/pull/11831 there is a new runtime api.
Closes: #12184 - [x] Added an extra check for events at the end of each test. - [x] Replaced some `roll_to(25)` with `roll_to_unsigned` - [x] Replaced some `roll_to(15)` with `roll_to_signed`...
Fixes #11796 ### The Idea As mentioned in the discussion in the previous PR that tried to implement this issue we cannot assume that the `CollectionId` is an integer hence...
Fixes #12240 polkadot companion: https://github.com/paritytech/polkadot/pull/6021 Polkadot address: 126X27SbhrV19mBFawys3ovkyBS87SGfYwtwa8J2FjHrtbmA
https://github.com/paritytech/substrate/pull/12282
Because we don't allow the origin to be none for the batch calls we cannot use any of the batch functions with inherents. Closes: #12374