| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: fixed typo in JSON command error response message | AnythingTechPro | 2018-10-04 | 1 | -1/+1 |
| * | Merge pull request #4399 | Riccardo Spagni | 2018-09-21 | 1 | -1/+10 |
| |\ | |||||
| | * | rpc: allow pruning of json encoded txs | cryptochangements34 | 2018-09-17 | 1 | -1/+10 |
| * | | Merge pull request #4378 | Riccardo Spagni | 2018-09-21 | 2 | -1/+5 |
| |\ \ | |||||
| | * | | rpc: add a "is an update available" flag in get_info | moneromooo-monero | 2018-09-14 | 2 | -1/+5 |
| * | | | Merge pull request #4373 | Riccardo Spagni | 2018-09-21 | 2 | -0/+3 |
| |\ \ \ | |||||
| | * | | | rpc: add cumulative difficulty in block header data | moneromooo-monero | 2018-09-13 | 2 | -0/+3 |
| | |/ / | |||||
| * | | | Merge pull request #4354 | Riccardo Spagni | 2018-09-18 | 1 | -1/+7 |
| |\ \ \ | |||||
| | * | | | rpc: return "already mining" in start_mining if already mining | moneromooo-monero | 2018-09-09 | 1 | -1/+7 |
| * | | | | Merge pull request #4344 | Riccardo Spagni | 2018-09-18 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | rpc: don't include start time if restricted | moneromooo-monero | 2018-09-07 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #4317 | Riccardo Spagni | 2018-09-18 | 1 | -4/+10 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | rpc: allow to pass RPC login via RPC_LOGIN env var | Dusan Klinec | 2018-08-31 | 1 | -4/+10 |
| | |/ / | |||||
| * | / | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 2018-09-14 | 6 | -232/+0 |
| | |/ |/| | |||||
| * | | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 5 | -17/+33 |
| |/ | |||||
| * | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 2018-08-02 | 2 | -26/+18 |
| * | Merge pull request #4075 | luigi1111 | 2018-07-19 | 1 | -1/+0 |
| |\ | |||||
| | * | remove epee from link lines where it's redundant | moneromooo-monero | 2018-06-28 | 1 | -1/+0 |
| * | | Merge pull request #4033 | luigi1111 | 2018-07-19 | 3 | -4/+44 |
| |\ \ | |||||
| | * | | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 2018-06-21 | 3 | -5/+45 |
| * | | | Merge pull request #4013 | luigi1111 | 2018-07-19 | 2 | -0/+4 |
| |\ \ \ | |||||
| | * | | | rpc: add blockchain disk size to getinfo | moneromooo-monero | 2018-06-20 | 2 | -1/+5 |
| | |/ / | |||||
| * | | | Merge pull request #3981 | luigi1111 | 2018-07-19 | 3 | -146/+24 |
| |\ \ \ | |||||
| | * | | | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 2018-07-13 | 3 | -147/+25 |
| * | | | | Merge pull request #3973 | luigi1111 | 2018-07-19 | 2 | -2/+18 |
| |\ \ \ \ | |||||
| | * | | | | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 2018-06-26 | 2 | -3/+19 |
| * | | | | | Merge pull request #3854 | luigi1111 | 2018-07-19 | 5 | -1/+96 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | update get_info RPC and bump RPC version | victorsintnicolaas | 2018-06-29 | 3 | -1/+6 |
| | * | | | | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 2018-06-29 | 4 | -0/+90 |
| * | | | | | Merge pull request #4012 | Riccardo Spagni | 2018-07-03 | 1 | -0/+4 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | zmq_server: fix bind call when address and/or port are empty | moneromooo-monero | 2018-06-17 | 1 | -0/+4 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #3716 | luigi1111 | 2018-06-27 | 4 | -73/+60 |
| |\ \ \ \ | |||||
| | * | | | | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 2018-06-26 | 2 | -30/+17 |
| | * | | | | replace std::list with std::vector on some hot paths | moneromooo-monero | 2018-06-26 | 4 | -49/+38 |
| | * | | | | rpc: sanity check on number of txes in a block | moneromooo-monero | 2018-06-26 | 1 | -0/+6 |
| | * | | | | rpc: add option to skip coinbase info in get_blocks.bin | moneromooo-monero | 2018-06-26 | 2 | -4/+9 |
| | | |_|/ | |/| | | |||||
| * / | | | fix typos in language files and rpc_args.cpp | ordtrogen | 2018-06-21 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #3851 | luigi1111 | 2018-06-19 | 1 | -0/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | fix build with GCC 8.1.0 | moneromooo-monero | 2018-05-26 | 1 | -0/+2 |
| * | | | Merge pull request #3892 | luigi1111 | 2018-06-07 | 1 | -6/+7 |
| |\ \ \ | |||||
| | * | | | rpc: convert distribution to cumulative after caching | moneromooo-monero | 2018-05-31 | 1 | -6/+7 |
| * | | | | rpc: the cache is still for non cumulative on that branch | moneromooo-monero | 2018-06-01 | 1 | -0/+7 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #3561 | luigi1111 | 2018-05-31 | 3 | -8/+22 |
| |\ \ \ | |||||
| | * | | | Core RPC: optionally add POW hash to block_header_response | stoffu | 2018-04-05 | 3 | -8/+22 |
| * | | | | rpc: fix get_output_distribution cache for the cumulative case | moneromooo-monero | 2018-05-30 | 1 | -0/+7 |
| | |/ / |/| | | |||||
| * | | | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 2018-05-23 | 2 | -18/+3 |
| | |/ |/| | |||||
| * | | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 2018-05-21 | 2 | -1/+129 |
| * | | Merge pull request #3705 | Riccardo Spagni | 2018-04-28 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 2018-04-25 | 1 | -1/+1 |
| * | | | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 2018-04-23 | 1 | -1/+1 |
| |/ / | |||||
