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
/
berkeleydb
/
db_bdb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed Berkeley DB and db switching logic
Jesus Ramirez
2019-09-16
1
-452
/
+0
*
testdb: add override keyword where missing
stoffu
2019-04-17
1
-1
/
+0
*
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
*
blockchain_db: remove a couple unused functions
moneromooo-monero
2018-12-05
1
-18
/
+0
*
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
1
-3
/
+3
*
blockchain_db: remove unused get_output_key variant
moneromooo-monero
2018-07-30
1
-1
/
+1
*
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
2018-06-29
1
-0
/
+2
*
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2018-05-23
1
-2
/
+2
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-1
/
+1
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
Use batch transactions when syncing
Howard Chu
2017-01-14
1
-1
/
+1
*
core: faster find_blockchain_supplement
moneromooo-monero
2016-08-31
1
-1
/
+1
*
move the rct commitments to the output_amounts database
moneromooo-monero
2016-08-28
1
-1
/
+1
*
remove hf_starting_height db
moneromooo-monero
2016-07-13
1
-2
/
+0
*
New RPC and daemon command to get output histogram
moneromooo-monero
2016-03-26
1
-0
/
+9
*
Use boost::thread instead of std::thread
Howard Chu
2016-03-11
1
-4
/
+4
*
Merge pull request #686
Riccardo Spagni
2016-02-29
1
-1
/
+1
|
\
|
*
read txn/cursor stuff
Howard Chu
2016-02-23
1
-1
/
+1
*
|
db_bdb: add missing include for std::condition_variable
moneromooo-monero
2016-02-20
1
-0
/
+1
|
/
*
BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove
warptangent
2016-02-08
1
-0
/
+4
*
blockchain_import: Add --drop-hard-fork command
warptangent
2016-02-08
1
-0
/
+1
*
Fix hf when import with verify off
Howard Chu
2016-01-15
1
-0
/
+1
*
fixed copyrights with bad year references
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
BlockchainDB: skip fixup check if read-only database
warptangent
2015-12-26
1
-0
/
+3
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-14
/
+14
*
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
2015-12-06
1
-0
/
+4
*
blockchain_db: make the indexing base a BlockchainDB virtual function
moneromooo-monero
2015-12-05
1
-0
/
+2
*
Remove some old/obsolete/unused code
moneromooo-monero
2015-10-27
1
-12
/
+0
*
db_bdb: add versioning, to detect incompatible format changes
moneromooo-monero
2015-10-26
1
-0
/
+2
*
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
2015-10-25
1
-0
/
+5
*
hardfork: most state now saved to the DB
moneromooo-monero
2015-09-20
1
-0
/
+10
*
blockchain: always select random outs using triangular distribution
moneromooo-monero
2015-08-09
1
-2
/
+0
*
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-10
/
+162
*
Experimental BDB workaround optimizations
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-0
/
+3
*
Optionally allow DB to know expected number of blocks at batch transaction start
warptangent
2015-07-11
1
-1
/
+1
*
blockchain_db: add a few const
moneromooo-monero
2015-05-27
1
-1
/
+1
*
Steps toward multiple dbs available -- working
Thomas Winget
2015-03-25
1
-3
/
+0
*
BerkeleyDB implementation of BlockchainDB seems to be working!
Thomas Winget
2015-03-17
1
-2
/
+4
*
BerkeleyDB Blockchain building, not working yet
Thomas Winget
2015-03-16
1
-2
/
+4
*
BerkeleyDB BlockchainDB impl copy/paste/modify
Thomas Winget
2015-03-16
1
-3
/
+77
*
Initial commit of BDB BlockchainDB implementation
Thomas Winget
2015-03-16
1
-0
/
+213