-
Notifications
You must be signed in to change notification settings - Fork 159
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
[Feature] Filecoin.StateGetAllClaims and Filecoin.StateGetAllAllocations RPC. #4545
Conversation
No checkmark, no review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish we could make it less repetitious.
#metoo |
src/shim/actors/verifreg/state.rs
Outdated
|
||
for actor_id in actors { | ||
claims.for_each_in(actor_id, |k, v| { | ||
let claim_id = fil_actors_shared::v13::parse_uint_key(k)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is v14 using v13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! copy-paste..
Summary of changes
Changes introduced in this pull request:
Filecoin.StateGetAllClaims
RPC endpoint.Filecoin.StateGetAllAllocations
RPC endpoint.Reference issue to close (if applicable)
Closes #4500
Closes #4501
Other information and links
Change checklist