| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: reject wrong sized txid | moneromooo-monero | 2020-07-30 | 1 | -6/+4 |
| * | Merge pull request #6645 | luigi1111 | 2020-06-19 | 1 | -1/+1 |
| |\ | |||||
| | * | rpc: fix loading rpc payment data from file | moneromooo-monero | 2020-06-11 | 1 | -1/+1 |
| * | | Merge pull request #6644 | luigi1111 | 2020-06-19 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | rpc: fix comparison of seconds vs microseconds | moneromooo-monero | 2020-06-11 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #6643 | luigi1111 | 2020-06-19 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | rpc: fix relay_tx error return mixup | moneromooo-monero | 2020-06-11 | 1 | -1/+1 |
| | |/ | |||||
| * / | rpc: don't display invalid json errors on default log level | moneromooo-monero | 2020-06-11 | 1 | -5/+5 |
| |/ | |||||
| * | Merge pull request #6575 | luigi1111 | 2020-05-21 | 2 | -0/+12 |
| |\ | |||||
| | * | rpc: lock access to the rpc payment object | moneromooo-monero | 2020-05-20 | 2 | -0/+12 |
| * | | rpc: add a sanity limit to a few RPC in restricted mode | moneromooo-monero | 2020-05-20 | 2 | -6/+46 |
| |/ | |||||
| * | Merge pull request #6486 | luigi1111 | 2020-05-06 | 1 | -1/+2 |
| |\ | |||||
| | * | Fixes for ZMQ JSON-RPC endpoint names for raw tx | Lee Clagett | 2020-04-29 | 1 | -1/+2 |
| * | | Merge pull request #6481 | luigi1111 | 2020-05-06 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | rpc: fix 'use_bootstrap_daemon_if_necessary' return value | xiphon | 2020-04-27 | 1 | -1/+1 |
| * | | | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 2020-04-11 | 5 | -67/+66 |
| * | | | Merge pull request #6453 | luigi1111 | 2020-05-01 | 2 | -1/+3 |
| |\ \ \ | |||||
| | * | | | bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa... | xiphon | 2020-04-15 | 2 | -1/+3 |
| * | | | | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 2020-04-03 | 6 | -22/+33 |
| | |_|/ |/| | | |||||
| * | | | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 2020-03-30 | 1 | -7/+12 |
| | |/ |/| | |||||
| * | | Adding Dandelion++ support to public networks: | Lee Clagett | 2020-03-26 | 3 | -11/+11 |
| |/ | |||||
| * | Merge pull request #6361 | luigi1111 | 2020-04-04 | 1 | -3/+12 |
| |\ | |||||
| | * | Fixed bug in ZMQ JSON-RPC method field | Lee Clagett | 2019-11-18 | 1 | -3/+12 |
| * | | Merge pull request #6357 | luigi1111 | 2020-04-04 | 7 | -43/+304 |
| |\ \ | |||||
| | * | | daemon: auto public nodes - cache and prioritize most stable nodes | xiphon | 2020-02-28 | 7 | -43/+304 |
| * | | | Merge pull request #6351 | luigi1111 | 2020-04-04 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 2020-03-09 | 1 | -2/+2 |
| * | | | | Merge pull request #6342 | luigi1111 | 2020-04-04 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| | * | | | | rpc: Add check for too old timestamps in payment signatures. | Guillaume Le Vaillant | 2020-02-17 | 1 | -0/+5 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #6338 | luigi1111 | 2020-04-04 | 1 | -3/+1 |
| |\ \ \ \ | |||||
| | * | | | | Hash domain separation | Sarang Noether | 2020-04-01 | 1 | -3/+1 |
| * | | | | | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 2020-03-31 | 3 | -9/+0 |
| |/ / / / | |||||
| * | | | | Merge pull request #6325 | luigi1111 | 2020-03-31 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| | * | | | | rpc: fix print_pool_sh not finding local txes | moneromooo-monero | 2020-02-08 | 1 | -1/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #6260 | luigi1111 | 2020-03-31 | 2 | -1/+12 |
| |\ \ \ \ | |||||
| | * | | | | rpc: add --rpc-payment-allow-free-loopback | moneromooo-monero | 2020-03-12 | 2 | -1/+12 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #6289 | Alexander Blair | 2020-03-27 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 2020-01-14 | 1 | -1/+1 |
| * | | | | Merge pull request #6273 | Alexander Blair | 2020-03-12 | 6 | -650/+353 |
| |\ \ \ \ | |||||
| | * | | | | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 2020-03-05 | 6 | -650/+353 |
| | |/ / / | |||||
| * | | | | Merge pull request #6259 | Alexander Blair | 2020-02-28 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | rpc: fill miner_tx_hash again | moneromooo-monero | 2019-12-20 | 1 | -0/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #6242 | Alexander Blair | 2020-02-28 | 1 | -6/+4 |
| |\ \ \ \ | |||||
| | * | | | | rpc: drop the obsolete and wrong "unpruned size" log | moneromooo-monero | 2019-12-16 | 1 | -6/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #6225 | Alexander Blair | 2020-02-28 | 2 | -6/+19 |
| |\ \ \ \ | |||||
| | * | | | | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 2019-12-12 | 2 | -6/+19 |
| * | | | | | Merge pull request #6215 | Alexander Blair | 2020-02-28 | 4 | -1/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | --disable-ban-rpc option to prevent RPC users from banning | naughtyfox | 2019-12-04 | 4 | -1/+9 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #6211 | Alexander Blair | 2020-02-28 | 2 | -0/+4 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | rpc: add bad-blocks to flush_cache RPC | moneromooo-monero | 2019-12-02 | 2 | -1/+5 |
| | |/ / / | |||||
