Skip to content
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

Expect the correct JSON/RPC results from eth_getFilterChanges calls #209

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

peterbroadhurst
Copy link
Contributor

See:

The ethgo code had a workaround in it, for an issue with the Polygon Edge JSON/RPC responses for eth_getFilterChanges. Specifically that they were returning a string rather than JSON Arrays in the result.

This PR updates ethgo to expect the standard outputs from these JSON/RPC functions, and hence depends on 0xPolygon/polygon-edge#641 to work with Polygon Edge.

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
@vercel
Copy link

vercel bot commented Jul 21, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ethgo ✅ Ready (Inspect) Visit Preview Jul 21, 2022 at 3:36PM (UTC)

@ferranbt ferranbt merged commit c8ac329 into umbracle:master Jul 22, 2022
@peterbroadhurst peterbroadhurst deleted the edge-641 branch July 22, 2022 16:46
bbenzikry pushed a commit to bbenzikry/ethgo that referenced this pull request Nov 25, 2022
…mbracle#209)

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants