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: 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
|
\
|
*
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
[next]