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
*
Fix typos in various files
Dimitris Apostolou
2018-03-15
1
-2
/
+2
*
txpool: Don't bail out when blob_size == tx_size_limit
Leon Klingele
2018-02-16
1
-2
/
+2
*
Merge pull request #3210
Riccardo Spagni
2018-02-16
1
-1
/
+8
|
\
|
*
txpool: Properly bail out when outputs_amount == inputs_amount
Leon Klingele
2018-02-01
1
-1
/
+8
*
|
tx_pool: add a max pool size, settable with --max-txpool-size
moneromooo-monero
2018-02-07
1
-2
/
+80
|
/
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
Fix exceptions not finding txpool txes when relaying
moneromooo-monero
2017-12-20
1
-8
/
+31
*
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
1
-0
/
+2
*
Merge pull request #2615
Riccardo Spagni
2017-11-14
1
-21
/
+41
|
\
|
*
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
2017-11-08
1
-21
/
+41
*
|
track double spending in the txpool
moneromooo-monero
2017-11-06
1
-1
/
+47
|
/
*
Merge pull request #2452
Riccardo Spagni
2017-09-25
1
-0
/
+1
|
\
|
*
tx_pool: set the "invalid input" bit when check_tx_inputs fails
moneromooo-monero
2017-09-16
1
-0
/
+1
*
|
tx_pool: pre-init tvc.m_verifivation_failed before processing
moneromooo-monero
2017-09-25
1
-3
/
+3
*
|
tx_pool: guard against failure getting tx hash
moneromooo-monero
2017-09-25
1
-1
/
+2
*
|
tx_pool: drop invalid txes from the pool on startup
moneromooo-monero
2017-09-20
1
-3
/
+23
*
|
Merge pull request #2023
Riccardo Spagni
2017-09-18
1
-1
/
+1
|
\
\
|
*
|
Remove 1.25x multiplier from tx_pool
Nano Akron
2017-09-14
1
-1
/
+1
|
|
/
*
|
Merge pull request #2044
Riccardo Spagni
2017-09-18
1
-0
/
+59
|
\
\
|
|
/
|
/
|
|
*
json serialization for rpc-relevant monero types
Thomas Winget
2017-09-05
1
-0
/
+59
*
|
tx_pool: catch exceptions in LockedTXN dtor
moneromooo-monero
2017-09-04
1
-1
/
+1
*
|
tx_pool: wrap tx meta updates in a LockedTXN
moneromooo-monero
2017-08-29
1
-0
/
+3
|
/
*
Merge pull request #2349
Riccardo Spagni
2017-08-27
1
-2
/
+20
|
\
|
*
txpool: update db tx metadata when it changes
moneromooo
2017-08-25
1
-1
/
+15
|
*
txpool: add tx size median to the pool stats
moneromooo
2017-08-25
1
-1
/
+5
*
|
rpc: add a new RPC to get current txpool backlog (sizes and fees)
moneromooo-monero
2017-08-26
1
-0
/
+11
|
/
*
tx_pool: fix crash in stats
Howard Chu
2017-08-23
1
-1
/
+1
*
tx_pool: initialize padding in txpool meta structure
moneromooo-monero
2017-07-02
1
-0
/
+2
*
Merge pull request #2082
Riccardo Spagni
2017-06-18
1
-2
/
+1
|
\
|
*
blockchain_db: add a txpool tx getter which returns existence
moneromooo-monero
2017-06-11
1
-2
/
+1
*
|
Add histogram to poolstats
Howard Chu
2017-06-04
1
-1
/
+47
|
/
*
Merge pull request #2062
Riccardo Spagni
2017-06-01
1
-0
/
+5
|
\
|
*
tx_pool: add missing blockchain lock in add_tx
moneromooo-monero
2017-05-31
1
-0
/
+5
*
|
Speedup print_pool_stats
Howard Chu
2017-06-01
1
-0
/
+25
|
/
*
Merge pull request #1982
Riccardo Spagni
2017-05-30
1
-219
/
+349
|
\
|
*
Move txpool to the database
moneromooo-monero
2017-05-25
1
-219
/
+349
*
|
Add expected total reward to RPC "getblocktemplate".
assylias
2017-04-19
1
-1
/
+2
|
/
*
tx_pool: add blob size and fee/byte when logging a new tx
moneromooo-monero
2017-04-04
1
-1
/
+1
*
Merge pull request #1911
Riccardo Spagni
2017-03-23
1
-3
/
+19
|
\
|
*
tx_pool: ensure txes loaded from poolstate.bin have their txid cached
moneromooo-monero
2017-03-23
1
-5
/
+6
|
*
tx_pool: remove transactions if they're in the blockchain
moneromooo-monero
2017-03-23
1
-1
/
+9
|
*
core, wallet: faster tx pool scanning
moneromooo-monero
2017-03-23
1
-0
/
+7
*
|
tx_pool: silence use of uninitialized warning
moneromooo-monero
2017-03-21
1
-1
/
+1
|
/
*
tx_pool: use new filling algorithm from v5 only
moneromooo-monero
2017-03-20
1
-20
/
+30
*
Add intervening v5 fork for increased min block size
moneromooo-monero
2017-03-15
1
-14
/
+7
*
tx_pool: log separately "not ready" and "double spend" cases
moneromooo-monero
2017-03-03
1
-2
/
+8
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
tx_pool: revert template filling changes
moneromooo-monero
2017-02-20
1
-0
/
+16
*
tx_pool: add a debug message when adding a tx to the pool
moneromooo-monero
2017-02-12
1
-0
/
+1
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-2
/
+2
[next]