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
/
blockchain_db
/
blockchain_db.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
2018-06-29
1
-0
/
+14
|
|
/
*
/
tx_pool: initialize bitflags padding since it gets written to storage
moneromooo-monero
2018-06-05
1
-0
/
+1
|
/
*
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2018-05-23
1
-3
/
+33
*
speed up get_output_distribution (and precalc common case)
moneromooo-monero
2018-05-21
1
-0
/
+2
*
speedup get_output_histogram for all amounts when min_count > 0
moneromooo-monero
2018-04-23
1
-1
/
+2
*
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
2018-03-16
1
-1
/
+3
*
blockchain_db: initialize m_open in base class ctor
moneromooo-monero
2018-02-02
1
-0
/
+5
*
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
-2
/
+3
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-1
/
+1
*
Merge pull request #2615
Riccardo Spagni
2017-11-14
1
-2
/
+2
|
\
|
*
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
2017-11-08
1
-2
/
+2
*
|
track double spending in the txpool
moneromooo-monero
2017-11-06
1
-1
/
+2
|
/
*
Use actual batch size for resize estimates
Howard Chu
2017-09-17
1
-1
/
+1
*
move db specific options to BlockchainDB
moneromooo-monero
2017-08-29
1
-0
/
+11
*
Toggle SAFE syncmode on and off automatically
Howard Chu
2017-08-20
1
-0
/
+7
*
DB cleanup
Howard Chu
2017-08-19
1
-0
/
+7
*
blockchain_db: add a txpool tx getter which returns existence
moneromooo-monero
2017-06-11
1
-0
/
+10
*
Don't copy blockchain for coinbase_tx_sum
Howard Chu
2017-06-01
1
-4
/
+6
*
Move txpool to the database
moneromooo-monero
2017-05-25
1
-0
/
+86
*
fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...
kenshi84
2017-03-10
1
-5
/
+5
*
core: move hardfork back to cryptonote_core
moneromooo-monero
2017-02-25
1
-1
/
+1
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
Merge pull request #1727
Riccardo Spagni
2017-02-21
1
-8
/
+42
|
\
|
*
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
2017-02-13
1
-8
/
+42
*
|
blockchain_db: do not throw on expected partial results getting keys
moneromooo-monero
2017-02-13
1
-1
/
+1
|
/
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-3
/
+3
*
Merge pull request #1506
Riccardo Spagni
2017-01-15
1
-4
/
+5
|
\
|
*
Use batch transactions when syncing
Howard Chu
2017-01-14
1
-4
/
+5
*
|
blockchain: allow marking "tx not found" without an exception
moneromooo-monero
2017-01-07
1
-0
/
+14
|
/
*
wallet: select part of the fake outs from recent outputs
moneromooo-monero
2016-10-15
1
-1
/
+2
*
core: faster find_blockchain_supplement
moneromooo-monero
2016-08-31
1
-1
/
+2
*
move the rct commitments to the output_amounts database
moneromooo-monero
2016-08-28
1
-34
/
+3
*
blockchain_db: add functions for adding/removing/getting rct commitments
moneromooo-monero
2016-08-28
1
-0
/
+33
*
new unlocked parameter to output_histogram
moneromooo-monero
2016-08-01
1
-3
/
+4
*
remove hf_starting_height db
moneromooo-monero
2016-07-13
1
-21
/
+0
*
Another take on migration
Howard Chu
2016-04-24
1
-12
/
+12
*
Merge branch 'performance' into master
Howard Chu
2016-04-05
1
-30
/
+64
|
\
|
*
Cleanup
Howard Chu
2016-04-05
1
-3
/
+0
|
*
Cleanup and clarify
Howard Chu
2016-04-05
1
-24
/
+34
|
*
Schema update: tx_indices - consolidate the tx subdbs from 5 to 3
warptangent
2016-04-05
1
-0
/
+9
|
*
Schema update: tx_indices - yet less indirection
warptangent
2016-04-05
1
-2
/
+2
|
*
Schema update: tx_indices - improve further with less indirection
warptangent
2016-04-05
1
-2
/
+3
|
*
Update schema for "tx_outputs" to use array containing amount output indices
warptangent
2016-04-05
1
-4
/
+20
*
|
New RPC and daemon command to get output histogram
moneromooo-monero
2016-03-26
1
-0
/
+9
*
|
Merge pull request #749
Riccardo Spagni
2016-03-25
1
-155
/
+937
*
|
Revert "Merge pull request #749"
Riccardo Spagni
2016-03-25
1
-937
/
+155
*
|
Update BlockchainDB documentation
Thomas Winget
2016-03-24
1
-155
/
+937
*
|
Revert "Print stack trace upon exceptions"
moneromooo-monero
2016-03-21
1
-2
/
+1
*
|
Print stack trace upon exceptions
moneromooo-monero
2016-03-19
1
-1
/
+2
|
/
[prev]
[next]