summaryrefslogtreecommitdiff
path: root/src/rpc/rpc_handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rpc: work around a GCC 7.4.0 (at least) bugmoneromooo-monero2019-06-121-1/+3
| | | | | In static member function ‘static boost::optional<cryptonote::rpc::output_distribution_data> cryptonote::rpc::RpcHandler::get_output_distribution(const std::function<bool(long unsigned int, long unsigned int, long unsigned int, long unsigned int&, std::vector<long unsigned int>&, long unsigned int&)>&, uint64_t, uint64_t, uint64_t, const std::function<crypto::hash(long unsigned int)>&, bool, uint64_t)’: cc1plus: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size 18446744073709551536 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
* rpc: improve get_output_distributionmoneromooo-monero2019-04-251-4/+29
| | | | | | | It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.
* rpc: speed up the common get_output_distribution case while syncingmoneromooo-monero2018-11-271-2/+19
|
* tests: add unit tests for get_output_distributionmoneromooo-monero2018-11-161-2/+2
|
* Update ZMQ fee estimate and add ZMQ output distributionLee Clagett2018-10-231-0/+69