~singpolyma/soprani.ca#336: 
Webhook handler that checks crypto transactions for inbound or outbound status

Currently, electrum, or at least the reassert script, will place both inbound and outbound transactions in the Redis key, clogging it up. Modify to have it only put inbound transactions.

Status
REPORTED
Submitter
~root21
Assigned to
No-one
Submitted
10 months ago
Updated
2 months ago
Labels
No labels applied.

~singpolyma 10 months ago

To do this would require hitting electrum back inline in the webhook handler. We already do two redis lookups and a db query inline, so maybe we can add this or maybe we can make the script handle the queue more effectively.

~singpolyma 2 months ago

I think we've hit a point where we should consider having the webhook just queue the address for checks, and do everything async.