summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Transaction pool documentation (and some cleanup)Thomas Winget2016-03-241-67/+349
* Merge pull request #631Riccardo Spagni2016-01-311-2/+0
|\
| * tx_pool: fix serialization of new relayed datamoneromooo-monero2016-01-301-2/+0
* | tx_pool: serialize missing kept_by_block flagmoneromooo-monero2016-01-291-1/+4
|/
* tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero2016-01-291-1/+4
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-2/+3
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-8/+8
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-5/+13
* Fixes changes to sort tx by fee per kbThomas Winget2015-05-131-3/+19
* resolved merge conflict in tx_pool.cppRiccardo Spagni2015-05-131-0/+7
|\
| * Sort txs by per-kb-fee for minersThomas Winget2015-04-301-0/+7
* | Add mempool output to daemon via command and RPCwarptangent2015-04-231-0/+2
|/
* Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-021-1/+18
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-041-6/+3
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-251-2/+2
* low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-241-2/+2
* Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmpRiccardo Spagni2014-08-011-15/+15
|\
| * Use const where appropriate in tx_poolZachary Michaels2014-07-171-11/+11
| * Make some tx_pool methods staticZachary Michaels2014-07-171-2/+2