paritytech / substrate-api-sidecar

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.
https://paritytech.github.io/substrate-api-sidecar/dist/
GNU General Public License v3.0
244 stars 151 forks source link

`/staking-payouts` should be updated for `staking.eraStakersClipped` deprecation. #1411

Open TarikGul opened 6 months ago

TarikGul commented 6 months ago

Given https://github.com/polkadot-js/api/issues/5771 there is change happening to eraStakersClipped that is going to be an internal breaking change. It is being replaced by ErasStakersPaged, and ErasStakersOverview.

The PR linked has all the information necessary to the original PR, and forum link describing the changes.

Imod7 commented 4 months ago

Pending Items

In addition to the changes in the linked PR, we need to: