aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-28tx_pool: remove old comment from fill_block_template()stoffu1-4/+0
2018-04-11tx_pool: fix loading with colliding key imagesmoneromooo-monero1-17/+26
2018-03-15Fix typos in various filesDimitris Apostolou1-2/+2
2018-02-16txpool: Don't bail out when blob_size == tx_size_limitLeon Klingele1-2/+2
2018-02-16Merge pull request #3210Riccardo Spagni1-1/+8
2018-02-07tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero1-2/+80
2018-02-01txpool: Properly bail out when outputs_amount == inputs_amountLeon Klingele1-1/+8
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-20Fix exceptions not finding txpool txes when relayingmoneromooo-monero1-8/+31
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+2
2017-11-14Merge pull request #2615Riccardo Spagni1-21/+41
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-21/+41
2017-11-06track double spending in the txpoolmoneromooo-monero1-1/+47
2017-09-25Merge pull request #2452Riccardo Spagni1-0/+1
2017-09-25tx_pool: pre-init tvc.m_verifivation_failed before processingmoneromooo-monero1-3/+3
2017-09-25tx_pool: guard against failure getting tx hashmoneromooo-monero1-1/+2
2017-09-20tx_pool: drop invalid txes from the pool on startupmoneromooo-monero1-3/+23
2017-09-18Merge pull request #2023Riccardo Spagni1-1/+1
2017-09-18Merge pull request #2044Riccardo Spagni1-0/+59
2017-09-16tx_pool: set the "invalid input" bit when check_tx_inputs failsmoneromooo-monero1-0/+1
2017-09-14Remove 1.25x multiplier from tx_poolNano Akron1-1/+1
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+59
2017-09-04tx_pool: catch exceptions in LockedTXN dtormoneromooo-monero1-1/+1
2017-08-29tx_pool: wrap tx meta updates in a LockedTXNmoneromooo-monero1-0/+3
2017-08-27Merge pull request #2349Riccardo Spagni1-2/+20
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero1-0/+11
2017-08-25txpool: update db tx metadata when it changesmoneromooo1-1/+15
2017-08-25txpool: add tx size median to the pool statsmoneromooo1-1/+5
2017-08-23tx_pool: fix crash in statsHoward Chu1-1/+1
2017-07-02tx_pool: initialize padding in txpool meta structuremoneromooo-monero1-0/+2
2017-06-18Merge pull request #2082Riccardo Spagni1-2/+1
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero1-2/+1
2017-06-04Add histogram to poolstatsHoward Chu1-1/+47
2017-06-01Merge pull request #2062Riccardo Spagni1-0/+5
2017-06-01Speedup print_pool_statsHoward Chu1-0/+25
2017-05-31tx_pool: add missing blockchain lock in add_txmoneromooo-monero1-0/+5
2017-05-30Merge pull request #1982Riccardo Spagni1-219/+349
2017-05-25Move txpool to the databasemoneromooo-monero1-219/+349
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-1/+2
2017-04-04tx_pool: add blob size and fee/byte when logging a new txmoneromooo-monero1-1/+1
2017-03-23Merge pull request #1911Riccardo Spagni1-3/+19
2017-03-23tx_pool: ensure txes loaded from poolstate.bin have their txid cachedmoneromooo-monero1-5/+6
2017-03-23tx_pool: remove transactions if they're in the blockchainmoneromooo-monero1-1/+9
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-0/+7
2017-03-21tx_pool: silence use of uninitialized warningmoneromooo-monero1-1/+1
2017-03-20tx_pool: use new filling algorithm from v5 onlymoneromooo-monero1-20/+30
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-14/+7
2017-03-03tx_pool: log separately "not ready" and "double spend" casesmoneromooo-monero1-2/+8
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-20tx_pool: revert template filling changesmoneromooo-monero1-0/+16
2017-02-12tx_pool: add a debug message when adding a tx to the poolmoneromooo-monero1-0/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-02-02Merge pull request #1631Riccardo Spagni1-4/+8
2017-01-25Blockfill - Sort tx pool correctlyAlexis Enston1-2/+2
2017-01-25Blockfill - Take TX fees into account properlyAlexis Enston1-1/+1
2017-01-25Consider empty block when filling with TXsAlexis Enston1-1/+5
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-4/+4
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+3
2017-01-15Merge pull request #1571Riccardo Spagni1-6/+10
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-6/+10
2017-01-13Prioritize older transactions in the mempoolMiguel Herranz1-15/+17
2017-01-08Merge pull request #1534Riccardo Spagni1-15/+30
2017-01-07tx_pool: better block template filling algorithmmoneromooo-monero1-15/+30
2016-12-24tx_pool: fix uninitialized "last failed" fieldsmoneromooo-monero1-0/+2
2016-12-04Fix a few minor typosPierre Boyer1-1/+1
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero1-5/+1
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero1-0/+2
2016-10-22tx_pool: set relayed flag on relaymoneromooo-monero1-0/+3
2016-10-10Add performance timers for ringct tx verificationmoneromooo-monero1-0/+2
2016-10-04Brackets to prevent premature returnNanoAkron1-0/+2
2016-10-03Moved logging to target functions rather than callerNanoAkron1-4/+13
2016-08-28core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero1-15/+0
2016-08-28rct: rework the verification preparation processmoneromooo-monero1-5/+5
2016-08-28core: add some locking around pool usemoneromooo-monero1-0/+1
2016-08-28tx_pool: log why a transaction was rejected for version checksmoneromooo-monero1-0/+3
2016-08-28change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero1-2/+7
2016-08-28Condition v2 txes on v3 hard forkmoneromooo-monero1-1/+3
2016-08-28add rct to the protocolmoneromooo-monero1-16/+38
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-19/+0
2016-04-05tx_pool: ensure no txes that fail check_inputs get in the block templatemoneromooo-monero1-1/+1
2016-04-02Merge pull request #767Riccardo Spagni1-3/+15
2016-03-30minor corrections/clarificationsThomas Winget1-3/+5
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-3/+15
2016-03-24Transaction pool documentation (and some cleanup)Thomas Winget1-7/+23
2016-01-29tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero1-1/+10
2016-01-29tx_pool: fix use of invalidated iteratormoneromooo-monero1-1/+2
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-15/+35
2015-12-31core: do not use the persistent pool state for testsmoneromooo-monero1-0/+6
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-12/+12
2015-12-13tx_pool: fix "minumim" typo in messagemoneromooo-monero1-1/+1
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-4/+55
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-0/+6
2015-07-15Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+6
2015-07-15Fixed binary size issue due to embedded checkpoint data.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+6
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-3/+10
2015-07-10Fix loop bug when calling core::get_block_template, causing calling thread to...NoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+9
2015-05-13Fixes changes to sort tx by fee per kbThomas Winget1-11/+27
2015-05-13resolved merge conflict in tx_pool.cppRiccardo Spagni1-12/+33
2015-04-30Sort txs by per-kb-fee for minersThomas Winget1-7/+28
2015-04-30When removing 'stuck' transactions, don't ignore the first tx in the poolThomas Winget1-5/+5
2015-04-23Keep memory pool consistent when stuck tx removedwarptangent1-0/+1
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-0/+34
2015-02-02Add compile-time support for both db implementations: in-memory and LMDBwarptangent1-1/+12
2015-01-04Integrate BlockchainDB into cryptonote_coreThomas Winget1-2/+2
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-11-11Disable legacy fees for nowiamsmooth1-1/+1
2014-11-09Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth1-1/+1
2014-11-06per kb feesThomas Winget1-2/+5
2014-09-25Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni1-4/+5
2014-09-24low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni1-5/+4
2014-09-09a few more error messages moved to log level 1fluffypony1-4/+4
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-6/+6
2014-08-01Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmpRiccardo Spagni1-79/+65
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-17Remove dead codeZachary Michaels1-17/+0
2014-07-17Remove second tx size checkZachary Michaels1-7/+0
2014-07-17Don't check max tx size when adding to blockZachary Michaels1-8/+0
2014-07-17Don't check for min fee when adding tx to blockZachary Michaels1-5/+0
2014-07-17Decrease max block size from 200% median to 130%Zachary Michaels1-1/+3
2014-07-17Use print_money in logZachary Michaels1-1/+1
2014-07-17Minimum tx fee for entering poolZachary Michaels1-0/+8
2014-07-17Start fresh if tx_pool deserialize failsZachary Michaels1-2/+6
2014-07-17Add transaction size limitZachary Michaels1-0/+24
2014-07-17Use const where appropriate in tx_poolZachary Michaels1-38/+23
2014-06-26set max block size for gbtmydesktop1-0/+8
2014-06-24fix function typomonero-project1-1/+1
2014-06-24Fix copy/paste bug, thx Boolberrymonero-project1-3/+3
2014-06-15proper tx_pool handling from CryptoZoidberg / BBRfluffypony1-0/+26
2014-05-28typo in tx_pool.cppmonero-project1-1/+1
2014-05-27fix typing mismatchmydesktop1-2/+9
2014-05-26dynamic tx size scaling for tx mempoolmydesktop1-0/+11
2014-05-26maximum block size 130% of medianmydesktop1-3/+14
2014-05-25temporary fix for block reward dosmydesktop1-1/+23
2014-04-20mining bug fixedthankful_for_today1-45/+12
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-15/+47
2014-03-03moved all stuff to githubAntonio Juarez1-0/+410