-
Notifications
You must be signed in to change notification settings - Fork 160
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
Ethereum RPC Methods #4165
Comments
@LesnyRumcajs @elmattic @sudo-shashank I would like to break this out into smaller epics. I propose: Log Methods: General State Queries: Subscriptions: Trace methods: |
Looks good to me. @elmattic does any of the proposed groupings depend on any of the other? |
I'm good with that. I've just removed |
I believe they should be fairly independent by now. |
Issue summary
The following RPC methods are necessary to be compatible with the glif.io public RPC provider (post-FVM).
Filecoin.EthGetBlockByNumber
#4183eth_getBlockReceipts
#4839Filecoin.EthGetBlockReceiptsLimited
#5017Lotus documentation for the RPC methods: https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md
Other information and links
The text was updated successfully, but these errors were encountered: