MAGICGrants / Monero-Fund

13 stars 1 forks source link

vtnerd/Lee Clagett 2024 Q1/Q2 month 1 completion notes #27

Closed vtnerd closed 4 months ago

vtnerd commented 7 months ago

I have completed the first 160 hours of the 2024 Q1/Q2 proposal. I implemented webhook/zmq/rmq “publish” for LWS account updates, and possible spend transactions. I also added the ability to “push” new LWS accounts to worker threads, and added some unit tests for the LWS REST api. I also fixed the too many open files bug with ZMQ. And last, I have a work-in-progress for adding remote scan capabilities to LWS.

The only other thing to note is that the “publish” for spend transactions will require an update to be useful - I forgot to include the tx_pub_key in the JSON/MsgPack output. This is already completed on month 2 work.