index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
blockchain_storage.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-25
Merge pull request #749
Riccardo Spagni
1
-4
/
+4
2016-03-25
Revert "Merge pull request #749"
Riccardo Spagni
1
-4
/
+4
2016-03-24
Move checkpoint functions into checkpoints class
Thomas Winget
1
-4
/
+4
2016-01-30
new flush_txpool command, and associated RPC call
moneromooo-monero
1
-0
/
+19
2016-01-29
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
1
-5
/
+5
2015-12-31
updated copyright year
Riccardo Spagni
1
-1
/
+1
2015-12-15
Fix typo
warptangent
1
-1
/
+1
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-44
/
+44
2015-11-21
Relay transactions when they linger too long in the pool
moneromooo-monero
1
-4
/
+5
2015-11-13
More changes for 2-min blocks
Javier Smooth
1
-3
/
+3
2015-11-13
Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...
Javier Smooth
1
-1
/
+1
2015-10-26
Build fixes for the old blockchain_storage version
moneromooo-monero
1
-4
/
+6
2015-10-26
Merge pull request #444
Riccardo Spagni
1
-1
/
+1
2015-10-25
Fix leak on real output when using a very recent output
moneromooo-monero
1
-1
/
+1
2015-10-25
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
1
-0
/
+38
2015-09-19
core: add consts where appropriate
moneromooo-monero
1
-3
/
+3
2015-04-07
Merge BlockchainDB into upstream
Thomas Winget
1
-80
/
+70
2015-04-05
handle unlikely rounding up after sqrt
Javier Smooth
1
-0
/
+3
2015-04-05
triangular distribution to choose recent outputs more often for mixins
Javier Smooth
1
-1
/
+5
2015-04-01
Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
rfree2monero
1
-6
/
+17
2015-03-29
Merge upstream into blockchain
Thomas Winget
1
-4
/
+7
2015-03-26
Merge pull request #242
Riccardo Spagni
1
-4
/
+7
2015-03-25
Merge upstream updates into blockchain branch
Thomas Winget
1
-2
/
+10
2015-03-24
Merge upstream to daemonize changes
Thomas Winget
1
-1
/
+8
2015-03-15
Do store transaction's blob size in transaction_chain_entry
Sergey Kazenyuk
1
-3
/
+4
2015-03-15
Use single get_transaction_hash to get both id and blob size
Sergey Kazenyuk
1
-2
/
+4
2015-03-05
add comment about avoiding overflow
smooth
1
-0
/
+6
2015-03-04
minimum subsidy for mining incentives, remove unused LEGACY_FEE define
smooth
1
-1
/
+2
2015-03-01
DNS checkpoint loading for testnet should now be correct
Thomas Winget
1
-1
/
+2
2015-02-20
2014 network limit 1.2 +utils +toc -doc -drmonero
rfree2monero
1
-17
/
+2
2015-02-20
2014 network limit 1.1 +utils +toc -doc -drmonero
rfree2monero
1
-0
/
+18
2015-02-20
2014 network limit 1.0a +utils +toc -doc -drmonero
rfree2monero
1
-0
/
+26
2015-02-02
Add compile-time support for both db implementations: in-memory and LMDB
warptangent
1
-1
/
+1
2015-01-04
blockchain_storage: refactor genesis block creation
moneromooo-monero
1
-15
/
+5
2015-01-04
blockchain_storage: add consts where appropriate
moneromooo-monero
1
-53
/
+53
2015-01-04
very, VERY primitive blockchain converter
Thomas Winget
1
-11
/
+11
2015-01-02
year updated in license
Riccardo Spagni
1
-1
/
+1
2014-10-03
fixed checkpointing bug
Riccardo Spagni
1
-1
/
+1
2014-10-03
MoneroPulse log wording tweaks
Riccardo Spagni
1
-2
/
+2
2014-09-30
various changes to runtime checkpoint updating
Thomas Winget
1
-10
/
+43
2014-09-30
Fixed segfault with checkpoints loading
Thomas Winget
1
-0
/
+6
2014-09-30
DNS checkpoint updating added, and daemon flag to enforce them
Thomas Winget
1
-6
/
+26
2014-09-30
reload checkpoints file every ~hr and print if any fail
Thomas Winget
1
-0
/
+21
2014-09-15
Pass tx and nonce to genesis block constructor
Zachary Michaels
1
-9
/
+23
2014-09-15
Add testnet flag
Zachary Michaels
1
-6
/
+34
2014-09-12
output rng fix from boolberry
iamsmooth
1
-2
/
+1
2014-09-09
a few more error messages moved to log level 1
fluffypony
1
-11
/
+11
2014-09-09
moved non-critical warnings and errors to log level 1
fluffypony
1
-49
/
+49
2014-09-06
fix checkpoints
iamsmooth
1
-1
/
+4
2014-09-06
bug fix to checkpoint-on-restore; still fails on 612
iamsmooth
1
-1
/
+1
2014-09-06
checkpoints on restore; currently fails on 212 checkpoint
iamsmooth
1
-2
/
+20
2014-08-01
#36 simplewallet refresh include optional height param
Jakob Lind
1
-3
/
+7
2014-07-23
License updated to BSD 3-clause
fluffypony
1
-3
/
+29
2014-07-01
Explicit namespaces
Zachary Michaels
1
-11
/
+8
2014-05-25
enable checkpointed block verification
mydesktop
1
-1
/
+1
2014-05-25
0.8.8update
mydesktop
1
-52
/
+87
2014-05-03
initial [broken] update
mydesktop
1
-9
/
+54
2014-04-20
mining bug fixed
thankful_for_today
1
-2
/
+2
2014-04-02
json rpc for wallet and bugfix
Antonio Juarez
1
-74
/
+44
2014-03-20
some fixes
Antonio Juarez
1
-1
/
+4
2014-03-03
moved all stuff to github
Antonio Juarez
1
-0
/
+1633