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
*
persist asset outputs and spent key images
cenobite pinhead
90 min.
1
-0
/
+14
*
persist experimental asset registry in LMDB
cenobite pinhead
2 hours
1
-0
/
+8
*
Fix use of rtxn without a mdb_txn_safe wrapper
Howard Chu
2022-07-22
1
-7
/
+9
*
Copyright: Update to 2022
mj-xmr
2022-03-04
1
-1
/
+1
*
rpc: limit the number of txes for get_blocks.bin
moneromooo-monero
2020-12-29
1
-3
/
+6
*
Avoid some temporary strings when reading off the database
moneromooo-monero
2020-08-17
1
-6
/
+6
*
Merge pull request #6354
Alexander Blair
2020-08-09
1
-2
/
+3
|
\
|
*
Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
Lee Clagett
2020-05-15
1
-2
/
+3
*
|
Merge pull request #6534
Alexander Blair
2020-07-19
1
-0
/
+10
|
\
\
|
*
|
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...
stoffu
2020-06-09
1
-0
/
+10
|
|
/
*
/
Update copyright year to 2020
SomaticFanatic
2020-05-06
1
-1
/
+1
|
/
*
Adding Dandelion++ support to public networks:
Lee Clagett
2020-03-26
1
-2
/
+6
*
blockchain_db: faster fetching of consecutive txes
moneromooo-monero
2020-02-27
1
-0
/
+19
*
Merge pull request #6140
Alexander Blair
2020-01-25
1
-0
/
+16
|
\
|
*
blockchain: speedup fetching pruned contiguous tx blobs
moneromooo-monero
2019-11-15
1
-0
/
+16
*
|
Change to Tx diffusion (Dandelion++ fluff) instead of flooding
Lee Clagett
2019-11-04
1
-1
/
+1
*
|
Adding support for hidden (anonymity) txpool
Lee Clagett
2019-11-02
1
-8
/
+41
|
/
*
Merge pull request #5915
luigi1111
2019-10-08
1
-1
/
+2
|
\
|
*
monerod can now sync from pruned blocks
moneromooo-monero
2019-09-27
1
-1
/
+2
*
|
Removed Berkeley DB and db switching logic
Jesus Ramirez
2019-09-16
1
-2
/
+1
|
/
*
Merge pull request #5524
luigi1111
2019-07-24
1
-1
/
+64
|
\
|
*
blockchain: keep alternative blocks in LMDB
moneromooo-monero
2019-05-08
1
-1
/
+64
*
|
core: do not commit half constructed batch db txn
moneromooo-monero
2019-05-25
1
-0
/
+15
|
/
*
blockchain_db: fix db txn ending too early
moneromooo-monero
2019-04-14
1
-3
/
+52
*
cryptonote: rework block blob size sanity check
moneromooo-monero
2019-04-05
1
-0
/
+14
*
Merge pull request #5256
Riccardo Spagni
2019-03-21
1
-0
/
+22
|
\
|
*
blockchain: speed up getting N blocks weights/long term weights
moneromooo-monero
2019-03-08
1
-0
/
+22
*
|
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
|
/
*
save some database calls when getting top block hash and height
moneromooo-monero
2019-03-05
1
-1
/
+3
*
Avoid repeated (de)serialization when syncing
moneromooo-monero
2019-03-05
1
-4
/
+4
*
ArticMine's new block weight algorithm
moneromooo-monero
2019-03-04
1
-1
/
+16
*
Pruning
moneromooo-monero
2019-01-22
1
-0
/
+62
*
blockchain_db: allow getting output keys without commitment
moneromooo-monero
2019-01-16
1
-1
/
+1
*
Merge pull request #4984
Riccardo Spagni
2019-01-16
1
-1
/
+2
|
\
|
*
blockchain_db: speedup tx output gathering
moneromooo-monero
2018-12-18
1
-1
/
+2
*
|
Make get_output_key method const
moneroexamples
2019-01-07
1
-2
/
+2
|
/
*
Merge pull request #4901
Riccardo Spagni
2018-12-12
1
-0
/
+7
|
\
|
*
Outputs where all amounts are known spent can now be pruned
moneromooo-monero
2018-11-27
1
-0
/
+7
*
|
Merge pull request #4854
Riccardo Spagni
2018-12-04
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Removed a lot of unnecessary includes
Martijn Otto
2018-11-15
1
-1
/
+0
*
|
rpc: speedup get_outs.bin
moneromooo-monero
2018-11-26
1
-2
/
+2
*
|
core: avoid unnecessary tx/blob conversions
moneromooo-monero
2018-11-01
1
-1
/
+1
|
/
*
blockchain_db: initialize m_hardfork in ctor just in case
moneromooo-monero
2018-10-16
1
-1
/
+1
*
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
1
-10
/
+10
*
blockchain_db: remove unused get_output_key variant
moneromooo-monero
2018-07-30
1
-17
/
+0
*
Merge pull request #4013
luigi1111
2018-07-19
1
-0
/
+7
|
\
|
*
rpc: add blockchain disk size to getinfo
moneromooo-monero
2018-06-20
1
-0
/
+7
*
|
Merge pull request #3981
luigi1111
2018-07-19
1
-0
/
+15
|
\
\
|
*
|
db: store cumulative rct output distribution in the db for speed
moneromooo-monero
2018-07-13
1
-0
/
+15
*
|
|
Merge pull request #3854
luigi1111
2018-07-19
1
-0
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
[next]