index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
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: mine stem txes in fake chain mode
moneromooo-monero
2020-06-20
1
-4
/
+10
*
Fix D++ block template check
Lee Clagett
2020-06-12
1
-1
/
+1
*
Merge pull request #6478
luigi1111
2020-05-06
1
-1
/
+1
|
\
|
*
Used legacy category to match insert_key_images behavior
Lee Clagett
2020-04-24
1
-1
/
+1
*
|
txpool.cpp: rename var to fix for old g++ version (xenial default)
Sumo Gr
2020-04-29
1
-2
/
+2
|
/
*
Always reject duplicate key-images from second txid
Lee Clagett
2020-03-30
1
-10
/
+12
*
Adding Dandelion++ support to public networks:
Lee Clagett
2020-03-26
1
-30
/
+85
*
Merge pull request #6403
luigi1111
2020-04-10
1
-16
/
+7
|
\
|
*
Correct key image check in tx_pool
Lee Clagett
2020-03-14
1
-16
/
+7
*
|
Merge pull request #6336
luigi1111
2020-03-31
1
-1
/
+5
|
\
\
|
*
|
tx_pool: catch theoretical error in get_block_reward
moneromooo-monero
2020-02-12
1
-1
/
+5
|
|
/
*
|
Merge pull request #6214
luigi1111
2020-03-31
1
-0
/
+33
|
\
\
|
*
|
protocol: request txpool contents when synced
moneromooo-monero
2020-03-22
1
-0
/
+33
|
|
/
*
/
core: move the LockedTXN class out of txpool so it may be reused
moneromooo-monero
2020-03-12
1
-30
/
+12
|
/
*
Merge pull request #6052
luigi1111
2019-12-12
1
-2
/
+2
|
\
|
*
tx_pool: fix error message assuming incorrectly
moneromooo-monero
2019-10-29
1
-2
/
+2
*
|
Adding support for hidden (anonymity) txpool
Lee Clagett
2019-11-02
1
-89
/
+120
|
/
*
tx_pool: fix divide by 0 in log
moneromooo-monero
2019-10-25
1
-1
/
+1
*
Merge pull request #5981
luigi1111
2019-10-22
1
-2
/
+2
|
\
|
*
tx_pool: do not divide by 0
moneromooo-monero
2019-10-11
1
-2
/
+2
*
|
Merge pull request #5919
luigi1111
2019-10-22
1
-0
/
+53
|
\
\
|
*
|
blockchain: fill in cumulative block weight for alt blocks
moneromooo-monero
2019-10-10
1
-0
/
+53
*
|
|
Merge pull request #5962
luigi1111
2019-10-16
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tx_pool: make spent return-by-reference as intended
stoffu
2019-10-06
1
-1
/
+1
*
|
|
Merge pull request #5915
luigi1111
2019-10-08
1
-8
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
monerod can now sync from pruned blocks
moneromooo-monero
2019-09-27
1
-8
/
+17
|
|
/
*
/
Fix bug in mempool get_transaction_stats histogram calculation
Tom Smeding
2019-08-28
1
-3
/
+10
|
/
*
core: do not commit half constructed batch db txn
moneromooo-monero
2019-05-25
1
-2
/
+16
*
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
*
Avoid repeated (de)serialization when syncing
moneromooo-monero
2019-03-05
1
-2
/
+2
*
Merge pull request #4946
luigi1111
2018-12-31
1
-8
/
+15
|
\
|
*
tx_pool: add a few std::move where it can make a difference
moneromooo-monero
2018-12-05
1
-3
/
+4
|
*
cryptonote: set tx hash on newly parsed txes when known
moneromooo-monero
2018-12-05
1
-5
/
+11
*
|
move int-util.h to epee
moneromooo-monero
2018-12-04
1
-1
/
+1
|
/
*
Merge pull request #4768
Riccardo Spagni
2018-11-16
1
-3
/
+2
|
\
|
*
tx_pool: allow take_tx to work without m_txs_by_fee_and_receive_time
moneromooo-monero
2018-10-31
1
-3
/
+2
*
|
Merge pull request #4769
Riccardo Spagni
2018-11-14
1
-9
/
+21
|
\
\
|
*
|
tx_pool: speed up take_tx for transactions from blocks
moneromooo-monero
2018-11-01
1
-1
/
+12
|
*
|
tx_pool: remove unnecessary get_transaction_hash
moneromooo-monero
2018-11-01
1
-4
/
+3
|
*
|
core: avoid unnecessary tx/blob conversions
moneromooo-monero
2018-11-01
1
-5
/
+7
|
|
/
*
|
Merge pull request #4688
Riccardo Spagni
2018-11-04
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix prune using receive time as tx_weight
doy-lee
2018-10-23
1
-3
/
+3
*
|
tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool
stoffu
2018-10-18
1
-1
/
+1
|
/
*
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
|
\
[next]