| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: work around a GCC 7.4.0 (at least) bug | moneromooo-monero | 2019-06-12 | 1 | -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_distribution | moneromooo-monero | 2019-04-25 | 1 | -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 syncing | moneromooo-monero | 2018-11-27 | 1 | -2/+19 |
| | | |||||
| * | tests: add unit tests for get_output_distribution | moneromooo-monero | 2018-11-16 | 1 | -2/+2 |
| | | |||||
| * | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 2018-10-23 | 1 | -0/+69 |
