aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_handler.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-06-12rpc: work around a GCC 7.4.0 (at least) bugmoneromooo-monero1-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=]
2019-04-25rpc: improve get_output_distributionmoneromooo-monero1-4/+29
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.
2018-11-27rpc: speed up the common get_output_distribution case while syncingmoneromooo-monero1-2/+19
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero1-2/+2
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett1-0/+69