Conversation
e1a52ca to
3510f31
Compare
| RuntimeApiCollection<StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>, | ||
| ExecutorDispatch: NativeExecutionDispatch + 'static, | ||
| { | ||
| if config.keystore_remote.is_some() { |
There was a problem hiding this comment.
Does remote keystore now supported? hm
| pub struct NominationPoolsMigrationV4OldPallet; | ||
| impl Get<Perbill> for NominationPoolsMigrationV4OldPallet { | ||
| fn get() -> Perbill { | ||
| Perbill::from_percent(10) |
There was a problem hiding this comment.
| } | ||
| } | ||
|
|
||
| // DustRemoval handler |
There was a problem hiding this comment.
what was the problem of previous impl? trait bounds? than add todo to remove initial one
There was a problem hiding this comment.
Conflicting implementation. Since balances::DustHandler switched to fungible::Credit from Imbalance. But we are using Imbalance in fn align_supply
There was a problem hiding this comment.
We don't need Todo. Both structs are for two different implementation and purposes
5e65f91 to
5a182a7
Compare
5a182a7 to
2f3ecab
Compare
|
This should go in separate release |
NikVolf
left a comment
There was a problem hiding this comment.
Isolated testable release for it please
|
Can we finally merge it and make update to 0.43 ASAP? |
|
To be merged into separate release branch, isn't it? @ukint-vs |
update substrate to v0.9.42:
set_balance->force_set_balanceOnUnbalancedforOffsetPoolDustin staking-rewardsupdate substrate to v0.9.43:
todo:
@gear-tech/dev