-
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
Implemented Filecoin.Filecoin.StateGetRandomnessFromBeacon API #3704
Conversation
src/rpc/state_api.rs
Outdated
>, | ||
) -> Result<LotusJson<Vec<u8>>, JsonRpcError> { | ||
let state_manager = &data.state_manager; | ||
let pts = state_manager.chain_store().load_required_tipset(&tsk)?; |
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.
what is pts
?
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.
parent_tipset
?
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.
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.
Let's use full names, then. We don't have to copy naming from Lotus, especially confusing abbreviations.
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.
corrected
Summary of changes
Changes introduced in this pull request:
Filecoin.Filecoin.StateGetRandomnessFromBeacon
APIReference issue to close (if applicable)
As part of #3639
Other information and links
Change checklist