-
Notifications
You must be signed in to change notification settings - Fork 660
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
Deprecated RPC fields #2271
Comments
@ilblackdragon Answer: Due to #2272 |
As per the switch from State renting to State staking, storage_paid_at is no longer useful. Thus, removing it from the UI. near/nearcore#2271 ## Test Plan * No extra tests are needed.
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
@frol what is the status of this issue? |
The fields has been serving empty values for quite a while, so nobody would use them. We should just remove the fields. |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
@frol is anyone working on this? |
@bowenwang1996 it is not part of our priority for this quarter |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
This issue tracks all deprecated fields in the RPC. Remove next fields after all of the app layer have updated and appropriate timeframe.
Deprecation as of March 18, 2020 conditioned on #2272 :
AccountView.storage_paid_at
BlockHeaderView.rent_paid
ChunkHeaderView.rent_paid
The text was updated successfully, but these errors were encountered: