Commit graph

3 commits

Author SHA1 Message Date
Lee *!* Clagett
a81d71ae29
Switch from epee http server to boost::beast http server. Min boost 1.70 (#136)
There is roughly a 7.4% increase in performance in the switch to
boost::beast. Additionally, the REST endpoints `/daemon_status`,
`/get_unspent_outs`, and `/submit_raw_tx` do not block in ZMQ calls,
allowing for better response times regardless of `monerod` status.

The REST endpoints `/login and `/get_random_outs` still need updates
to prevent blocking (`/login` is conditional on DB state).
2024-10-23 11:31:03 -04:00
Lee Clagett
b1c61c5e81 Adding ZeroMQ Sub for chain events 2020-08-25 00:16:47 +00:00
Lee Clagett
21a9c9a8da initial documentation 2020-08-21 01:58:24 +00:00