aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * txpool: update db tx metadata when it changesmoneromooo2017-08-251-1/+15
| * txpool: add tx size median to the pool statsmoneromooo2017-08-251-1/+5
* | rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero2017-08-261-0/+11
|/
* tx_pool: fix crash in statsHoward Chu2017-08-231-1/+1
* tx_pool: initialize padding in txpool meta structuremoneromooo-monero2017-07-021-0/+2
* Merge pull request #2082Riccardo Spagni2017-06-181-2/+1
|\
| * blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero2017-06-111-2/+1
* | Add histogram to poolstatsHoward Chu2017-06-041-1/+47
|/
* Merge pull request #2062Riccardo Spagni2017-06-011-0/+5
|\
| * tx_pool: add missing blockchain lock in add_txmoneromooo-monero2017-05-311-0/+5
* | Speedup print_pool_statsHoward Chu2017-06-011-0/+25
|/
* Merge pull request #1982Riccardo Spagni2017-05-301-219/+349
|\
| * Move txpool to the databasemoneromooo-monero2017-05-251-219/+349
* | Add expected total reward to RPC "getblocktemplate".assylias2017-04-191-1/+2
|/
* tx_pool: add blob size and fee/byte when logging a new txmoneromooo-monero2017-04-041-1/+1
* Merge pull request #1911Riccardo Spagni2017-03-231-3/+19
|\
| * tx_pool: ensure txes loaded from poolstate.bin have their txid cachedmoneromooo-monero2017-03-231-5/+6
| * tx_pool: remove transactions if they're in the blockchainmoneromooo-monero2017-03-231-1/+9
| * core, wallet: faster tx pool scanningmoneromooo-monero2017-03-231-0/+7
* | tx_pool: silence use of uninitialized warningmoneromooo-monero2017-03-211-1/+1
|/
* tx_pool: use new filling algorithm from v5 onlymoneromooo-monero2017-03-201-20/+30
* Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-151-14/+7
* tx_pool: log separately "not ready" and "double spend" casesmoneromooo-monero2017-03-031-2/+8
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* tx_pool: revert template filling changesmoneromooo-monero2017-02-201-0/+16
* tx_pool: add a debug message when adding a tx to the poolmoneromooo-monero2017-02-121-0/+1