Skip to content

Fix ENS Proposal Status - #1393

Closed
atomauro wants to merge 3 commits into
mainfrom
fix/ens-proposal-status
Closed

Fix ENS Proposal Status#1393
atomauro wants to merge 3 commits into
mainfrom
fix/ens-proposal-status

Conversation

@atomauro

@atomauro atomauro commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@atomauro atomauro self-assigned this Feb 2, 2026
@atomauro atomauro added the bug Something isn't working label Feb 2, 2026
@vercel

vercel Bot commented Feb 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agora-next-b3 Building Building Preview, Comment Feb 4, 2026 5:29pm
agora-next-cyber Building Building Preview, Comment Feb 4, 2026 5:29pm
agora-next-demo Error Error Feb 4, 2026 5:29pm
agora-next-derive Building Building Preview, Comment Feb 4, 2026 5:29pm
agora-next-ens Ready Ready Preview, Comment Feb 4, 2026 5:29pm
agora-next-etherfi Building Building Preview, Comment Feb 4, 2026 5:29pm
agora-next-optimism Error Error Feb 4, 2026 5:29pm
agora-next-pguild Building Building Preview, Comment Feb 4, 2026 5:29pm
agora-next-scroll Building Building Preview, Comment Feb 4, 2026 5:29pm
agora-next-syndicate Ready Ready Preview, Comment Feb 4, 2026 5:29pm
agora-next-towns Ready Ready Preview, Comment Feb 4, 2026 5:29pm
agora-next-uniswap Error Error Feb 4, 2026 5:29pm
agora-next-xai Building Building Preview, Comment Feb 4, 2026 5:29pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
agora-next-0g Ignored Ignored Feb 4, 2026 5:29pm
agora-next-shape Ignored Ignored Feb 4, 2026 5:29pm
agora-next-world Ignored Ignored Feb 4, 2026 5:29pm

Request Review

@jefag

jefag commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

We're trying to go towards using API/archive service, not the DB.

Does the API service not have the right context?

const data = await getCachedAllProposalsFromDaoNode();
let proposalTypes = {};

if (

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is adding a per-tenant check.

See

export enum GOVERNOR_TYPE {
  AGORA = "AGORA",
  ALLIGATOR = "ALLIGATOR",
  BRAVO = "BRAVO",
  ENS = "ENS",
}

Should work for AGORA or ALLIGATOR.

We need to build this muscle, rather than per-tenant toggles.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Uniswap and ENS are the only BRAVO and ENS governors that we have.

@sudheerDev

Copy link
Copy Markdown
Contributor

@atomauro What is this PR fixing? The statuses of proposals on the PR match the prod ones. If this was about the bug i raised in slack, that was because of kestra being down. ENS uses CPLS for proposal listing and DB for listing page, it does not depend on DAO node for any data.

@atomauro atomauro closed this Feb 27, 2026
@atomauro

Copy link
Copy Markdown
Contributor Author

@atomauro What is this PR fixing? The statuses of proposals on the PR match the prod ones. If this was about the bug i raised in slack, that was because of kestra being down. ENS uses CPLS for proposal listing and DB for listing page, it does not depend on DAO node for any data.

Thanks for flagging it Sudheer, closing this as it's correctly solved now.

@sudheerDev

Copy link
Copy Markdown
Contributor

@atomauro If you want to upgrade next or remove the pinned version in package.json, do check for migration notes or search for context in slack. I believe there is a reason why we pinned it to that version. Probably a git blame and check for the commit, if it seems safe enough to unpin it do raise a separate PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants