Feat/gateway routing and aggregation#1700
Conversation
Exclude dist/ and node_modules/ from version control. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add package.json, tsconfig.json, and vitest config for the new REST gateway app. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add configuration module and fan-out utility for parallel API requests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add health check endpoint for service monitoring. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add proxy route for forwarding requests to downstream DAO APIs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add address enrichment endpoint for aggregating address data across DAOs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add DAOs listing endpoint with aggregation across multiple DAO APIs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add delegation endpoint for querying delegation data across DAOs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wire up all routes and start the Hono server. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6867cc717f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ebac96b679
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
REST Gateway
Adds a new
rest-gatewaypackage — a Hono-based API gateway that aggregates multiple upstream DAO APIs into a unified REST endpoint.What's included