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
/
blockchain_db
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
8
-8
/
+8
*
Merge pull request #1727
Riccardo Spagni
2017-02-21
4
-36
/
+90
|
\
|
*
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
2017-02-13
4
-36
/
+90
*
|
Merge pull request #1724
Riccardo Spagni
2017-02-21
3
-3
/
+10
|
\
\
|
*
|
blockchain_db: do not throw on expected partial results getting keys
moneromooo-monero
2017-02-13
3
-3
/
+10
|
|
/
*
|
Handle map resizes from other processes
Howard Chu
2017-02-18
1
-9
/
+52
*
|
Can't cache num_txs or num_outputs either
Howard Chu
2017-02-18
2
-34
/
+34
*
|
Add a few read txns to streamline
Howard Chu
2017-02-18
2
-3
/
+7
|
/
*
db_lmdb: fix bad height saved in tx data
moneromooo-monero
2017-02-11
2
-6
/
+7
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
5
-6
/
+7
*
Update and use blockchain data files defines
Miguel Herranz
2017-01-28
1
-4
/
+5
*
Tweak some msg loglevels
Howard Chu
2017-01-16
1
-11
/
+13
*
Fix PR#1506, off by one in chain height
Howard Chu
2017-01-16
1
-3
/
+2
*
Change logging to easylogging++
moneromooo-monero
2017-01-16
2
-17
/
+24
*
Merge pull request #1506
Riccardo Spagni
2017-01-15
5
-24
/
+49
|
\
|
*
Check for correct thread before ending batch transaction
Howard Chu
2017-01-15
1
-0
/
+7
|
*
Don't cache block height, always get from DB
Howard Chu
2017-01-14
2
-14
/
+29
|
*
Use batch transactions when syncing
Howard Chu
2017-01-14
5
-10
/
+13
*
|
Merge pull request #1538
Riccardo Spagni
2017-01-13
1
-1
/
+0
|
\
\
|
*
|
Remove berkeley from blockchain_db_types
Miguel Herranz
2017-01-10
1
-1
/
+0
|
|
/
*
/
blockchain: allow marking "tx not found" without an exception
moneromooo-monero
2017-01-07
3
-3
/
+27
|
/
*
db_lmdb: add info in an error message when we can't get an output
moneromooo-monero
2016-12-01
1
-1
/
+1
*
db_lmdb: guard against going out of sync on unexpected db results
moneromooo-monero
2016-12-01
1
-1
/
+1
*
db_lmdb: minor pedantic tweaks
moneromooo-monero
2016-12-01
1
-8
/
+8
*
db_lmdb: set same packing format for output_data_t and pre_rct_output_data_t
moneromooo-monero
2016-12-01
1
-0
/
+3
*
wallet: select part of the fake outs from recent outputs
moneromooo-monero
2016-10-15
3
-12
/
+30
*
Merge pull request #1139
Riccardo Spagni
2016-10-04
1
-2
/
+2
|
\
|
*
Dropped "bit" from bitmonero.
Randi Joseph
2016-09-26
1
-2
/
+2
*
|
Merge pull request #1128
Riccardo Spagni
2016-09-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
db_lmdb: do not error if dropping a non existent hard fork table
moneromooo-monero
2016-09-24
1
-1
/
+1
*
|
Fix minor typo in "need resize" message.
Myagui
2016-09-21
1
-2
/
+2
|
/
*
cmake: transitive deps and remove deprecated LINK_*
redfish
2016-09-18
1
-8
/
+2
*
core: faster find_blockchain_supplement
moneromooo-monero
2016-08-31
5
-5
/
+16
*
db_lmdb: fix reorg with "halfway rct" coinbase outputs
moneromooo-monero
2016-08-29
1
-1
/
+3
*
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
1
-2
/
+17
*
move the rct commitments to the output_amounts database
moneromooo-monero
2016-08-28
6
-167
/
+60
*
add rct to the protocol
moneromooo-monero
2016-08-28
2
-0
/
+4
*
db_lmdb: update reset for recent db changes
moneromooo-monero
2016-08-28
1
-0
/
+10
*
blockchain_db: add functions for adding/removing/getting rct commitments
moneromooo-monero
2016-08-28
3
-0
/
+153
*
db_lmdb: do not try to modify the database in read only mode
moneromooo-monero
2016-08-26
1
-4
/
+12
*
Merge pull request #948
Riccardo Spagni
2016-08-11
3
-9
/
+28
|
\
|
*
new unlocked parameter to output_histogram
moneromooo-monero
2016-08-01
3
-9
/
+28
*
|
db_lmdb: errors dropping hf starting height db on reset are not fatal
moneromooo-monero
2016-08-10
1
-2
/
+1
|
/
*
db_lmdb: add some missing api call checks
moneromooo-monero
2016-07-26
1
-14
/
+31
*
remove hf_starting_height db
moneromooo-monero
2016-07-13
5
-127
/
+2
*
Merge branch 'performance' of https://github.com/LMDB/bitmonero
Riccardo Spagni
2016-04-29
4
-760
/
+1209
|
\
|
*
Another take on migration
Howard Chu
2016-04-24
2
-580
/
+104
|
*
Migration
Howard Chu
2016-04-08
2
-5
/
+1049
|
*
Merge branch 'performance' into master
Howard Chu
2016-04-05
4
-746
/
+627
|
|
\
|
|
*
Cleanup
Howard Chu
2016-04-05
3
-24
/
+65
[next]