Agora Next Daily: Civic Branch Cleanup
Two merges on the civic branch fixed a real account-deletion failure caused by an oversized blockchain query, and repaired a test suite that had been broken since mid-August by an untested tenant dependency.
Duration: PT2M26S
Episode overview
This episode is a short developer briefing from Agora Next Daily.
It explains recent repository work in plain language.
- Show: Agora Next Daily
- Published: 2026-09-09T21:00:31Z
- Audio duration: PT2M26S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's September 9th, and today's story out of voteagora/agora-next is about the civic branch getting back to solid ground.
The headline fix is PR 1577. Civic account deletion was failing because the process needed to burn a membership NFT, and doing that required a transfer-log query spanning roughly two point eight million blocks. Goldsky, the indexing service, rejected queries that large outright, and the failure surfaced to users as…
The second theme is test health. PR 1578 addresses a run of failures on the civic branch dating back to August 17th. Five test files were crashing before they even ran, because a Privy login change from PR 1567, plus newer forum survey tests, were calling into tenant context at import or render time without mocking…
Together, these two PRs tell a consistent story: as the civic branch pulls in more real-world scale — more NFTs, more tenants, more login paths — both the application code and the test scaffolding need to keep pace with assumptions that used to be safe shortcuts.
What's next: watch for the civic branch's CI to turn green again now that the tenant-mock pattern is applied, and keep an eye on whether the paginated NFT lookup…
That'…