aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_handler.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-29rpc: limit the number of txes for get_blocks.binmoneromooo-monero1-1/+1
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan1-0/+1
2020-08-19Fix ZMQ pruned bulletproof transactionsLee Clagett1-1/+5
2020-08-14Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ fasterLee Clagett1-2/+2
2020-08-14Fix pruned tx for ZMQ's GetBlocksFastLee Clagett1-0/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-06Merge pull request #6486luigi11111-1/+2
2020-04-29Fixes for ZMQ JSON-RPC endpoint names for raw txLee Clagett1-1/+2
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett1-5/+9
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-5/+5
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon1-5/+0
2020-03-12Merge pull request #6273Alexander Blair1-50/+75
2020-03-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett1-50/+75
2020-01-16Merge pull request #6134Alexander Blair1-8/+8
2019-11-14Actually concatenate error strings.Bert Peters1-8/+8
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-3/+3
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-2/+2
2019-08-14Merge pull request #5487luigi11111-0/+5
2019-06-09miner: fix double free of thread attributesston1th1-4/+1
2019-05-07Merge pull request #5510Riccardo Spagni1-3/+3
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-3/+3
2019-04-25rpc: improve get_output_distributionmoneromooo-monero1-1/+1
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+5
2019-04-15rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero1-1/+1
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-3/+6
2019-03-24Merge pull request #5207Riccardo Spagni1-6/+30
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-27rpc: Allow submitting tx as hex blob over ZMQNathan Dorfman1-6/+30
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-4/+4
2018-11-21rpc: add version to get_infoJethro Grassie1-0/+2
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero1-1/+1
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett1-3/+45
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-39/+0
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-2/+3
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett1-25/+17
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero1-5/+5
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-23/+7
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-1/+1
2018-03-05Stagenetstoffu1-3/+5
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-0/+4
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-1/+1
2017-10-07Subaddresseskenshi841-4/+11
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget1-42/+129
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+800