aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
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