-
Notifications
You must be signed in to change notification settings - Fork 163
feat(rpc): Filecoin.StateCompute #5488
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
Conversation
3da5ee1
to
d7517f1
Compare
No ✅, no review 🚫. |
d7517f1
to
7b37a42
Compare
b648acd
to
3348152
Compare
All green now |
type Params = (ChainEpoch, Vec<Message>, ApiTipsetKey); | ||
type Ok = ComputeStateOutput; | ||
|
||
async fn handle( |
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.
It might make sense to add this command to the filter list, given it can be quite costly. https://docs.forest.chainsafe.io/guides/methods_filtering#public-rpc-node-recommendations
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.
Done.
Co-authored-by: Hubert <[email protected]>
Summary of changes
Changes introduced in this pull request:
and
lotus-shed miner fees
now works with ForestReference issue to close (if applicable)
Closes #5477
Other information and links
Change checklist