vtnerd / monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API). Fast LMDB backend.
BSD 3-Clause "New" or "Revised" License
78 stars 29 forks source link

ZMQ Pub Spends #101

Closed vtnerd closed 7 months ago

vtnerd commented 9 months ago

This adds support to webhook/zmq for spend notification. The use case is detecting unexpected spending of funds.

vtnerd commented 8 months ago

I just realized this needs some work to be useful. The tx_pub from the original output needs to be sent along with the information, to verify whether it was spent.

vtnerd commented 8 months ago

Changes:

vtnerd commented 8 months ago

Rebased after recent merges.