aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* core: do not use the persistent pool state for testsmoneromooo-monero2015-12-311-0/+6
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-12/+12
* tx_pool: fix "minumim" typo in messagemoneromooo-monero2015-12-131-1/+1
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-4/+55
* from hard fork 2, all outputs must be decomposedmoneromooo-monero2015-10-111-0/+6
* Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-6/+6
* Fixed binary size issue due to embedded checkpoint data.NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-6/+6
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-3/+10
* Fix loop bug when calling core::get_block_template, causing calling thread to...NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-101-0/+9
* Fixes changes to sort tx by fee per kbThomas Winget2015-05-131-11/+27
* resolved merge conflict in tx_pool.cppRiccardo Spagni2015-05-131-12/+33
|\
| * Sort txs by per-kb-fee for minersThomas Winget2015-04-301-7/+28
| * When removing 'stuck' transactions, don't ignore the first tx in the poolThomas Winget2015-04-301-5/+5
* | Keep memory pool consistent when stuck tx removedwarptangent2015-04-231-0/+1
* | Add mempool output to daemon via command and RPCwarptangent2015-04-231-0/+34
|/
* Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-021-1/+12
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-041-2/+2
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* Disable legacy fees for nowiamsmooth2014-11-111-1/+1
* Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth2014-11-091-1/+1
* per kb feesThomas Winget2014-11-061-2/+5
* Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-251-4/+5
* low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-241-5/+4
* a few more error messages moved to log level 1fluffypony2014-09-091-4/+4
* moved non-critical warnings and errors to log level 1fluffypony2014-09-091-6/+6
* Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmpRiccardo Spagni2014-08-011-79/+65
|\
| * Remove dead codeZachary Michaels2014-07-171-17/+0
| * Remove second tx size checkZachary Michaels2014-07-171-7/+0
| * Don't check max tx size when adding to blockZachary Michaels2014-07-171-8/+0
| * Don't check for min fee when adding tx to blockZachary Michaels2014-07-171-5/+0
| * Decrease max block size from 200% median to 130%Zachary Michaels2014-07-171-1/+3
| * Use print_money in logZachary Michaels2014-07-171-1/+1
| * Minimum tx fee for entering poolZachary Michaels2014-07-171-0/+8
| * Start fresh if tx_pool deserialize failsZachary Michaels2014-07-171-2/+6
| * Add transaction size limitZachary Michaels2014-07-171-0/+24
| * Use const where appropriate in tx_poolZachary Michaels2014-07-171-38/+23
* | License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|/
* set max block size for gbtmydesktop2014-06-261-0/+8
* fix function typomonero-project2014-06-241-1/+1
* Fix copy/paste bug, thx Boolberrymonero-project2014-06-241-3/+3
* proper tx_pool handling from CryptoZoidberg / BBRfluffypony2014-06-151-0/+26
* typo in tx_pool.cppmonero-project2014-05-281-1/+1
* fix typing mismatchmydesktop2014-05-271-2/+9
* dynamic tx size scaling for tx mempoolmydesktop2014-05-261-0/+11
* maximum block size 130% of medianmydesktop2014-05-261-3/+14
* temporary fix for block reward dosmydesktop2014-05-251-1/+23
* mining bug fixedthankful_for_today2014-04-201-45/+12
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-15/+47
* moved all stuff to githubAntonio Juarez2014-03-031-0/+410