summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.h
Commit message (Expand)AuthorAgeFilesLines
* blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-101-3/+14
* Fixed mempool pruningSChernykh2024-03-081-5/+6
* Enforce restricted # pool txs served via RPC + optimize chunked reqs [release...j-berman2023-07-091-3/+8
* wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [...rbrunner72023-07-091-0/+32
* Merge pull request #8467luigi11112022-08-091-0/+7
|\
| * continue pool pruning even if a tx can't be foundj-berman2022-07-261-0/+7
* | Merge pull request #8455luigi11112022-08-081-1/+5
|\ \
| * | Fixed get_block_template_backlog performanceSChernykh2022-07-221-1/+5
| |/
* / Publish submitted txs via zmqj-berman2022-07-211-1/+3
|/
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-111-0/+10
* Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-11-151-2/+9
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* | tx_pool: mine stem txes in fake chain modemoneromooo-monero2020-07-091-1/+3
|/
* Always reject duplicate key-images from second txidLee Clagett2020-03-301-2/+4
* protocol: request txpool contents when syncedmoneromooo-monero2020-03-221-0/+5
* Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-23/+30
* Merge pull request #5919luigi11112019-10-221-0/+5
|\
| * blockchain: fill in cumulative block weight for alt blocksmoneromooo-monero2019-10-101-0/+5
* | Merge pull request #5962luigi11112019-10-161-1/+1
|\ \
| * | tx_pool: make spent return-by-reference as intendedstoffu2019-10-061-1/+1
| |/
* / monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-1/+2
|/
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-1/+2
* cryptonote: Add const-qualifier on comparison functorTom Smeding2019-02-011-1/+1
* Merge pull request #4765Riccardo Spagni2018-11-161-1/+1
|\
| * tx_pool: fix comment about transaction_prefixmoneromooo-monero2018-10-311-1/+1
* | tx_pool: speed up take_tx for transactions from blocksmoneromooo-monero2018-11-011-0/+2
* | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-1/+1
|/
* tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-081-6/+7
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-21/+25
* core: cache block template where possiblemoneromooo-monero2018-08-161-0/+9
* Merge pull request #4047luigi11112018-07-191-1/+7
|\
| * tx_pool: cache check_tx_inputs resultsmoneromooo-monero2018-06-241-1/+7
* | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-3/+3
|/
* tx_pool: hold off parsing a tx blob till we actually need itmoneromooo-monero2018-06-021-1/+3
* tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero2018-02-071-2/+25
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #2615Riccardo Spagni2017-11-141-6/+16
|\
| * Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-6/+16
* | track double spending in the txpoolmoneromooo-monero2017-11-061-1/+9
|/
* json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+23
* rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero2017-08-261-0/+7
* tx_pool: remove obsolete unused m_config_folder fieldmoneromooo-monero2017-07-301-1/+0
* Speedup print_pool_statsHoward Chu2017-06-011-0/+7
* Merge pull request #1982Riccardo Spagni2017-05-301-35/+17
|\
| * Move txpool to the databasemoneromooo-monero2017-05-251-35/+17
* | Add expected total reward to RPC "getblocktemplate".assylias2017-04-191-1/+2
|/
* core, wallet: faster tx pool scanningmoneromooo-monero2017-03-231-0/+7