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