aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7025Alexander Blair2020-12-011-2/+2
|\
| * Change Dandelion++ fluff probability to 20%, and embargo timeout to 39sLee Clagett2020-11-171-2/+2
* | Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-11-151-5/+36
|/
* tx_pool: silence spammy harmless warning till we fix the bugmoneromooo-monero2020-10-121-1/+4
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-13/+13
* Merge pull request #6354Alexander Blair2020-08-091-10/+48
|\
| * Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-151-10/+48
* | 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-4/+10
* | | Fix D++ block template checkLee Clagett2020-06-121-1/+1
|/ /
* | Merge pull request #6478luigi11112020-05-061-1/+1
|\ \
| * | Used legacy category to match insert_key_images behaviorLee Clagett2020-04-241-1/+1
| |/
* / txpool.cpp: rename var to fix for old g++ version (xenial default)Sumo Gr2020-04-291-2/+2
|/
* Always reject duplicate key-images from second txidLee Clagett2020-03-301-10/+12
* Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-30/+85
* Merge pull request #6403luigi11112020-04-101-16/+7
|\
| * Correct key image check in tx_poolLee Clagett2020-03-141-16/+7
* | Merge pull request #6336luigi11112020-03-311-1/+5
|\ \
| * | tx_pool: catch theoretical error in get_block_rewardmoneromooo-monero2020-02-121-1/+5
| |/
* | Merge pull request #6214luigi11112020-03-311-0/+33
|\ \
| * | protocol: request txpool contents when syncedmoneromooo-monero2020-03-221-0/+33
| |/
* / core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero2020-03-121-30/+12
|/
* 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
|\ \ | |/ |/|