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
...
*
core: catch exceptions from get_output_key
moneromooo-monero
2015-12-25
1
-2
/
+18
*
db: throw when given a non txout_to_key output to add
moneromooo-monero
2015-12-25
1
-0
/
+5
*
Allow the wallet to access hard fork information
moneromooo-monero
2015-12-19
1
-2
/
+2
*
Add missing semicolons after log statements
moneromooo-monero
2015-12-19
1
-3
/
+3
*
replace std::auto_ptr with std::unique_ptr
moneromooo-monero
2015-12-17
1
-1
/
+1
*
Fix typo
warptangent
2015-12-15
1
-1
/
+1
*
blockchain.cpp: Change indentation from 4 to 2 spaces
warptangent
2015-12-15
1
-2193
/
+2191
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-74
/
+74
*
Tone down a bit L0 logs during daemon sync
moneromooo-monero
2015-12-14
1
-1
/
+1
*
add a --fakechain argument for tests
moneromooo-monero
2015-12-13
1
-4
/
+7
*
blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED"
moneromooo-monero
2015-12-13
1
-1
/
+1
*
blockchain: fix off by one in get_blocks
moneromooo-monero
2015-12-13
1
-1
/
+1
*
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
2015-12-06
1
-0
/
+3
*
hardfork: fix more major/minor issues
moneromooo-monero
2015-11-24
1
-2
/
+2
*
blockchain: log versions as numbers, not characters
moneromooo-monero
2015-11-23
1
-1
/
+1
*
fixed testnet fork point, added comment data back in
Riccardo Spagni
2015-11-22
1
-3
/
+3
*
update v2 testnet fork height
Riccardo Spagni
2015-11-21
1
-3
/
+6
*
Relay transactions when they linger too long in the pool
moneromooo-monero
2015-11-21
1
-4
/
+16
*
More changes for 2-min blocks
Javier Smooth
2015-11-13
1
-4
/
+7
*
Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...
Javier Smooth
2015-11-13
1
-5
/
+8
*
hardfork: allow per-fork voting thresholds
moneromooo-monero
2015-11-08
1
-6
/
+8
*
Remove some old/obsolete/unused code
moneromooo-monero
2015-10-27
1
-49
/
+0
*
Merge pull request #444
Riccardo Spagni
2015-10-26
1
-0
/
+11
|
\
|
*
Fix leak on real output when using a very recent output
moneromooo-monero
2015-10-25
1
-0
/
+11
*
|
Merge pull request #442
Riccardo Spagni
2015-10-26
1
-0
/
+20
|
\
\
|
*
|
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
2015-10-25
1
-0
/
+20
|
|
/
*
/
hardfork: switch voting to block minor version
moneromooo-monero
2015-10-21
1
-2
/
+2
|
/
*
blockchain_export can now export to a blocks.dat format
moneromooo-monero
2015-10-17
1
-5
/
+6
*
from hard fork 2, all outputs must be decomposed
moneromooo-monero
2015-10-11
1
-0
/
+17
*
from hard fork 2, claim a quantized reward in coinbase
moneromooo-monero
2015-10-10
1
-2
/
+10
*
blockchain: on hardfork 2, require mixin 2 at least if possible
moneromooo-monero
2015-09-27
1
-0
/
+37
*
hardfork: rescan speedup
moneromooo-monero
2015-09-27
1
-1
/
+4
*
blockchain: on hardfork 2, allow miners to claim less money than allowed
moneromooo-monero
2015-09-27
1
-3
/
+7
*
blockchain: use different hard fork settings for testnet and mainnet
moneromooo-monero
2015-09-27
1
-3
/
+19
*
hardfork: most state now saved to the DB
moneromooo-monero
2015-09-20
1
-13
/
+28
*
Add an RPC call and daemon command to get info on hard fork voting
moneromooo-monero
2015-09-19
1
-1
/
+6
*
blockchain: force a hardfork recalculation at load time
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
/
+5
*
blockchain: use the new hardfork class
moneromooo-monero
2015-09-12
1
-3
/
+23
*
blockchain: remove obsolete call to libc srand
moneromooo-monero
2015-08-24
1
-1
/
+0
*
removed some gcc warnings. mainly unused variables.
roman
2015-08-23
1
-3
/
+0
*
blockchain: mark two places where the new code differs from the old
moneromooo-monero
2015-08-15
1
-0
/
+3
*
blockchain: update cumulative size after block addition
moneromooo-monero
2015-08-15
1
-2
/
+2
*
blockchain: remove dead code
moneromooo-monero
2015-08-15
1
-1
/
+0
*
blockchain: do not try to add a tx the pool when it was nor taken out
moneromooo-monero
2015-08-15
1
-1
/
+4
*
blockchain: fix off by 1 in timestamp median calculations
moneromooo-monero
2015-08-15
1
-4
/
+2
*
blockchain: remove dead code
moneromooo-monero
2015-08-11
1
-56
/
+6
*
blockchain: factor get_num_outpouts(amount) calls
moneromooo-monero
2015-08-09
1
-3
/
+3
*
blockchain: always select random outs using triangular distribution
moneromooo-monero
2015-08-09
1
-1
/
+9
[prev]
[next]