You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, due to feedback raised by AI agents reviewing the PR, the team decided to revert changes from PR #1747 and design another solution to enable byName index on subgraph_domains table.
We attempted adding the index once:
but the udpate has introduced a bug where Ponder would fail to create indexed in ENSDb with the following message:
The root cause analysis was documented in this Slack thread and the possible fix was added in this PR:
byNameindex insubgraph_domainstable #1815However, due to feedback raised by AI agents reviewing the PR, the team decided to revert changes from PR #1747 and design another solution to enable
byNameindex onsubgraph_domainstable.