summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.h
Commit message (Expand)AuthorAgeFilesLines
* RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-211-0/+10
* Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-10-211-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
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
* Merge pull request #1571Riccardo Spagni2017-01-151-4/+10
|\
| * fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-4/+10
* | Prioritize older transactions in the mempoolMiguel Herranz2017-01-131-6/+9
|/
* tx_pool: better block template filling algorithmmoneromooo-monero2017-01-071-1/+2
* compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum2016-09-151-0/+6
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-19/+0
* tx_pool: fix (hopefully) save/load of kept_by_blockmoneromooo-monero2016-04-061-0/+2
* minor corrections/clarificationsThomas Winget2016-03-301-1/+1