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

Order status linked to blockchain events #2330

Closed
0xemc opened this issue Mar 1, 2024 — with Linear · 1 comment
Closed

Order status linked to blockchain events #2330

0xemc opened this issue Mar 1, 2024 — with Linear · 1 comment

Comments

Copy link
Collaborator

0xemc commented Mar 1, 2024

There is a need to sync the status of supabase database entries for orders to the current state of transactions in the polygon network. This should be implemented in a single instance using webhooks that listen to on-chain events. For reference https://moralis.io/polygon-webhooks-how-to-use-webhooks-on-polygon/

Relates to:

https://github.com/Carbonmark/monorepo/issues/146 https://github.com/Carbonmark/monorepo/issues/146

@Atmosfearful
Copy link
Collaborator

We have a separate Bet for webhook support (customer-facing, which implies that we implement realtime transaction listening for ourselves too) so I'll keep this closed and track ideas in that bet.

This is a slippery slope though because we are using serverless functions which are better suited for idempotent requests, so I don't want to prioritize this yet

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

No branches or pull requests

2 participants