aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Consider empty block when filling with TXsAlexis Enston2017-01-251-1/+5
* | Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-4/+4
|/
* Change logging to easylogging++moneromooo-monero2017-01-161-0/+3
* Merge pull request #1571Riccardo Spagni2017-01-151-6/+10
|\
| * fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-6/+10
* | Prioritize older transactions in the mempoolMiguel Herranz2017-01-131-15/+17
|/
* Merge pull request #1534Riccardo Spagni2017-01-081-15/+30
|\
| * tx_pool: better block template filling algorithmmoneromooo-monero2017-01-071-15/+30
* | tx_pool: fix uninitialized "last failed" fieldsmoneromooo-monero2016-12-241-0/+2
|/
* Fix a few minor typosPierre Boyer2016-12-041-1/+1
* core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-311-5/+1
* daemon: report transaction relay status in print_pool* commandsmoneromooo-monero2016-10-231-0/+2
* tx_pool: set relayed flag on relaymoneromooo-monero2016-10-221-0/+3
* Add performance timers for ringct tx verificationmoneromooo-monero2016-10-101-0/+2
* Brackets to prevent premature returnNanoAkron2016-10-041-0/+2
* Moved logging to target functions rather than callerNanoAkron2016-10-031-4/+13
* core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero2016-08-281-15/+0
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-5/+5
* core: add some locking around pool usemoneromooo-monero2016-08-281-0/+1
* tx_pool: log why a transaction was rejected for version checksmoneromooo-monero2016-08-281-0/+3
* change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-281-2/+7
* Condition v2 txes on v3 hard forkmoneromooo-monero2016-08-281-1/+3
* add rct to the protocolmoneromooo-monero2016-08-281-16/+38
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-19/+0
* tx_pool: ensure no txes that fail check_inputs get in the block templatemoneromooo-monero2016-04-051-1/+1
* Merge pull request #767Riccardo Spagni2016-04-021-3/+15
|\
| * Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-3/+15
* | minor corrections/clarificationsThomas Winget2016-03-301-3/+5
* | Transaction pool documentation (and some cleanup)Thomas Winget2016-03-241-7/+23
|/
* tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero2016-01-291-1/+10
* tx_pool: fix use of invalidated iteratormoneromooo-monero2016-01-291-1/+2
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-15/+35
* 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