aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-09tx_pool: mine stem txes in fake chain modemoneromooo-monero1-1/+3
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-03-30Always reject duplicate key-images from second txidLee Clagett1-2/+4
2020-03-22protocol: request txpool contents when syncedmoneromooo-monero1-0/+5
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-23/+30
2019-10-10blockchain: fill in cumulative block weight for alt blocksmoneromooo-monero1-0/+5
2019-10-06tx_pool: make spent return-by-reference as intendedstoffu1-1/+1
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-1/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05Avoid repeated (de)serialization when syncingmoneromooo-monero1-1/+2
2019-02-01cryptonote: Add const-qualifier on comparison functorTom Smeding1-1/+1
2018-11-01tx_pool: speed up take_tx for transactions from blocksmoneromooo-monero1-0/+2
2018-11-01core: avoid unnecessary tx/blob conversionsmoneromooo-monero1-1/+1
2018-10-31tx_pool: fix comment about transaction_prefixmoneromooo-monero1-1/+1
2018-10-08tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero1-6/+7
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-21/+25
2018-08-16core: cache block template where possiblemoneromooo-monero1-0/+9
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-3/+3
2018-06-24tx_pool: cache check_tx_inputs resultsmoneromooo-monero1-1/+7
2018-06-02tx_pool: hold off parsing a tx blob till we actually need itmoneromooo-monero1-1/+3
2018-02-07tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero1-2/+25
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-6/+16
2017-11-06track double spending in the txpoolmoneromooo-monero1-1/+9
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+23
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero1-0/+7
2017-07-30tx_pool: remove obsolete unused m_config_folder fieldmoneromooo-monero1-1/+0
2017-06-01Speedup print_pool_statsHoward Chu1-0/+7
2017-05-25Move txpool to the databasemoneromooo-monero1-35/+17
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-1/+2
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-0/+7
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-4/+10
2017-01-13Prioritize older transactions in the mempoolMiguel Herranz1-6/+9
2017-01-07tx_pool: better block template filling algorithmmoneromooo-monero1-1/+2
2016-09-15compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum1-0/+6
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-19/+0
2016-04-06tx_pool: fix (hopefully) save/load of kept_by_blockmoneromooo-monero1-0/+2
2016-03-30minor corrections/clarificationsThomas Winget1-1/+1
2016-03-24Transaction pool documentation (and some cleanup)Thomas Winget1-67/+349
2016-01-30tx_pool: fix serialization of new relayed datamoneromooo-monero1-2/+0
2016-01-29tx_pool: serialize missing kept_by_block flagmoneromooo-monero1-1/+4
2016-01-29tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero1-1/+4
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-2/+3
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-8/+8
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-5/+13
2015-05-13Fixes changes to sort tx by fee per kbThomas Winget1-3/+19
2015-04-30Sort txs by per-kb-fee for minersThomas Winget1-0/+7
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-0/+2
2015-02-02Add compile-time support for both db implementations: in-memory and LMDBwarptangent1-1/+18
2015-01-04Integrate BlockchainDB into cryptonote_coreThomas Winget1-6/+3
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-25Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni1-2/+2
2014-09-24low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni1-2/+2
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-17Use const where appropriate in tx_poolZachary Michaels1-11/+11
2014-07-17Make some tx_pool methods staticZachary Michaels1-2/+2
2014-07-17Make some tx_pool methods privateZachary Michaels1-6/+6
2014-06-15proper tx_pool handling from CryptoZoidberg / BBRfluffypony1-1/+7
2014-05-250.8.8updatemydesktop1-2/+0
2014-05-03initial [broken] updatemydesktop1-0/+3
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-1/+1
2014-03-03moved all stuff to githubAntonio Juarez1-0/+168