index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
tx_pool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prioritize older transactions in the mempool
Miguel Herranz
2017-01-13
1
-15
/
+17
*
Merge pull request #1534
Riccardo Spagni
2017-01-08
1
-15
/
+30
|
\
|
*
tx_pool: better block template filling algorithm
moneromooo-monero
2017-01-07
1
-15
/
+30
*
|
tx_pool: fix uninitialized "last failed" fields
moneromooo-monero
2016-12-24
1
-0
/
+2
|
/
*
Fix a few minor typos
Pierre Boyer
2016-12-04
1
-1
/
+1
*
core: dynamic fee algorithm from ArticMine
moneromooo-monero
2016-10-31
1
-5
/
+1
*
daemon: report transaction relay status in print_pool* commands
moneromooo-monero
2016-10-23
1
-0
/
+2
*
tx_pool: set relayed flag on relay
moneromooo-monero
2016-10-22
1
-0
/
+3
*
Add performance timers for ringct tx verification
moneromooo-monero
2016-10-10
1
-0
/
+2
*
Brackets to prevent premature return
NanoAkron
2016-10-04
1
-0
/
+2
*
Moved logging to target functions rather than caller
NanoAkron
2016-10-03
1
-4
/
+13
*
core: allow v1 txes after HF 5 when sweeping unmixable outputs
moneromooo-monero
2016-08-28
1
-15
/
+0
*
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
1
-5
/
+5
*
core: add some locking around pool use
moneromooo-monero
2016-08-28
1
-0
/
+1
*
tx_pool: log why a transaction was rejected for version checks
moneromooo-monero
2016-08-28
1
-0
/
+3
*
change fork settings to allow pre-rct txes for one more fork cycle
moneromooo-monero
2016-08-28
1
-2
/
+7
*
Condition v2 txes on v3 hard fork
moneromooo-monero
2016-08-28
1
-1
/
+3
*
add rct to the protocol
moneromooo-monero
2016-08-28
1
-16
/
+38
*
remove original Cryptonote blockchain_storage blockchain format
moneromooo-monero
2016-08-28
1
-19
/
+0
*
tx_pool: ensure no txes that fail check_inputs get in the block template
moneromooo-monero
2016-04-05
1
-1
/
+1
*
Merge pull request #767
Riccardo Spagni
2016-04-02
1
-3
/
+15
|
\
|
*
Convey tx verification failure reasons to the RPC client
moneromooo-monero
2016-03-27
1
-3
/
+15
*
|
minor corrections/clarifications
Thomas Winget
2016-03-30
1
-3
/
+5
*
|
Transaction pool documentation (and some cleanup)
Thomas Winget
2016-03-24
1
-7
/
+23
|
/
*
tx_pool: do not accept txes not in a block if they timed out before
moneromooo-monero
2016-01-29
1
-1
/
+10
*
tx_pool: fix use of invalidated iterator
moneromooo-monero
2016-01-29
1
-1
/
+2
*
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
2016-01-29
1
-15
/
+35
*
core: do not use the persistent pool state for tests
moneromooo-monero
2015-12-31
1
-0
/
+6
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-12
/
+12
*
tx_pool: fix "minumim" typo in message
moneromooo-monero
2015-12-13
1
-1
/
+1
*
Relay transactions when they linger too long in the pool
moneromooo-monero
2015-11-21
1
-4
/
+55
*
from hard fork 2, all outputs must be decomposed
moneromooo-monero
2015-10-11
1
-0
/
+6
*
Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-6
/
+6
*
Fixed binary size issue due to embedded checkpoint data.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-6
/
+6
*
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-3
/
+10
*
Fix loop bug when calling core::get_block_template, causing calling thread to...
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-10
1
-0
/
+9
*
Fixes changes to sort tx by fee per kb
Thomas Winget
2015-05-13
1
-11
/
+27
*
resolved merge conflict in tx_pool.cpp
Riccardo Spagni
2015-05-13
1
-12
/
+33
|
\
|
*
Sort txs by per-kb-fee for miners
Thomas Winget
2015-04-30
1
-7
/
+28
|
*
When removing 'stuck' transactions, don't ignore the first tx in the pool
Thomas Winget
2015-04-30
1
-5
/
+5
*
|
Keep memory pool consistent when stuck tx removed
warptangent
2015-04-23
1
-0
/
+1
*
|
Add mempool output to daemon via command and RPC
warptangent
2015-04-23
1
-0
/
+34
|
/
*
Add compile-time support for both db implementations: in-memory and LMDB
warptangent
2015-02-02
1
-1
/
+12
*
Integrate BlockchainDB into cryptonote_core
Thomas Winget
2015-01-04
1
-2
/
+2
*
year updated in license
Riccardo Spagni
2015-01-02
1
-1
/
+1
*
Disable legacy fees for now
iamsmooth
2014-11-11
1
-1
/
+1
*
Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...
iamsmooth
2014-11-09
1
-1
/
+1
*
per kb fees
Thomas Winget
2014-11-06
1
-2
/
+5
*
Revert "low risk, potentially varint overflow bug patched thanks to BBR"
Riccardo Spagni
2014-09-25
1
-4
/
+5
[next]