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

WIP: implement ens-ponder as ens-v2 plugin for sepolia #351

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

Conversation

shrugs
Copy link
Contributor

@shrugs shrugs commented Mar 6, 2025

This PR superseded by #356

This PR integrates the indexing schema/logic from https://github.com/ensdomains/ens-ponder into ENSNode.

  • it namespaces each entity with v2_ in order to still serve a unified autogenerated graphql api and avoid naming collisions.
  • it moves address configuration into @ensnode/ens-deployments
  • implements handlers as an ens-v2 plugin

Blocked By

running into this indexing issue ensdomains/ens-ponder#1

Todo in future PRs:

@shrugs shrugs self-assigned this Mar 6, 2025
@shrugs shrugs requested a review from a team as a code owner March 6, 2025 23:35
Copy link

vercel bot commented Mar 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
admin.ensnode.io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2025 8:54pm
ensadmin-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2025 8:54pm
ensnode.io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2025 8:54pm
ensrainbow.io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2025 8:54pm

@tk-o
Copy link
Contributor

tk-o commented Mar 7, 2025

@shrugs what is the bug you mentioned in the PR description?

@shrugs shrugs changed the title feat: implement ens-ponder as ens-v2 plugin for sepolia WIP: implement ens-ponder as ens-v2 plugin for sepolia Mar 7, 2025
Copy link
Member

@lightwalker-eth lightwalker-eth left a comment

Choose a reason for hiding this comment

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

@shrugs Hey thanks for drafting this PR 👍 Reviewed and shared a few ideas with feedback.

/**
* ENS v2 Isolated Schema
*
* NOTE: These entities kept namespaced for rapid prototyping—see v2 plans for additional context.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* NOTE: These entities kept namespaced for rapid prototyping—see v2 plans for additional context.
* NOTE: These entities for ensv2 are temporarily kept namespaced for rapid prototyping—see v2 plans for additional context.

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.

3 participants