-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement EIP-1767 GraphQL API to Ethereum node data #10933
Comments
I put together an almost-client-agnostic test suite. Replace |
Any update on this? |
blocked on graphql-rust/juniper#2 |
@seunlanlege I understand you're waiting for the linked GraphQL library to have an async implementation. Isn't it an option to use the library as is now, then revisit this once they'll have async? |
unfortunately no, light client uses async code for fetching data from full nodes. |
Yeah, it makes perfect sense. Thanks for the update. |
@adria0 why was this closed? OpenEthereum not planning on implementing a GraphQL interface? |
Hi @liamaharon, I hope that somebody wants to implement this, unfortunately, all current developers now are just focused on fixing blocking bugs. |
Thanks for the clarification @adria0 |
Uh oh!
There was an error while loading. Please reload this page.
This is a feature request.
The current JSON RPC API has shortcomings, so EIP 1767, a GraphQL interface is proposed. It's implemented and released by Geth 1.9.0 and Pantheon, and it's in progress for Trinity. Also, feel free to join the discussion on EIP 1767.
The text was updated successfully, but these errors were encountered: