aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4768Riccardo Spagni2018-11-161-3/+2
|\
| * tx_pool: allow take_tx to work without m_txs_by_fee_and_receive_timemoneromooo-monero2018-10-311-3/+2
* | Merge pull request #4769Riccardo Spagni2018-11-141-9/+21
|\ \
| * | tx_pool: speed up take_tx for transactions from blocksmoneromooo-monero2018-11-011-1/+12
| * | tx_pool: remove unnecessary get_transaction_hashmoneromooo-monero2018-11-011-4/+3
| * | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-5/+7
| |/
* | Merge pull request #4688Riccardo Spagni2018-11-041-3/+3
|\ \ | |/ |/|
| * Fix prune using receive time as tx_weightdoy-lee2018-10-231-3/+3
* | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_poolstoffu2018-10-181-1/+1
|/
* Merge pull request #4389Riccardo Spagni2018-10-151-26/+25
|\
| * tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-081-26/+25
* | tx_pool: store hex string instead of raw binary to tx_blob of get_transaction...stoffu2018-10-151-1/+1
* | tx_pool: fix tx removal at startup keeping referencesmoneromooo-monero2018-09-251-0/+1
|/
* tx_pool: make the max tx size a consensus rule from v8moneromooo-monero2018-09-131-1/+1
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-78/+85
* Merge pull request #4276luigi11112018-09-041-7/+1
|\
| * tx_pool: fix infinite loop when failing to find a meta recordmoneromooo-monero2018-08-191-7/+1
* | core: cache block template where possiblemoneromooo-monero2018-08-161-1/+21
|/
* Merge pull request #4047luigi11112018-07-191-5/+28
|\
| * tx_pool: cache check_tx_inputs resultsmoneromooo-monero2018-06-241-5/+28
* | Merge pull request #3716luigi11112018-06-271-3/+11
|\ \
| * | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-3/+11
| |/
* | Merge pull request #3936luigi11112018-06-251-0/+2
|\ \ | |/ |/|
| * tx_pool: initialize bitflags padding since it gets written to storagemoneromooo-monero2018-06-051-0/+2
* | tx_pool: hold off parsing a tx blob till we actually need itmoneromooo-monero2018-06-021-11/+32
|/
* tx_pool: remove old comment from fill_block_template()stoffu2018-05-281-4/+0
* tx_pool: fix loading with colliding key imagesmoneromooo-monero2018-04-111-17/+26
* Fix typos in various filesDimitris Apostolou2018-03-151-2/+2
* txpool: Don't bail out when blob_size == tx_size_limitLeon Klingele2018-02-161-2/+2
* Merge pull request #3210Riccardo Spagni2018-02-161-1/+8
|\
| * txpool: Properly bail out when outputs_amount == inputs_amountLeon Klingele2018-02-011-1/+8
* | tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero2018-02-071-2/+80
|/
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-8/+31
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+2
* Merge pull request #2615Riccardo Spagni2017-11-141-21/+41
|\
| * Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-21/+41
* | track double spending in the txpoolmoneromooo-monero2017-11-061-1/+47
|/
* Merge pull request #2452Riccardo Spagni2017-09-251-0/+1
|\
| * tx_pool: set the "invalid input" bit when check_tx_inputs failsmoneromooo-monero2017-09-161-0/+1
* | tx_pool: pre-init tvc.m_verifivation_failed before processingmoneromooo-monero2017-09-251-3/+3
* | tx_pool: guard against failure getting tx hashmoneromooo-monero2017-09-251-1/+2
* | tx_pool: drop invalid txes from the pool on startupmoneromooo-monero2017-09-201-3/+23
* | Merge pull request #2023Riccardo Spagni2017-09-181-1/+1
|\ \
| * | Remove 1.25x multiplier from tx_poolNano Akron2017-09-141-1/+1
| |/
* | Merge pull request #2044Riccardo Spagni2017-09-181-0/+59
|\ \ | |/ |/|
| * json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+59
* | tx_pool: catch exceptions in LockedTXN dtormoneromooo-monero2017-09-041-1/+1
* | tx_pool: wrap tx meta updates in a LockedTXNmoneromooo-monero2017-08-291-0/+3
|/
* Merge pull request #2349Riccardo Spagni2017-08-271-2/+20
|\