mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-24 05:50:15 -06:00
- Finding handling function in ZMQ JSON-RPC now uses binary search - Temporary `std::vector`s in JSON output now use `epee::span` to prevent allocations. - Binary -> hex in JSON output no longer allocates temporary buffer - C++ structs -> JSON skips intermediate DOM creation, and instead write directly to an output stream.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.