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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+5
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-6
/
+6
*
Remove boost/foreach.cpp includes
Miguel Herranz
2017-01-22
1
-1
/
+0
*
rpc: fix orphan_status when getting blocks
moneromooo-monero
2017-01-22
1
-1
/
+2
*
rpc: new function and RPC to get alternative chain info
moneromooo-monero
2016-12-17
1
-0
/
+7
*
Fix delayed exit when syncing
moneromooo-monero
2016-12-04
1
-0
/
+5
*
Add a get_outs (fully text based) version of get_outs.bin
moneromooo-monero
2016-11-22
1
-1
/
+1
*
rpc: add a dynamic fee estimation RPC call
moneromooo-monero
2016-10-31
1
-0
/
+14
*
core: dynamic fee algorithm from ArticMine
moneromooo-monero
2016-10-31
1
-0
/
+27
*
wallet: select part of the fake outs from recent outputs
moneromooo-monero
2016-10-15
1
-1
/
+2
*
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
1
-2
/
+13
*
add rct to the protocol
moneromooo-monero
2016-08-28
1
-4
/
+8
*
core: new /getrandom_rctouts.bin binary RPC call
moneromooo-monero
2016-08-28
1
-0
/
+25
*
daemon: print time to next fork
moneromooo-monero
2016-08-12
1
-0
/
+7
*
Fake outs set is now decided by the wallet
moneromooo-monero
2016-08-11
1
-0
/
+15
*
new unlocked parameter to output_histogram
moneromooo-monero
2016-08-01
1
-1
/
+2
*
blockchain: remove the tx validation result cache
moneromooo-monero
2016-04-06
1
-1
/
+0
*
Merge pull request #767
Riccardo Spagni
2016-04-02
1
-3
/
+6
|
\
|
*
Convey tx verification failure reasons to the RPC client
moneromooo-monero
2016-03-27
1
-3
/
+6
*
|
Merge pull request #765
Riccardo Spagni
2016-03-27
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
New RPC and daemon command to get output histogram
moneromooo-monero
2016-03-26
1
-0
/
+9
*
|
blockchain: for v3, require miner tx to have well behaved outs
moneromooo-monero
2016-03-25
1
-1
/
+2
|
/
*
Merge pull request #749
Riccardo Spagni
2016-03-25
1
-15
/
+875
*
Revert "Merge pull request #749"
Riccardo Spagni
2016-03-25
1
-875
/
+15
*
Remove unnecessary or defunct code
Thomas Winget
2016-03-22
1
-21
/
+0
*
Updated documentation for blockchain.*
Thomas Winget
2016-03-22
1
-9
/
+890
*
core_tests: add tests for hard fork behaviors (MRL-0004)
moneromooo-monero
2016-02-08
1
-2
/
+3
*
Blockchain: Optionally pass in HardFork object
warptangent
2016-02-08
1
-0
/
+1
*
minor bugfixes and refactoring
Thomas Winget
2016-02-02
1
-0
/
+11
*
new flush_txpool command, and associated RPC call
moneromooo-monero
2016-01-30
1
-0
/
+2
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
blockchain: remove obsolete containers
moneromooo-monero
2015-12-26
1
-3
/
+0
*
blockchain: fix a few block addition bugs
moneromooo-monero
2015-12-25
1
-0
/
+1
*
blockchain: fix bitflipping test with quantized block rewards
moneromooo-monero
2015-12-25
1
-1
/
+1
*
Allow the wallet to access hard fork information
moneromooo-monero
2015-12-19
1
-1
/
+1
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-32
/
+32
*
add a --fakechain argument for tests
moneromooo-monero
2015-12-13
1
-1
/
+1
*
More changes for 2-min blocks
Javier Smooth
2015-11-13
1
-0
/
+2
*
Remove some old/obsolete/unused code
moneromooo-monero
2015-10-27
1
-15
/
+0
*
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
2015-10-25
1
-0
/
+5
*
from hard fork 2, all outputs must be decomposed
moneromooo-monero
2015-10-11
1
-0
/
+1
*
hardfork: most state now saved to the DB
moneromooo-monero
2015-09-20
1
-3
/
+3
*
Add an RPC call and daemon command to get info on hard fork voting
moneromooo-monero
2015-09-19
1
-0
/
+3
*
core: add consts where appropriate
moneromooo-monero
2015-09-19
1
-3
/
+3
*
core: moan when we think an update is needed to get latest hard fork info
moneromooo-monero
2015-09-13
1
-0
/
+2
*
blockchain: use the new hardfork class
moneromooo-monero
2015-09-12
1
-2
/
+5
*
blockchain: add a couple missing includes
moneromooo-monero
2015-09-12
1
-0
/
+2
*
blockchain: remove dead code
moneromooo-monero
2015-08-11
1
-3
/
+0
*
Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-0
/
+1
[next]