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

chain/ethereum: RuntimeAdapter lazy EthAdapter #4508

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

mangas
Copy link
Contributor

@mangas mangas commented Mar 30, 2023

Fixes #4304

@mangas mangas requested review from leoyvens and neysofu March 30, 2023 12:23
@neysofu neysofu marked this pull request as ready for review March 30, 2023 12:52
Copy link
Member

@neysofu neysofu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead on making the truple Optional, which is a bit of a long type, I think it would be better to have an fn insert_empty(&mut self, name: String) or fn insert_noop(&mut self, name: String). I'll leave the exact naming choice to you as you see fit.

@mangas mangas force-pushed the filipe/runtime-lazy-adapter branch from 3222873 to 2800672 Compare March 30, 2023 15:50
@mangas mangas requested a review from neysofu March 30, 2023 15:52
@mangas mangas merged commit 5fa50f9 into master Mar 30, 2023
@mangas mangas deleted the filipe/runtime-lazy-adapter branch March 30, 2023 16:37
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.

Firehose only provider should be possible for Ethereum
2 participants