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
*
Remove unused variables in monero codebase
Kevin Barbour
2021-02-09
1
-2
/
+0
*
Merge pull request #7025
Alexander Blair
2020-12-01
1
-2
/
+2
|
\
|
*
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
Lee Clagett
2020-11-17
1
-2
/
+2
*
|
Fix timeout checks for forwarded and Dandelion++ stem txes
Lee Clagett
2020-11-15
1
-5
/
+36
|
/
*
tx_pool: silence spammy harmless warning till we fix the bug
moneromooo-monero
2020-10-12
1
-1
/
+4
*
Avoid some temporary strings when reading off the database
moneromooo-monero
2020-08-17
1
-13
/
+13
*
Merge pull request #6354
Alexander Blair
2020-08-09
1
-10
/
+48
|
\
|
*
Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
Lee Clagett
2020-05-15
1
-10
/
+48
*
|
Merge pull request #6512
Alexander Blair
2020-07-19
1
-1
/
+1
|
\
\
|
*
|
Update copyright year to 2020
SomaticFanatic
2020-05-06
1
-1
/
+1
*
|
|
tx_pool: mine stem txes in fake chain mode
moneromooo-monero
2020-07-09
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
|
|
/
[next]