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
*
Merge pull request #4389
Riccardo Spagni
2018-10-15
1
-26
/
+25
|
\
|
*
tx_pool: avoid parsing a whole tx if only the prefix is needed
moneromooo-monero
2018-10-08
1
-26
/
+25
*
|
tx_pool: store hex string instead of raw binary to tx_blob of get_transaction...
stoffu
2018-10-15
1
-1
/
+1
*
|
tx_pool: fix tx removal at startup keeping references
moneromooo-monero
2018-09-25
1
-0
/
+1
|
/
*
tx_pool: make the max tx size a consensus rule from v8
moneromooo-monero
2018-09-13
1
-1
/
+1
*
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
1
-78
/
+85
*
Merge pull request #4276
luigi1111
2018-09-04
1
-7
/
+1
|
\
|
*
tx_pool: fix infinite loop when failing to find a meta record
moneromooo-monero
2018-08-19
1
-7
/
+1
*
|
core: cache block template where possible
moneromooo-monero
2018-08-16
1
-1
/
+21
|
/
*
Merge pull request #4047
luigi1111
2018-07-19
1
-5
/
+28
|
\
|
*
tx_pool: cache check_tx_inputs results
moneromooo-monero
2018-06-24
1
-5
/
+28
*
|
Merge pull request #3716
luigi1111
2018-06-27
1
-3
/
+11
|
\
\
|
*
|
replace std::list with std::vector on some hot paths
moneromooo-monero
2018-06-26
1
-3
/
+11
|
|
/
*
|
Merge pull request #3936
luigi1111
2018-06-25
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
tx_pool: initialize bitflags padding since it gets written to storage
moneromooo-monero
2018-06-05
1
-0
/
+2
*
|
tx_pool: hold off parsing a tx blob till we actually need it
moneromooo-monero
2018-06-02
1
-11
/
+32
|
/
*
tx_pool: remove old comment from fill_block_template()
stoffu
2018-05-28
1
-4
/
+0
*
tx_pool: fix loading with colliding key images
moneromooo-monero
2018-04-11
1
-17
/
+26
*
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
|
\
[next]