aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding Dandelion++ support to public networks:Lee Clagett2020-03-263-11/+11
|/ | | | | | - New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode - Stem loops detected in tx_pool.cpp - Embargo timeout for a blackhole attack during stem phase
* Merge pull request #6361luigi11112020-04-041-3/+12
|\ | | | | | | 68a6507 Fixed bug in ZMQ JSON-RPC method field (vtnerd)
| * Fixed bug in ZMQ JSON-RPC method fieldLee Clagett2019-11-181-3/+12
| |
* | Merge pull request #6357luigi11112020-04-047-43/+304
|\ \ | | | | | | | | | 42a7a4d daemon: auto public nodes - cache and prioritize most stable nodes (xiphon)
| * | daemon: auto public nodes - cache and prioritize most stable nodesxiphon2020-02-287-43/+304
| | |
* | | Merge pull request #6351luigi11112020-04-041-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | 81c5943 Remove temporary std::string creation in some hex->bin calls (vtnerd) 5fcc23a Move hex->bin conversion to monero copyright files and with less includes (vtnerd) 3387f0e Reduce template bloat in hex->bin for ZMQ json (vtnerd)
| * | | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-091-2/+2
| | | |
* | | | Merge pull request #6342luigi11112020-04-041-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | 82da832 rpc: Add check for too old timestamps in payment signatures. (glv2)
| * | | | rpc: Add check for too old timestamps in payment signatures.Guillaume Le Vaillant2020-02-171-0/+5
| | |/ / | |/| |
* | | | Merge pull request #6338luigi11112020-04-041-3/+1
|\ \ \ \ | | | | | | | | | | | | | | | 80d5320 Hash domain separation (SarangNoether)
| * | | | Hash domain separationSarang Noether2020-04-011-3/+1
| | | | |
* | | | | cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-313-9/+0
|/ / / /
* | | | Merge pull request #6325luigi11112020-03-311-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | 3627e53 rpc: fix print_pool_sh not finding local txes (moneromooo-monero)
| * | | | rpc: fix print_pool_sh not finding local txesmoneromooo-monero2020-02-081-1/+4
| |/ / /
* | | | Merge pull request #6260luigi11112020-03-312-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | 320bc84 rpc: add --rpc-payment-allow-free-loopback (moneromooo-monero)
| * | | | rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero2020-03-122-1/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | This allows RPC coming from the loopback interface to not have to pay for service. This makes it possible to run an externally accessible RPC server for payment while also having a local RPC server that can be run unrestricted and payment free.
* | | | Merge pull request #6289Alexander Blair2020-03-271-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | ffe7165e wallet: reroll fake outs selection on local tx_sanity_check failure (xiphon)
| * | | wallet: reroll fake outs selection on local tx_sanity_check failurexiphon2020-01-141-1/+1
| | | |
* | | | Merge pull request #6273Alexander Blair2020-03-126-650/+353
|\ \ \ \ | | | | | | | | | | | | | | | 0f78b06e Various improvements to the ZMQ JSON-RPC handling: (Lee Clagett)
| * | | | Various improvements to the ZMQ JSON-RPC handling:Lee Clagett2020-03-056-650/+353
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Finding handling function in ZMQ JSON-RPC now uses binary search - Temporary `std::vector`s in JSON output now use `epee::span` to prevent allocations. - Binary -> hex in JSON output no longer allocates temporary buffer - C++ structs -> JSON skips intermediate DOM creation, and instead write directly to an output stream.
* | | | Merge pull request #6259Alexander Blair2020-02-281-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 69336931 rpc: fill miner_tx_hash again (moneromooo-monero)
| * | | | rpc: fill miner_tx_hash againmoneromooo-monero2019-12-201-0/+1
| |/ / / | | | | | | | | | | | | | | | | It was removed to save duplicated generation time, but it can be copied from another instance instead
* | | | Merge pull request #6242Alexander Blair2020-02-281-6/+4
|\ \ \ \ | | | | | | | | | | | | | | | 716012ca rpc: drop the obsolete and wrong "unpruned size" log (moneromooo-monero)
| * | | | rpc: drop the obsolete and wrong "unpruned size" logmoneromooo-monero2019-12-161-6/+4
| |/ / / | | | | | | | | | | | | | | | | Since we now get pruned data in the first place, the "unpruned" data size will in fact be the pruned data size, leading to confusion
* | | | Merge pull request #6225Alexander Blair2020-02-282-6/+19
|\ \ \ \ | | | | | | | | | | | | | | | 987c3139 print_coinbase_tx_sum now supports 128 bits sums (moneromooo-monero)
| * | | | print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-122-6/+19
| | | | | | | | | | | | | | | | | | | | The tail emission will bring the total above 64 bits
* | | | | Merge pull request #6215Alexander Blair2020-02-284-1/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | a2578892 --disable-ban-rpc option to prevent RPC users from banning (naughtyfox)
| * | | | | --disable-ban-rpc option to prevent RPC users from banningnaughtyfox2019-12-044-1/+9
| |/ / / /
* | | | | Merge pull request #6211Alexander Blair2020-02-282-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | 5985c5af rpc: add bad-blocks to flush_cache RPC (moneromooo-monero)
| * | | | rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2019-12-022-1/+5
| |/ / / | | | | | | | | | | | | Flushes m_invalid_blocks in Blockchain.
* | | | Merge pull request #6198luigi11112020-02-192-2/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | 5f2a32c daemon: run with -rpc-payment-address and --rpc-restricted-bind-port (moneromooo-monero)
| * | | daemon: run with -rpc-payment-address and --rpc-restricted-bind-portmoneromooo-monero2019-11-292-2/+4
| |/ /
* | | Merge pull request #6040Alexander Blair2020-02-061-5/+4
|\ \ \ | | | | | | | | | | | | 2f8f3a94 rpc: base flush_cache request/response on the new base structs (moneromooo-monero)
| * | | rpc: base flush_cache request/response on the new base structsmoneromooo-monero2019-10-271-5/+4
| | | |
* | | | Merge pull request #6035Alexander Blair2020-02-062-6/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b90c4bc3 rpc: error out from get_info if the proxied call errors out (moneromooo-monero) fa16df99 make_test_signature: exit nicely on top level exception (moneromooo-monero) 054b2621 node_rpc_proxy: init some new rpc payment fields in invalidate (moneromooo-monero) d0faae2a rpc: init a few missing client_info members (moneromooo-monero) d56a483a rpc: do not propagate exceptions out of a dtor (moneromooo-monero) 3c849188 rpc: always set the update field in update on sucess (moneromooo-monero)
| * | | | rpc: error out from get_info if the proxied call errors outmoneromooo-monero2019-11-271-2/+1
| | | | | | | | | | | | | | | | | | | | Coverity 205410
| * | | | rpc: init a few missing client_info membersmoneromooo-monero2019-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | Coverity 205414
| * | | | rpc: do not propagate exceptions out of a dtormoneromooo-monero2019-11-271-4/+8
| | | | | | | | | | | | | | | | | | | | Coverity 205415
| * | | | rpc: always set the update field in update on sucessmoneromooo-monero2019-11-271-0/+1
| | |/ / | |/| | | | | | | | | | Coverity 205416
* | | | Merge pull request #6173Alexander Blair2020-01-241-6/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 8231c7cd rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPC (moneromooo-monero) 81c26589 rpc: don't auto fail RPC needing payment in bootstrap mode (moneromooo-monero)
| * | | | rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPCmoneromooo-monero2019-11-251-5/+5
| | | | |
| * | | | rpc: don't auto fail RPC needing payment in bootstrap modemoneromooo-monero2019-11-221-1/+5
| |/ / /
* | | | Merge pull request #6172Alexander Blair2020-01-242-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | d7cf8727 rpc: add received_timestamp for pool txes in gettransactions (moneromooo-monero)
| * | | | rpc: add received_timestamp for pool txes in gettransactionsmoneromooo-monero2019-11-222-1/+6
| |/ / /
* | | | Merge pull request #6134Alexander Blair2020-01-161-8/+8
|\ \ \ \ | |_|_|/ |/| | | | | | | a7a40e28 Actually concatenate error strings. (Bert Peters)
| * | | Actually concatenate error strings.Bert Peters2019-11-141-8/+8
| |/ /
* | | Merge pull request #6018luigi11112019-12-123-0/+100
|\ \ \ | | | | | | | | | | | | | | | | dce6f05 rpc: Only show version string if it matches expected pattern (ndorf) 3293780 daemon: Use rpc for 'version' command (ndorf)
| * | | rpc: Only show version string if it matches expected patternNathan Dorfman2019-11-123-0/+100
| |/ /
* / / Adding support for hidden (anonymity) txpoolLee Clagett2019-11-022-12/+10
|/ /
* | Merge pull request #6047Riccardo Spagni2019-11-021-1/+3
|\ \ | | | | | | | | | ebc6ce44f cryptonote: untangle dependency from miner to blockchain (moneromooo-monero)