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

Implement the off-chain writing feature on the ENSDK library #1

Closed
pikonha opened this issue Feb 5, 2024 · 0 comments
Closed

Implement the off-chain writing feature on the ENSDK library #1

pikonha opened this issue Feb 5, 2024 · 0 comments

Comments

@pikonha
Copy link

pikonha commented Feb 5, 2024

The Viem library is currently capable of handling external reading features by redirecting the OffChainLookup revert to the given gateway URL, see https://viem.sh/docs/ens/actions/getEnsAddress#gatewayurls-optional.

In order to implement a write feature, the library needs to handle the following revert errors accordingly:

  • StorageHandledByL2(chainId, contractAddress)
    • provide a way to connect to a L2 network in order to make the writing request
  • StorageHandledByOffChainDatabase(sender, url, data)
@pikonha pikonha changed the title Implement the external writing features on the Viem library Implement the external writing feature on the Viem library Feb 5, 2024
@pikonha pikonha changed the title Implement the external writing feature on the Viem library Implement the off-chain writing feature on the ENSDK library Feb 5, 2024
@pikonha pikonha transferred this issue from another repository Feb 5, 2024
@pikonha pikonha moved this from 🔖 Todo to 💡 Ideas in ENS Feb 19, 2024
@pikonha pikonha removed the status in ENS Apr 8, 2024
@pikonha pikonha closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2025
@github-project-automation github-project-automation bot moved this to ✅ Done in ENS Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant