Ross Bulat

Results 23 issues of Ross Bulat

Simply does not react to any link being opened in the app. This may be the react native Linking API issue too - I am not sure. Not working in...

This PR adds commission functionality to Nomination Pools. A `Commission` struct and `CommissionThrottle` struct have been introduced to have: - the current commission, defaults to `0%`. - a maximum commission:...

A0-pleasereview
B3-apinoteworthy
C1-low ๐Ÿ“Œ
D9-needsaudit ๐Ÿ‘ฎ

With the `Balance` type in place of `u64` implemented, there were some issues on chain that the compiler did not pick up, causing function calls (from Polkadot JS) to fail....

This PR adds commission functionality to Nomination Pools (was #12511). #### New structs: `Commission` and `CommissionChangeRate`. #### New storage item: `GlobalMaxCommission: Option`. #### New calls: `set_commission`, `set_commission_max`, `set_commission_change_rate` and `claim_commission`....

A0-please_review
C1-low
D9-needsaudit ๐Ÿ‘ฎ
B1-note_worthy
E0-runtime_migration
T1-runtime

It would be useful to be able to have separate structs for storage items at each version of a migration, so we do not need to amend previously run migrations...

I6-refactor ๐Ÿงน
Z1-mentor
Q2-easy

This is a companion to introducing nomination pool commission: https://github.com/paritytech/substrate/pull/13128 - Adds additional weights for new calls - Adds migration to the runtimes.

A0-please_review
C1-low
D9-needsaudit ๐Ÿ‘ฎ
E0-runtime_migration
T1-runtime
B1-note_worthy

This companion adds the `inflation_rate` API to staking runtime calls. - [x] added `inflation` mod to runtime constants to provide a base ideal stake (before auction factoring) and falloff. -...

A0-please_review
C1-low
D3-trivial ๐Ÿงธ
T1-runtime
B1-note_worthy

This PR expands on what was worked on in https://github.com/paritytech/substrate/pull/11052, getting the name service pallet to a production ready state. The addition of a `register_para` and `deregister_para` will be added,...

A3-in_progress
C3-medium
D9-needsaudit ๐Ÿ‘ฎ
B1-note_worthy
T1-runtime

Tracking issue: https://github.com/paritytech/polkadot-sdk/issues/410 Polkadot companion: https://github.com/paritytech/polkadot/pull/7425 This PR is part 1 of a lazy migration to update reward destinations, which removes `Controller`, refactors `RewardDestination` into a new `PayoutDestination` enum, and...

A0-please_review
C1-low
D3-trivial ๐Ÿงธ
B1-note_worthy
T1-runtime

Introduces updated weights for staking pallet `set_payee` and lazy migration call `update_payee`. Companion for https://github.com/paritytech/substrate/pull/14451

A0-please_review
B0-silent
C1-low
D3-trivial ๐Ÿงธ
T1-runtime