You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: