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

chore: Consolidate Event Logs + Transaction Receipts endpoints #509

Closed
wants to merge 2 commits into from

Conversation

arcoraven
Copy link
Contributor

@arcoraven arcoraven commented Apr 23, 2024

PR-Codex overview

This PR updates chain IDs to numeric values, refactors subscription endpoints, and adds schema for transaction receipts.

Detailed summary

  • Updated chain IDs to numeric values
  • Refactored subscription endpoints for clarity
  • Added schema for transaction receipts
  • Implemented array string parsing function
  • Deprecated and updated transaction receipt endpoint

The following files were skipped due to too many changes: src/server/routes/contract/events/getContractSubscriptionsEventLogsByBlock.ts, src/server/routes/contract/transactions/getContractSubscriptionsTransactionReceiptsByBlock.ts, src/server/schemas/sharedApiSchemas.ts, src/db/contractEventLogs/getContractEventLogs.ts, src/server/routes/contract/events/getEventLogsByTimestamp.ts, src/server/routes/contract/transactions/paginateTransactionReceipts.ts, src/server/routes/contract/events/paginateEventLogs.ts, src/server/routes/index.ts, src/db/contractTransactionReceipts/getContractTransactionReceipts.ts, src/server/routes/contract/subscriptions/getTransactionReceipts.ts, src/server/routes/contract/subscriptions/getEventLogs.ts

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

zeet-co bot commented Apr 23, 2024

We're building your pull request over on Zeet.
Click me for more info about your build and deployment.
Once built, this branch can be tested at: https://web3-api-akbv-ph-contractsubscrip-1e918a.chainsaw-dev.zeet.app before merging 😉

Copy link

github-actions bot commented May 1, 2024

This PR is stale because it has been open for 7 days with no activity. Remove stale label or comment or this PR will be closed in 3 days.

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

Successfully merging this pull request may close these issues.

1 participant