monero-lws/src/util
Lee *!* Clagett a81d71ae29
Switch from epee http server to boost::beast http server. Min boost 1.70 ()
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
..
blocks.cpp Basic "chain hardening" for slightly untrusted daemons () 2024-03-07 17:39:18 -05:00
blocks.h Basic "chain hardening" for slightly untrusted daemons () 2024-03-07 17:39:18 -05:00
CMakeLists.txt Switch from epee http server to boost::beast http server. Min boost 1.70 () 2024-10-23 11:31:03 -04:00
fwd.h Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
gamma_picker.cpp fix decoy selection off-by-1 2023-04-22 20:35:59 -04:00
gamma_picker.h Revert back to outputs_per_second + use logic error on output miss 2022-07-24 20:53:22 -04:00
random_outputs.cpp Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
random_outputs.h Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
source_location.cpp Fix scoping in source_location.cpp 2021-03-03 23:47:13 -05:00
source_location.h Add missing files from last commit 2021-03-03 23:43:49 -05:00
transactions.cpp Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
transactions.h Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00