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
*
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
*
typo in tx_pool.cpp
monero-project
2014-05-28
1
-1
/
+1
*
fix typing mismatch
mydesktop
2014-05-27
1
-2
/
+9
*
dynamic tx size scaling for tx mempool
mydesktop
2014-05-26
1
-0
/
+11
*
maximum block size 130% of median
mydesktop
2014-05-26
1
-3
/
+14
*
temporary fix for block reward dos
mydesktop
2014-05-25
1
-1
/
+23
*
mining bug fixed
thankful_for_today
2014-04-20
1
-45
/
+12
*
json rpc for wallet and bugfix
Antonio Juarez
2014-04-02
1
-15
/
+47
*
moved all stuff to github
Antonio Juarez
2014-03-03
1
-0
/
+410