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

feat: support for eth_call #308

Merged
merged 16 commits into from
Oct 16, 2024
Merged

feat: support for eth_call #308

merged 16 commits into from
Oct 16, 2024

Conversation

gregorydemay
Copy link
Member

@gregorydemay gregorydemay commented Oct 14, 2024

Add a convenience method, similar to the other existing eth_.* methods, to call eth_call via multiple providers and aggregate theirs answers based on the provided consensus strategy, allowing callers to read data from Ethereum smart contracts.

@gregorydemay gregorydemay linked an issue Oct 14, 2024 that may be closed by this pull request
@gregorydemay gregorydemay force-pushed the gdemay/support_eth_call branch from d138194 to a0b0a4f Compare October 15, 2024 12:39
@gregorydemay gregorydemay changed the base branch from main to gdemay/fix-candid October 15, 2024 12:39
@gregorydemay gregorydemay marked this pull request as ready for review October 15, 2024 15:25
@gregorydemay gregorydemay requested review from rvanasa and THLO October 15, 2024 15:25
Base automatically changed from gdemay/fix-candid to main October 15, 2024 19:04
@gregorydemay gregorydemay merged commit f45b0c2 into main Oct 16, 2024
3 of 4 checks passed
@gregorydemay gregorydemay deleted the gdemay/support_eth_call branch October 16, 2024 05:29
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.

Support for eth_call
3 participants