Closed arcoraven closed 5 months ago
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-contractsubwebho-d434fc.chainsaw-dev.zeet.app before merging :wink:
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@prisma/client@5.14.0-dev.65 | environment, filesystem, shell | 0 |
9 MB | prismabot |
npm/bullmq@5.7.8 | environment, filesystem, network, shell Transitive: eval, unsafe | +10 |
4.05 MB | manast |
npm/ioredis@5.4.1 | network | +7 |
859 kB | ioredis-robot |
npm/prisma@5.14.0-dev.61 | environment Transitive: eval, filesystem, network, shell | +5 |
13 MB | prismabot |
npm/redis-errors@1.2.0 | None | 0 |
8.85 kB | bridgear |
npm/superjson@2.2.1 | None | +2 |
147 kB | skn0tt |
npm/thirdweb@5.18.1 | Transitive: environment, eval, filesystem, network, shell, unsafe | +268 |
128 MB |
🚮 Removed packages: npm/@prisma/client@5.2.0, npm/prisma@5.2.0, npm/thirdweb@5.1.0
webhookId
andwebhook?
relation toContractSubscriptions
NOTE: This relies on a minor version bump dev branch of Prisma that adds
createManyAndReturn
in order to retrieve inserted rows. This is newly added feature (< 1 week): https://github.com/prisma/prisma/pull/24064#issuecomment-2093331715PR-Codex overview
This PR updates webhooks functionality, adds Redis integration, and refactors schemas and database operations.
Detailed summary
getWebhook
function to fetch a webhook by IDcreateContractSubscription
function with webhook IDinitWorker
to include new worker tasks