Sergej Sakac

Results 28 issues of 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...

A0-pleasereview
B0-silent
C1-low 📌
D5-nicetohaveaudit ⚠️

Attempts to solve: #11736

A0-pleasereview
B3-apinoteworthy
C1-low 📌
D5-nicetohaveaudit ⚠️

Closes #11352

A0-pleasereview
B0-silent
C1-low 📌
D2-notlive 💤

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...

A0-pleasereview
B0-silent
C1-low 📌
D5-nicetohaveaudit ⚠️

Fixes #12240 polkadot companion: https://github.com/paritytech/polkadot/pull/6021 Polkadot address: 126X27SbhrV19mBFawys3ovkyBS87SGfYwtwa8J2FjHrtbmA

A0-pleasereview

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