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: gasless dnssec ccip support #3291

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stanleyjzheng
Copy link

@stanleyjzheng stanleyjzheng commented Mar 16, 2024

What was wrong?

Gasless DNSSEC was unsupported; eg.

from web3 import Web3, HTTPProvider
w3 = Web3(HTTPProvider("https://cloudflare-eth.com/"))

w3.ens.address("gregskril.com")

resulted in web3.exceptions.MultipleFailedRequests: Offchain lookup failed for supplied urls.

How was it fixed?

Copied the CCIP handler from ENS's Rust implementation here

Apologies, I couldn't figure out how to correctly mock tests since I couldn't find a suitable sequences of tx's for async_ens_setup. But the above snippet works.

Todo:

Cute Animal Picture

_MG_0866

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

1 participant