thirdweb-dev / engine

The most powerful backend engine for web3 apps.
https://thirdweb.com/engine
Apache License 2.0
152 stars 59 forks source link

feat: Add filters to Contract Subscriptions #543

Closed arcoraven closed 4 months ago

arcoraven commented 5 months ago

PR-Codex overview

The focus of this PR is to enhance contract subscriptions by adding filtering capabilities for event logs and transaction receipts.

Detailed summary

The following files were skipped due to too many changes: src/prisma/schema.prisma, src/worker/tasks/processTransactionReceiptsWorker.ts, src/worker/tasks/processEventLogsWorker.ts

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