Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 1 | -1/+1 |
2020-08-19 | Fix ZMQ pruned bulletproof transactions | Lee Clagett | 1 | -1/+5 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 2 | -15/+71 |
2020-08-16 | rpc: always send raw txes through P2P (don't use bootstrap daemon) | xiphon | 1 | -43/+56 |
2020-08-14 | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 2 | -5/+1 |
2020-08-14 | Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster | Lee Clagett | 6 | -11/+15 |
2020-08-14 | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 1 | -0/+1 |
2020-07-30 | rpc: reject wrong sized txid | moneromooo-monero | 1 | -6/+4 |
2020-07-25 | rpc: return empty txid get_outs rather than 00..00 when not requested | moneromooo-monero | 1 | -1/+2 |
2020-06-05 | rpc: fix loading rpc payment data from file | moneromooo-monero | 1 | -1/+1 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -2/+2 |
2020-05-31 | rpc: fix comparison of seconds vs microseconds | moneromooo-monero | 1 | -1/+1 |
2020-05-28 | rpc: fix relay_tx error return mixup | moneromooo-monero | 1 | -1/+1 |
2020-05-23 | rpc: don't display invalid json errors on default log level | moneromooo-monero | 1 | -5/+5 |
2020-05-20 | rpc: add a sanity limit to a few RPC in restricted mode | moneromooo-monero | 2 | -6/+46 |
2020-05-19 | rpc: lock access to the rpc payment object | moneromooo-monero | 2 | -0/+12 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 25 | -25/+25 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 6 | -53/+788 |
2020-04-29 | Fixes for ZMQ JSON-RPC endpoint names for raw tx | Lee Clagett | 1 | -1/+2 |
2020-04-27 | rpc: fix 'use_bootstrap_daemon_if_necessary' return value | xiphon | 1 | -1/+1 |
2020-04-15 | bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa... | xiphon | 2 | -1/+3 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 5 | -67/+66 |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 6 | -22/+33 |
2020-04-01 | Hash domain separation | Sarang Noether | 1 | -3/+1 |
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 3 | -9/+0 |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 1 | -7/+12 |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 3 | -11/+11 |
2020-03-12 | rpc: add --rpc-payment-allow-free-loopback | moneromooo-monero | 2 | -1/+12 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -2/+2 |
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 6 | -650/+353 |
2020-02-28 | daemon: auto public nodes - cache and prioritize most stable nodes | xiphon | 7 | -43/+304 |
2020-02-17 | rpc: Add check for too old timestamps in payment signatures. | Guillaume Le Vaillant | 1 | -0/+5 |
2020-02-08 | rpc: fix print_pool_sh not finding local txes | moneromooo-monero | 1 | -1/+4 |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 1 | -1/+1 |
2019-12-20 | rpc: fill miner_tx_hash again | moneromooo-monero | 1 | -0/+1 |
2019-12-16 | rpc: drop the obsolete and wrong "unpruned size" log | moneromooo-monero | 1 | -6/+4 |
2019-12-12 | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 2 | -6/+19 |
2019-12-04 | --disable-ban-rpc option to prevent RPC users from banning | naughtyfox | 4 | -1/+9 |
2019-12-02 | rpc: add bad-blocks to flush_cache RPC | moneromooo-monero | 2 | -1/+5 |
2019-11-29 | daemon: run with -rpc-payment-address and --rpc-restricted-bind-port | moneromooo-monero | 2 | -2/+4 |
2019-11-27 | rpc: error out from get_info if the proxied call errors out | moneromooo-monero | 1 | -2/+1 |
2019-11-27 | rpc: init a few missing client_info members | moneromooo-monero | 1 | -0/+4 |
2019-11-27 | rpc: do not propagate exceptions out of a dtor | moneromooo-monero | 1 | -4/+8 |
2019-11-27 | rpc: always set the update field in update on sucess | moneromooo-monero | 1 | -0/+1 |
2019-11-25 | rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPC | moneromooo-monero | 1 | -5/+5 |
2019-11-22 | rpc: don't auto fail RPC needing payment in bootstrap mode | moneromooo-monero | 1 | -1/+5 |
2019-11-22 | rpc: add received_timestamp for pool txes in gettransactions | moneromooo-monero | 2 | -1/+6 |
2019-11-18 | Fixed bug in ZMQ JSON-RPC method field | Lee Clagett | 1 | -3/+12 |
2019-11-14 | Actually concatenate error strings. | Bert Peters | 1 | -8/+8 |
2019-11-12 | rpc: Only show version string if it matches expected pattern | Nathan Dorfman | 3 | -0/+100 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 2 | -12/+10 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -1/+3 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -1/+3 |
2019-10-30 | daemon: always use bootstrap daemon (if set) in '--no-sync' mode | xiphon | 1 | -3/+5 |
2019-10-28 | daemon: always use bootstrap daemon (if set) in '--no-sync' mode | xiphon | 1 | -3/+5 |
2019-10-27 | rpc: base flush_cache request/response on the new base structs | moneromooo-monero | 1 | -5/+4 |
2019-10-26 | rpc: fix PRIx64 build error on some systems | moneromooo-monero | 1 | -1/+1 |
2019-10-25 | rpc: add a flush_cache RPC | moneromooo-monero | 3 | -1/+34 |
2019-10-25 | simplewallet: add public_nodes command | moneromooo-monero | 3 | -3/+6 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 11 | -431/+1929 |
2019-10-24 | rpc: Include tag in get_info version string | Nathan Dorfman | 1 | -1/+1 |
2019-10-24 | add a quick early out to get_blocks.bin when up to date | moneromooo-monero | 1 | -1/+15 |
2019-10-13 | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 2 | -4/+4 |
2019-10-07 | Print cdifficulty and don't serialize miner tx hash twice | Doyle | 1 | -1/+0 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 2 | -7/+8 |
2019-09-25 | RandomX integration | Howard Chu | 2 | -2/+19 |
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 2 | -3/+3 |
2019-09-17 | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 1 | -3/+3 |
2019-09-16 | p2p: fix bans taking port into account | moneromooo-monero | 1 | -3/+3 |
2019-09-07 | bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT) | anonimal | 2 | -2/+2 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 1 | -1/+1 |
2019-08-28 | rpc: don't include an address in mining_status when not mining | moneromooo-monero | 1 | -1/+2 |
2019-08-28 | rpc: move a leftover light wallet RPC out of daemon RPC | moneromooo-monero | 1 | -50/+0 |
2019-08-27 | daemon: automatic public nodes discovering and bootstrap daemon switching | xiphon | 5 | -35/+246 |
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 2 | -1/+4 |
2019-08-20 | rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' | xiphon | 1 | -0/+1 |
2019-08-19 | daemon: fix print_pl only printing public zone peers | moneromooo-monero | 2 | -7/+14 |
2019-07-31 | Add IPv6 support | Thomas Winget | 4 | -1/+57 |
2019-07-29 | rpc: implement get_public_nodes command | xiphon | 3 | -1/+90 |
2019-07-22 | Dropping cppzmq dependency; adding some zmq utils | Lee Clagett | 3 | -71/+87 |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 3 | -2/+87 |
2019-07-16 | p2p: store network address directly in blocked host list | moneromooo-monero | 1 | -4/+4 |
2019-07-03 | rpc: get_block_template add optional extra_nonce | Jethro Grassie | 2 | -1/+27 |
2019-07-01 | zmq: MacPorts latest fix | Jethro Grassie | 1 | -1/+1 |
2019-06-25 | rpc headers fix | Michal vel m@lbit | 1 | -1/+1 |
2019-06-20 | rpc: set sanity_check_failed to false when successful | stoffu | 1 | -0/+1 |
2019-06-16 | Bans for RPC connections | Howard Chu | 2 | -0/+24 |
2019-06-14 | rpc: restrict the recent cutoff size in restricted RPC mode | moneromooo-monero | 1 | -0/+9 |
2019-06-12 | rpc: work around a GCC 7.4.0 (at least) bug | moneromooo-monero | 1 | -1/+3 |
2019-06-12 | rpc: fix get_transactions getting v1 txes from the txpool | moneromooo-monero | 1 | -1/+2 |
2019-06-10 | rpc: implement set_bootstrap_daemon method | xiphon | 3 | -27/+108 |
2019-06-09 | miner: fix double free of thread attributes | ston1th | 2 | -8/+2 |
2019-06-04 | rpc: use ip address string representation for peer::host field | xiphon | 1 | -1/+4 |
2019-06-01 | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 2 | -29/+50 |
2019-05-30 | rpc: in/out peers can now return the setting's value | moneromooo-monero | 2 | -5/+17 |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 3 | -84/+99 |
2019-05-10 | remove obsolete save_graph skeleton code | moneromooo-monero | 3 | -60/+0 |
2019-05-09 | rpc: fail update RPC when running offline | moneromooo-monero | 1 | -0/+7 |
2019-05-09 | daemon: sort alt chains by height | moneromooo-monero | 2 | -2/+2 |
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 2 | -5/+5 |
2019-04-29 | add a few checks where it seems appropriate | moneromooo-monero | 1 | -1/+1 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 1 | -0/+9 |
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 4 | -8/+34 |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 3 | -0/+9 |
2019-04-16 | rpc: add a pruned bool to the prune_blockchain call | moneromooo-monero | 2 | -1/+4 |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 2 | -8/+3 |
2019-04-15 | rpc: omit irrelevant fields for pool txes in gettransactions | moneromooo-monero | 1 | -4/+10 |
2019-04-15 | rpc: add relayed in get_transaction output | moneromooo-monero | 2 | -5/+11 |
2019-04-15 | rpc: set default log category in core_rpc_server.h | moneromooo-monero | 1 | -0/+3 |
2019-04-14 | core_rpc_server: remove dummy assigning int to bool | moneromooo-monero | 1 | -3/+1 |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 2 | -0/+13 |
2019-04-12 | rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0 | stoffu | 1 | -1/+4 |
2019-04-11 | rpc: fix off by one in get_height | moneromooo-monero | 1 | -0/+1 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 2 | -3/+30 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 1 | -12/+19 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 1 | -7/+12 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 2 | -18/+8 |
2019-04-06 | rpc: merge the two get_info implementations | moneromooo-monero | 1 | -62/+3 |
2019-04-05 | rpc: make wide_difficulty hexadecimal | moneromooo-monero | 1 | -1/+1 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 2 | -0/+7 |
2019-04-04 | rpc.gettransactions: fill as_json with partial tx in pruned mode | stoffu | 1 | -12/+43 |
2019-04-01 | Add hash of top block to /getheight RPC | Howard Chu | 2 | -2/+6 |
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 4 | -13/+60 |
2019-03-24 | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 3 | -1/+53 |
2019-03-21 | rpc: add miner tx hash to block header response | moneromooo-monero | 2 | -1/+4 |
2019-03-17 | rpc: quantize db size up to 5 GB in restricted mode | moneromooo-monero | 1 | -1/+3 |
2019-03-15 | wallet: move light wallet RPC out of core RPC | moneromooo-monero | 1 | -283/+0 |
2019-03-09 | daemon: new mining_status command | moneromooo-monero | 2 | -2/+35 |
2019-03-06 | rpc: make fill_pow restricted | moneromooo-monero | 1 | -5/+10 |
2019-03-05 | Update 2019 copyright | binaryFate | 19 | -19/+19 |
2019-03-05 | epee: add SSL support | Martijn Otto | 2 | -1/+12 |
2019-03-04 | default initialize rpc structures | moneromooo-monero | 1 | -140/+259 |
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 2 | -0/+3 |
2019-02-27 | rpc: Allow submitting tx as hex blob over ZMQ | Nathan Dorfman | 4 | -6/+59 |
2019-02-25 | daemon: add --public-node mode, RPC port propagation over P2P | xiphon | 4 | -9/+13 |
2019-02-21 | rpc: quantize db size up to 5 GB in restricted mode | moneromooo-monero | 1 | -1/+8 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 2 | -3/+65 |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 3 | -26/+22 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 2 | -159/+179 |
2019-01-22 | Pruning | moneromooo-monero | 4 | -19/+118 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 1 | -12/+12 |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 1 | -13/+16 |
2018-12-07 | p2p: use vector instead of list for peer lists | moneromooo-monero | 1 | -3/+4 |
2018-12-04 | rpc: mask values that are nobody else's business in restricted RPC | moneromooo-monero | 1 | -24/+29 |
2018-11-28 | add command pop_blocks | Jason Wong | 3 | -0/+37 |
2018-11-27 | rpc: speed up the common get_output_distribution case while syncing | moneromooo-monero | 1 | -2/+19 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -1/+3 |
2018-11-23 | remove some unused code | moneromooo-monero | 1 | -72/+0 |
2018-11-23 | tests: slow_memmem now returns size_t | moneromooo-monero | 1 | -1/+1 |
2018-11-21 | rpc: add version to get_info | Jethro Grassie | 5 | -1/+11 |
2018-11-20 | rpc: speedup get_output_distribution | moneromooo-monero | 3 | -2/+105 |
2018-11-19 | Avoid unnecessary temp block and copy ctor | moneromooo-monero | 1 | -3/+3 |
2018-11-16 | tests: add unit tests for get_output_distribution | moneromooo-monero | 4 | -5/+5 |
2018-11-16 | Don't cache nettype in core_rpc_server use m_core | doy-lee | 2 | -15/+18 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -1/+0 |
2018-11-04 | rpc: fix linking error of 6097472a, get_output_distribution | Dusan Klinec | 1 | -5/+5 |
2018-11-02 | use current height - 1 for top block height in err msgs | cryptochangements34 | 1 | -3/+3 |
2018-10-28 | return message in stop_mining if mining never started | cryptochangements34 | 1 | -1/+8 |
2018-10-27 | rpc: adjust ring size error message now that too high is also possible | moneromooo-monero | 1 | -1/+1 |
2018-10-24 | rpc: fix build with older compilers | moneromooo-monero | 1 | -1/+1 |
2018-10-23 | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 10 | -80/+226 |
2018-10-22 | rpc: fix wrongly formatted JSON for pruned tx | stoffu | 1 | -19/+12 |
2018-10-19 | rpc: fix output distribution caching ignoring chain changes | moneromooo-monero | 1 | -6/+8 |
2018-10-18 | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool | stoffu | 1 | -0/+2 |
2018-10-16 | rpc: init m_rpc_version in Message ctor | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | rpc: remove unused ctors | moneromooo-monero | 1 | -3/+0 |
2018-10-12 | rpc: blanket initialize 0MQ request and response structures | moneromooo-monero | 1 | -1/+1 |
2018-10-04 | rpc: fixed typo in JSON command error response message | AnythingTechPro | 1 | -1/+1 |
2018-09-17 | rpc: allow pruning of json encoded txs | cryptochangements34 | 1 | -1/+10 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 6 | -232/+0 |
2018-09-14 | rpc: add a "is an update available" flag in get_info | moneromooo-monero | 2 | -1/+5 |
2018-09-13 | rpc: add cumulative difficulty in block header data | moneromooo-monero | 2 | -0/+3 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 5 | -17/+33 |
2018-09-09 | rpc: return "already mining" in start_mining if already mining | moneromooo-monero | 1 | -1/+7 |
2018-09-07 | rpc: don't include start time if restricted | moneromooo-monero | 1 | -1/+1 |
2018-08-31 | rpc: allow to pass RPC login via RPC_LOGIN env var | Dusan Klinec | 1 | -4/+10 |
2018-08-02 | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 2 | -26/+18 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 3 | -147/+25 |
2018-06-29 | update get_info RPC and bump RPC version | victorsintnicolaas | 3 | -1/+6 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 4 | -0/+90 |
2018-06-28 | remove epee from link lines where it's redundant | moneromooo-monero | 1 | -1/+0 |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 2 | -30/+17 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 4 | -49/+38 |
2018-06-26 | rpc: sanity check on number of txes in a block | moneromooo-monero | 1 | -0/+6 |
2018-06-26 | rpc: add option to skip coinbase info in get_blocks.bin | moneromooo-monero | 2 | -4/+9 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 2 | -3/+19 |
2018-06-21 | fix typos in language files and rpc_args.cpp | ordtrogen | 1 | -1/+1 |
2018-06-21 | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 3 | -5/+45 |
2018-06-20 | rpc: add blockchain disk size to getinfo | moneromooo-monero | 2 | -1/+5 |
2018-06-17 | zmq_server: fix bind call when address and/or port are empty | moneromooo-monero | 1 | -0/+4 |
2018-06-01 | rpc: the cache is still for non cumulative on that branch | moneromooo-monero | 1 | -0/+7 |
2018-05-31 | rpc: convert distribution to cumulative after caching | moneromooo-monero | 1 | -6/+7 |
2018-05-30 | rpc: fix get_output_distribution cache for the cumulative case | moneromooo-monero | 1 | -0/+7 |
2018-05-26 | fix build with GCC 8.1.0 | moneromooo-monero | 1 | -0/+2 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 2 | -18/+3 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 2 | -1/+129 |
2018-04-25 | Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 1 | -1/+1 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 1 | -1/+1 |
2018-04-19 | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 2 | -0/+35 |
2018-04-19 | rpc: add missing perf timer for get_output_distribution | moneromooo-monero | 1 | -0/+1 |