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
*
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
*
low risk, potentially varint overflow bug patched thanks to BBR
Riccardo Spagni
2014-09-24
1
-5
/
+4
*
a few more error messages moved to log level 1
fluffypony
2014-09-09
1
-4
/
+4
*
moved non-critical warnings and errors to log level 1
fluffypony
2014-09-09
1
-6
/
+6
*
Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp
Riccardo Spagni
2014-08-01
1
-79
/
+65
|
\
|
*
Remove dead code
Zachary Michaels
2014-07-17
1
-17
/
+0
|
*
Remove second tx size check
Zachary Michaels
2014-07-17
1
-7
/
+0
|
*
Don't check max tx size when adding to block
Zachary Michaels
2014-07-17
1
-8
/
+0
|
*
Don't check for min fee when adding tx to block
Zachary Michaels
2014-07-17
1
-5
/
+0
|
*
Decrease max block size from 200% median to 130%
Zachary Michaels
2014-07-17
1
-1
/
+3
|
*
Use print_money in log
Zachary Michaels
2014-07-17
1
-1
/
+1
|
*
Minimum tx fee for entering pool
Zachary Michaels
2014-07-17
1
-0
/
+8
|
*
Start fresh if tx_pool deserialize fails
Zachary Michaels
2014-07-17
1
-2
/
+6
|
*
Add transaction size limit
Zachary Michaels
2014-07-17
1
-0
/
+24
|
*
Use const where appropriate in tx_pool
Zachary Michaels
2014-07-17
1
-38
/
+23
*
|
License updated to BSD 3-clause
fluffypony
2014-07-23
1
-3
/
+29
|
/
*
set max block size for gbt
mydesktop
2014-06-26
1
-0
/
+8
*
fix function typo
monero-project
2014-06-24
1
-1
/
+1
*
Fix copy/paste bug, thx Boolberry
monero-project
2014-06-24
1
-3
/
+3
*
proper tx_pool handling from CryptoZoidberg / BBR
fluffypony
2014-06-15
1
-0
/
+26
[next]