index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
tx_pool.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-19
Merge pull request #6512
Alexander Blair
1
-1
/
+1
2020-07-09
tx_pool: mine stem txes in fake chain mode
moneromooo-monero
1
-1
/
+3
2020-05-06
Update copyright year to 2020
SomaticFanatic
1
-1
/
+1
2020-03-30
Always reject duplicate key-images from second txid
Lee Clagett
1
-2
/
+4
2020-03-22
protocol: request txpool contents when synced
moneromooo-monero
1
-0
/
+5
2019-11-02
Adding support for hidden (anonymity) txpool
Lee Clagett
1
-23
/
+30
2019-10-22
Merge pull request #5919
luigi1111
1
-0
/
+5
2019-10-16
Merge pull request #5962
luigi1111
1
-1
/
+1
2019-10-10
blockchain: fill in cumulative block weight for alt blocks
moneromooo-monero
1
-0
/
+5
2019-10-06
tx_pool: make spent return-by-reference as intended
stoffu
1
-1
/
+1
2019-09-27
monerod can now sync from pruned blocks
moneromooo-monero
1
-1
/
+2
2019-03-05
Update 2019 copyright
binaryFate
1
-1
/
+1
2019-03-05
Avoid repeated (de)serialization when syncing
moneromooo-monero
1
-1
/
+2
2019-02-01
cryptonote: Add const-qualifier on comparison functor
Tom Smeding
1
-1
/
+1
2018-11-16
Merge pull request #4765
Riccardo Spagni
1
-1
/
+1
2018-11-01
tx_pool: speed up take_tx for transactions from blocks
moneromooo-monero
1
-0
/
+2
2018-11-01
core: avoid unnecessary tx/blob conversions
moneromooo-monero
1
-1
/
+1
2018-10-31
tx_pool: fix comment about transaction_prefix
moneromooo-monero
1
-1
/
+1
2018-10-08
tx_pool: avoid parsing a whole tx if only the prefix is needed
moneromooo-monero
1
-6
/
+7
2018-09-11
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
1
-21
/
+25
2018-08-16
core: cache block template where possible
moneromooo-monero
1
-0
/
+9
2018-07-19
Merge pull request #4047
luigi1111
1
-1
/
+7
2018-06-26
replace std::list with std::vector on some hot paths
moneromooo-monero
1
-3
/
+3
2018-06-24
tx_pool: cache check_tx_inputs results
moneromooo-monero
1
-1
/
+7
2018-06-02
tx_pool: hold off parsing a tx blob till we actually need it
moneromooo-monero
1
-1
/
+3
2018-02-07
tx_pool: add a max pool size, settable with --max-txpool-size
moneromooo-monero
1
-2
/
+25
2018-01-26
Update 2018 copyright
xmr-eric
1
-1
/
+1
2017-11-14
Merge pull request #2615
Riccardo Spagni
1
-6
/
+16
2017-11-08
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
1
-6
/
+16
2017-11-06
track double spending in the txpool
moneromooo-monero
1
-1
/
+9
2017-09-05
json serialization for rpc-relevant monero types
Thomas Winget
1
-0
/
+23
2017-08-26
rpc: add a new RPC to get current txpool backlog (sizes and fees)
moneromooo-monero
1
-0
/
+7
2017-07-30
tx_pool: remove obsolete unused m_config_folder field
moneromooo-monero
1
-1
/
+0
2017-06-01
Speedup print_pool_stats
Howard Chu
1
-0
/
+7
2017-05-30
Merge pull request #1982
Riccardo Spagni
1
-35
/
+17
2017-05-25
Move txpool to the database
moneromooo-monero
1
-35
/
+17
2017-04-19
Add expected total reward to RPC "getblocktemplate".
assylias
1
-1
/
+2
2017-03-23
core, wallet: faster tx pool scanning
moneromooo-monero
1
-0
/
+7
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2017-02-08
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
1
-2
/
+2
2017-01-15
Merge pull request #1571
Riccardo Spagni
1
-4
/
+10
2017-01-14
fix do_not_relay not preventing relaying on a timer
moneromooo-monero
1
-4
/
+10
2017-01-13
Prioritize older transactions in the mempool
Miguel Herranz
1
-6
/
+9
2017-01-07
tx_pool: better block template filling algorithm
moneromooo-monero
1
-1
/
+2
2016-09-15
compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined
rckngOpossum
1
-0
/
+6
2016-08-28
remove original Cryptonote blockchain_storage blockchain format
moneromooo-monero
1
-19
/
+0
2016-04-06
tx_pool: fix (hopefully) save/load of kept_by_block
moneromooo-monero
1
-0
/
+2
2016-03-30
minor corrections/clarifications
Thomas Winget
1
-1
/
+1
2016-03-24
Transaction pool documentation (and some cleanup)
Thomas Winget
1
-67
/
+349
2016-01-31
Merge pull request #631
Riccardo Spagni
1
-2
/
+0
2016-01-30
tx_pool: fix serialization of new relayed data
moneromooo-monero
1
-2
/
+0
2016-01-29
tx_pool: serialize missing kept_by_block flag
moneromooo-monero
1
-1
/
+4
2016-01-29
tx_pool: do not accept txes not in a block if they timed out before
moneromooo-monero
1
-1
/
+4
2016-01-29
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
1
-2
/
+3
2015-12-31
updated copyright year
Riccardo Spagni
1
-1
/
+1
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-8
/
+8
2015-11-21
Relay transactions when they linger too long in the pool
moneromooo-monero
1
-5
/
+13
2015-05-13
Fixes changes to sort tx by fee per kb
Thomas Winget
1
-3
/
+19
2015-05-13
resolved merge conflict in tx_pool.cpp
Riccardo Spagni
1
-0
/
+7
2015-04-30
Sort txs by per-kb-fee for miners
Thomas Winget
1
-0
/
+7
2015-04-23
Add mempool output to daemon via command and RPC
warptangent
1
-0
/
+2
2015-02-02
Add compile-time support for both db implementations: in-memory and LMDB
warptangent
1
-1
/
+18
2015-01-04
Integrate BlockchainDB into cryptonote_core
Thomas Winget
1
-6
/
+3
2015-01-02
year updated in license
Riccardo Spagni
1
-1
/
+1
2014-09-25
Revert "low risk, potentially varint overflow bug patched thanks to BBR"
Riccardo Spagni
1
-2
/
+2
2014-09-24
low risk, potentially varint overflow bug patched thanks to BBR
Riccardo Spagni
1
-2
/
+2
2014-08-01
Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp
Riccardo Spagni
1
-15
/
+15
2014-07-23
License updated to BSD 3-clause
fluffypony
1
-3
/
+29
2014-07-17
Use const where appropriate in tx_pool
Zachary Michaels
1
-11
/
+11
2014-07-17
Make some tx_pool methods static
Zachary Michaels
1
-2
/
+2
2014-07-17
Make some tx_pool methods private
Zachary Michaels
1
-6
/
+6
2014-06-15
proper tx_pool handling from CryptoZoidberg / BBR
fluffypony
1
-1
/
+7
2014-05-25
0.8.8update
mydesktop
1
-2
/
+0
2014-05-03
initial [broken] update
mydesktop
1
-0
/
+3
2014-04-02
json rpc for wallet and bugfix
Antonio Juarez
1
-1
/
+1
2014-03-03
moved all stuff to github
Antonio Juarez
1
-0
/
+168