Skip to content

[Staking] Try State check warnings #11646

@Ank4n

Description

@Ank4n

https://github.com/polkadot-fellows/runtimes/actions/runs/23950822422/job/69861891325?pr=1114

Many repeated errors with following

  1. Validator X has incorrect LastValidatorEra (expected 2131, got Some(2132))

Fixed by #11647

  1. Nominator X has less stake (650000000000) than minimum role bond (2500000000000)

Older nominators from the time when Min Nominator Bond was lower.

  1. pool X has incorrect ED frozen that can result from change in ED. Expected = 100000000, Actual = 10000000000. Use adjust_pool_deposit to fix it

These just indicate ED that was frozen in pool changed from 1 DOT to 0.1 DOT and pool owners can take back the extra deposit.

  1. pool X has depositor Y with insufficient stake Z, minimum required is 5000000000000

Older pools when deposit required was lower than today.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions