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
/
blockchain_db.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preserve commitment format inside transactions
Luke Parker
2022-04-21
1
-8
/
+1
*
Merge pull request #8197
luigi1111
2022-04-06
1
-1
/
+1
|
\
|
*
Copyright: Update to 2022
mj-xmr
2022-03-04
1
-1
/
+1
*
|
store outPk/8 in the tx for speed
moneromooo-monero
2022-04-05
1
-1
/
+8
|
/
*
blockchain_db: harden code against invalid input types
moneromooo-monero
2021-03-24
1
-9
/
+2
*
Remove copies from foreach loops (thanks to Clang)
Lee Clagett
2021-01-28
1
-1
/
+1
*
Avoid some temporary strings when reading off the database
moneromooo-monero
2020-08-17
1
-3
/
+4
*
Merge pull request #6354
Alexander Blair
2020-08-09
1
-11
/
+32
|
\
|
*
Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
Lee Clagett
2020-05-15
1
-11
/
+32
*
|
Update copyright year to 2020
SomaticFanatic
2020-05-06
1
-1
/
+1
|
/
*
Adding Dandelion++ support to public networks:
Lee Clagett
2020-03-26
1
-3
/
+23
*
Change to Tx diffusion (Dandelion++ fluff) instead of flooding
Lee Clagett
2019-11-04
1
-3
/
+3
*
Adding support for hidden (anonymity) txpool
Lee Clagett
2019-11-02
1
-0
/
+84
*
Removed Berkeley DB and db switching logic
Jesus Ramirez
2019-09-16
1
-50
/
+2
*
blockchain_db: fix db txn ending too early
moneromooo-monero
2019-04-14
1
-4
/
+0
*
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
*
Avoid repeated (de)serialization when syncing
moneromooo-monero
2019-03-05
1
-8
/
+12
*
ArticMine's new block weight algorithm
moneromooo-monero
2019-03-04
1
-1
/
+2
*
Pruning
moneromooo-monero
2019-01-22
1
-2
/
+24
*
blockchain_db: allocate known size vector only once
moneromooo-monero
2018-12-05
1
-5
/
+5
*
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
1
-2
/
+2
*
core: sync database based on bytes added, not blocks added
moneromooo-monero
2018-08-12
1
-2
/
+2
*
db: store cumulative rct output distribution in the db for speed
moneromooo-monero
2018-07-13
1
-1
/
+10
*
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2018-05-23
1
-3
/
+10
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
fix a few leaks by throwing objects, not newed pointers to objects
moneromooo-monero
2017-12-18
1
-5
/
+5
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-0
/
+1
*
blockchain_db: sanity check on tx/hash vector sizes
flozilla
2017-11-15
1
-0
/
+4
*
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
1
-1
/
+1
*
move db specific options to BlockchainDB
moneromooo-monero
2017-08-29
1
-0
/
+24
*
More DB support cleanup
Howard Chu
2017-08-20
1
-0
/
+32
*
DB cleanup
Howard Chu
2017-08-19
1
-0
/
+16
*
some include cleanup
moneromooo-monero
2017-07-31
1
-0
/
+1
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
2017-02-13
1
-0
/
+39
*
db_lmdb: fix bad height saved in tx data
moneromooo-monero
2017-02-11
1
-6
/
+6
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-1
/
+1
*
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
1
-0
/
+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
1
-3
/
+2
*
add rct to the protocol
moneromooo-monero
2016-08-28
1
-0
/
+2
*
Cleanup and clarify
Howard Chu
2016-04-05
1
-7
/
+3
*
Schema update: tx_indices - yet less indirection
warptangent
2016-04-05
1
-2
/
+2
*
Update schema for "tx_outputs" to use array containing amount output indices
warptangent
2016-04-05
1
-1
/
+8
*
read txn/cursor stuff
Howard Chu
2016-02-23
1
-6
/
+5
*
blockchain_db: pass hard fork object as a simple pointer
moneromooo-monero
2016-02-08
1
-1
/
+1
*
Move HardFork DB update to BlockchainDB::add_block()
warptangent
2016-02-08
1
-0
/
+1
*
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
2016-02-08
1
-0
/
+5
*
BlockchainDB/LMDB: Refactor block-scope DB txn handling for add block
warptangent
2016-02-08
1
-1
/
+9
[next]