aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #6052luigi11112019-12-121-2/+2
|\
| * tx_pool: fix error message assuming incorrectlymoneromooo-monero2019-10-291-2/+2
* | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-89/+120
|/
* tx_pool: fix divide by 0 in logmoneromooo-monero2019-10-251-1/+1
* Merge pull request #5981luigi11112019-10-221-2/+2
|\
| * tx_pool: do not divide by 0moneromooo-monero2019-10-111-2/+2
* | Merge pull request #5919luigi11112019-10-221-0/+53
|\ \
| * | blockchain: fill in cumulative block weight for alt blocksmoneromooo-monero2019-10-101-0/+53
* | | Merge pull request #5962luigi11112019-10-161-1/+1
|\ \ \ | |_|/ |/| |
| * | tx_pool: make spent return-by-reference as intendedstoffu2019-10-061-1/+1
* | | Merge pull request #5915luigi11112019-10-081-8/+17
|\ \ \ | |/ / |/| |
| * | monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-8/+17
| |/
* / Fix bug in mempool get_transaction_stats histogram calculationTom Smeding2019-08-281-3/+10
|/
* core: do not commit half constructed batch db txnmoneromooo-monero2019-05-251-2/+16
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-2/+2
* Merge pull request #4946luigi11112018-12-311-8/+15
|\
| * tx_pool: add a few std::move where it can make a differencemoneromooo-monero2018-12-051-3/+4
| * cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero2018-12-051-5/+11
* | move int-util.h to epeemoneromooo-monero2018-12-041-1/+1
|/
* 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
|\