-
Notifications
You must be signed in to change notification settings - Fork 58
feat(ens): Examples #238
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(ens): Examples #238
Conversation
|
Thanks! Would prefer alloy-rs/alloy#3083 to be merged first & then we can just enable the flag |
Got it |
Hey i wanted to ask when the latest changes with the ens modules will be uploaded to a crates. That way i can update the PR related to the issue accordingly. |
|
Hi @dipanshuhappy, we do releases quite regularly; I am assuming we'll have a release out this week |
Got it |
Updating the PR to the latest crate. |
Added functionality to resolve ENS name to Ethereum address.
|
@zerosnacks it seems we would have to enable some features in the alloy meta crate. I can quickly open a PR for that |
So I enabled the features, I have added it here |
@zerosnacks I have bumped alloy to the latest version. Now the example is working |
|
Investigating unrelated RPC failure, merging as is |
|
Thanks @dipanshuhappy ! |
Motivation
Resolves #237
Solution
Added example for using the ens crate.
PR Checklist