-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tracking upstream] Remove erasStakersClipped
from api.derive.staking._erasExposure
when applicable
#5819
Comments
how would you get erasStakersClipped from api.at(hash) then? I haven't been able to use derive API with historical data |
This is referring only to the functionality in the |
erasStakersClipped
when applicableerasStakersClipped
from api.derive.staking._erasExposure
when applicable
I changed the title to be more less confusing. |
Keeping |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Via #5771
api.derive.staking._erasExposure
needed to change its internal functionality to accommodate the new changes. Currently the derive has forward and backwards compatibility via #5815.That being said, once all relay chain runtimes are updated to 1004000 it is safe to say we can remove the
erasStakersClipped
, and have support for onlyerasStakersPaged
. This means we can also adjust the types to ensure there is a single source of truth for the_eraExposure
.This is a tracking issue to ensure we stay on top of it and will be added to the projects board tracking column.
The text was updated successfully, but these errors were encountered: