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
/
cryptonote_core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #587
Riccardo Spagni
2015-12-31
1
-28
/
+20
|
\
|
*
Nicer looking exit when blockchain.bin is found
moneromooo-monero
2015-12-31
1
-28
/
+20
*
|
core: do not use the persistent pool state for tests
moneromooo-monero
2015-12-31
2
-1
/
+7
|
/
*
updated copyright year
Riccardo Spagni
2015-12-31
31
-31
/
+31
*
fixed copyrights with bad year references
Riccardo Spagni
2015-12-31
2
-2
/
+2
*
blockchain: kill ioservice on scope end, rather than manually
moneromooo-monero
2015-12-30
1
-6
/
+7
*
miner: minor fixes on stop
moneromooo-monero
2015-12-30
1
-1
/
+4
*
Merge pull request #573
Riccardo Spagni
2015-12-30
1
-0
/
+22
|
\
|
*
blockchain_db: inform user about new format if blockchain.bin is found
moneromooo-monero
2015-12-28
1
-0
/
+22
*
|
Merge pull request #572
Riccardo Spagni
2015-12-30
1
-0
/
+2
|
\
\
|
*
|
blockchain: always stop the ioservice before returning
moneromooo-monero
2015-12-28
1
-0
/
+2
|
|
/
*
|
Merge pull request #570
Riccardo Spagni
2015-12-30
1
-1
/
+1
|
\
\
|
*
|
Remove assert from status command
hyc
2015-12-27
1
-1
/
+1
|
|
/
*
|
Merge pull request #568
Riccardo Spagni
2015-12-30
2
-9
/
+2
|
\
\
|
*
|
blockchain: remove obsolete containers
moneromooo-monero
2015-12-26
2
-8
/
+1
|
*
|
blockchain: Fix height in call to on_blockchain_dec
moneromooo-monero
2015-12-26
1
-1
/
+1
|
|
/
*
/
hardfork: ensure current_fork_index can not become negative on rescan
moneromooo-monero
2015-12-26
1
-1
/
+1
|
/
*
blockchain: fix a few block addition bugs
moneromooo-monero
2015-12-25
2
-34
/
+46
*
blockchain: fix an off by one error in unlocked time check
moneromooo-monero
2015-12-25
1
-1
/
+1
*
blockchain: reinstate double spending checks in check_tx_inputs
moneromooo-monero
2015-12-25
1
-3
/
+7
*
blockchain: make some flag twiddling code closer to the original
moneromooo-monero
2015-12-25
1
-2
/
+2
*
blockchain: fix bitflipping test with quantized block rewards
moneromooo-monero
2015-12-25
3
-2
/
+6
*
blockchain: add missing m_tx_pool.on_blockchain_dec
moneromooo-monero
2015-12-25
1
-0
/
+1
*
blockchain: fix switch to alternative blockchain for more than one block
moneromooo-monero
2015-12-25
1
-1
/
+1
*
blockchain: add a missing validity check to rollback_blockchain_switching
moneromooo-monero
2015-12-25
1
-0
/
+6
*
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
4
-5
/
+21
*
Add missing semicolons after log statements
moneromooo-monero
2015-12-19
2
-4
/
+4
*
replace std::auto_ptr with std::unique_ptr
moneromooo-monero
2015-12-17
1
-1
/
+1
*
Fix typo
warptangent
2015-12-15
2
-2
/
+2
*
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
12
-315
/
+314
*
Merge pull request #537
Riccardo Spagni
2015-12-15
1
-0
/
+1
|
\
|
*
hardfork: only accept major versions we know about
moneromooo-monero
2015-12-14
1
-0
/
+1
*
|
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
4
-8
/
+17
*
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
*
tx_pool: fix "minumim" typo in message
moneromooo-monero
2015-12-13
1
-1
/
+1
*
Merge pull request #527
Riccardo Spagni
2015-12-09
1
-10
/
+23
|
\
|
*
Register daemon command line arguments to core if they're used in core
moneromooo-monero
2015-12-08
1
-10
/
+23
*
|
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
2015-12-06
1
-0
/
+3
|
/
*
Revert "Merge pull request #506"
Riccardo Spagni
2015-11-30
1
-2
/
+2
*
core: serialize block major/minor versions as bytes, not varints
moneromooo-monero
2015-11-27
1
-2
/
+2
*
Merge pull request #501
Riccardo Spagni
2015-11-24
3
-27
/
+34
|
\
|
*
hardfork: fix more major/minor issues
moneromooo-monero
2015-11-24
3
-24
/
+26
|
*
hardfork: fix rescan on load
moneromooo-monero
2015-11-23
1
-1
/
+1
|
*
blockchain: log versions as numbers, not characters
moneromooo-monero
2015-11-23
1
-1
/
+1
|
*
hardfork: fix actual/voting confusion
moneromooo-monero
2015-11-23
1
-3
/
+8
[next]