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
/
cryptonote_core
/
blockchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
blockchain: invalidate misc caches when popping blocks
moneromooo-monero
2018-05-09
1
-0
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
speed up get_output_distribution (and precalc common case)
moneromooo-monero
2018-05-21
1
-17
/
+2
*
|
|
|
blockchain: pop top if block version disagrees with the ideal fork version
stoffu
2018-05-06
1
-0
/
+47
|
/
/
/
*
|
/
speedup get_output_histogram for all amounts when min_count > 0
moneromooo-monero
2018-04-23
1
-2
/
+2
|
|
/
|
/
|
*
|
update block hashes for checkpoints.dat
Riccardo Spagni
2018-03-24
1
-1
/
+1
|
/
*
Move v7 fork to 1546000 to give more update time
moneromooo-monero
2018-03-18
1
-2
/
+2
*
Merge pull request #3418
Riccardo Spagni
2018-03-17
1
-1
/
+2
|
\
|
*
blockchain: forbid bulletproof types before v8
moneromooo-monero
2018-03-16
1
-1
/
+2
*
|
Merge pull request #3414
Riccardo Spagni
2018-03-16
1
-1
/
+1
|
\
\
|
*
|
blockchain: fix log message about per-kB fee
stoffu
2018-03-16
1
-1
/
+1
*
|
|
Merge pull request #3336
Riccardo Spagni
2018-03-16
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix typos in various files
Dimitris Apostolou
2018-03-15
1
-2
/
+2
|
|
/
/
*
|
/
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
2018-03-16
1
-1
/
+45
|
|
/
|
/
|
*
|
Remove the `Blockchain::get_all_known_block_ids` function.
Jean Pierre Dudey
2018-03-14
1
-19
/
+0
|
/
*
Merge pull request #3371
Riccardo Spagni
2018-03-14
1
-0
/
+3
|
\
|
*
core: add v7 for 1539500 on mainnet
moneromooo-monero
2018-03-07
1
-0
/
+3
*
|
Stagenet: successive forks up to v7
stoffu
2018-03-09
1
-0
/
+8
*
|
Bump min ring size from 5 to 7 from v7
moneromooo-monero
2018-03-07
1
-1
/
+1
|
/
*
Merge pull request #3308
Riccardo Spagni
2018-03-05
1
-1
/
+4
|
\
|
*
blockchain: fix random sync failures
moneromooo-monero
2018-02-23
1
-1
/
+4
*
|
Merge pull request #3277
Riccardo Spagni
2018-03-05
1
-20
/
+39
|
\
\
|
*
|
Stagenet
stoffu
2018-03-05
1
-20
/
+39
|
|
/
*
/
Correct spelling mistakes.
Edward Betts
2018-03-05
1
-2
/
+2
|
/
*
Merge pull request #3226
Riccardo Spagni
2018-02-16
1
-1
/
+6
|
\
|
*
blockchain: sanity check number of precomputed hash of hash blocks
moneromooo-monero
2018-02-02
1
-1
/
+6
*
|
Merge pull request #3248
Riccardo Spagni
2018-02-16
1
-0
/
+4
|
\
\
|
*
|
blockchain: don't try to use hash check array after it's freed
moneromooo-monero
2018-02-10
1
-0
/
+4
|
|
/
*
/
blockchain: move bulletproofs to v8
moneromooo-monero
2018-01-31
1
-4
/
+5
|
/
*
Merge pull request #3144
Riccardo Spagni
2018-01-27
1
-1
/
+8
|
\
|
*
rpc: expose recent median block size in getinfo
moneromooo-monero
2018-01-17
1
-1
/
+8
*
|
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
|
Merge pull request #3014
Riccardo Spagni
2018-01-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
blockchain: remove minor floating point usage
moneromooo-monero
2018-01-10
1
-1
/
+1
*
|
Merge pull request #2971
Riccardo Spagni
2018-01-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix exceptions not finding txpool txes when relaying
moneromooo-monero
2017-12-20
1
-2
/
+2
*
|
cryptonote_core: remove unused functions with off by one bugs
moneromooo-monero
2017-12-18
1
-43
/
+0
*
|
blockchain: don't leave dangling pointers in this
moneromooo-monero
2017-12-18
1
-0
/
+2
*
|
cryptonote_core: fix db leak on error
moneromooo-monero
2017-12-18
1
-0
/
+1
*
|
check accessing an element past the end of a container
moneromooo-monero
2017-12-18
1
-4
/
+6
*
|
fix a few leaks by throwing objects, not newed pointers to objects
moneromooo-monero
2017-12-18
1
-1
/
+1
|
/
*
Merge pull request #2878
Riccardo Spagni
2017-12-16
1
-5
/
+6
|
\
|
*
core: make --offline also disable DNS lookups
moneromooo-monero
2017-11-30
1
-5
/
+6
*
|
add bulletproofs from v7 on testnet
moneromooo-monero
2017-12-08
1
-9
/
+26
|
/
*
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
1
-0
/
+2
*
Merge pull request #2615
Riccardo Spagni
2017-11-14
1
-4
/
+4
|
\
|
*
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
2017-11-08
1
-4
/
+4
*
|
track double spending in the txpool
moneromooo-monero
2017-11-06
1
-6
/
+6
|
/
*
blockchain: do not lock the blockchain lock for simple DB getters
moneromooo-monero
2017-10-30
1
-7
/
+28
*
Merge pull request #2656
Riccardo Spagni
2017-10-15
1
-3
/
+3
|
\
|
*
remove reference to cryptonote::null_hash
Jaquee
2017-10-15
1
-3
/
+3
[prev]
[next]