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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use boost::thread instead of std::thread
Howard Chu
2016-03-11
1
-3
/
+3
*
Blockchain: Omit verbose time stats messages by default
warptangent
2016-03-03
1
-1
/
+1
*
Merge pull request #688
Riccardo Spagni
2016-02-29
2
-1
/
+10
|
\
|
*
simplewallet: add a new --restore-from-keys option
moneromooo-monero
2016-02-22
2
-1
/
+10
|
*
core: check whether an update is needed straight away
moneromooo-monero
2016-02-17
1
-1
/
+1
|
*
core: print "update needed" hard fork notifications in red
moneromooo-monero
2016-02-17
1
-2
/
+2
*
|
Wrap some more actions in a larger read txn
Howard Chu
2016-02-23
1
-11
/
+25
*
|
read txn/cursor stuff
Howard Chu
2016-02-23
2
-1
/
+14
*
|
core: check whether an update is needed straight away
moneromooo-monero
2016-02-23
1
-1
/
+1
*
|
core: print "update needed" hard fork notifications in red
moneromooo-monero
2016-02-23
1
-2
/
+2
|
/
*
hardfork: add a default fork entry for v1 if none exist
moneromooo-monero
2016-02-08
1
-0
/
+5
*
blockchain: initialize m_hardfork to NULL
moneromooo-monero
2016-02-08
1
-1
/
+1
*
core_tests: add tests for hard fork behaviors (MRL-0004)
moneromooo-monero
2016-02-08
4
-12
/
+26
*
blockchain: reset hardfork object when resetting blockchain
moneromooo-monero
2016-02-08
1
-0
/
+1
*
Blockchain: Update comments on removing block
warptangent
2016-02-08
1
-0
/
+5
*
Move HardFork DB update to BlockchainDB::add_block()
warptangent
2016-02-08
1
-3
/
+0
*
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
2016-02-08
1
-0
/
+2
*
Blockchain: Optionally pass in HardFork object
warptangent
2016-02-08
2
-4
/
+21
*
Merge pull request #643
Riccardo Spagni
2016-02-08
1
-8
/
+10
|
\
|
*
core: move the db lock to the data directory
moneromooo-monero
2016-02-04
1
-8
/
+10
*
|
Merge pull request #641
Riccardo Spagni
2016-02-08
2
-56
/
+87
|
\
\
|
*
|
blockchain: revert handle_get_objects adding block id on tx not found
moneromooo-monero
2016-02-03
1
-1
/
+0
|
*
|
minor bugfixes and refactoring
Thomas Winget
2016-02-02
2
-56
/
+88
|
|
/
*
/
hardfork: allow passing chain height in get(height) for convenience
moneromooo-monero
2016-02-01
1
-1
/
+4
|
/
*
Merge pull request #635
Riccardo Spagni
2016-01-31
2
-0
/
+46
|
\
|
*
core: prevent the database from being used by multiple daemons
moneromooo-monero
2016-01-31
2
-0
/
+46
*
|
Merge pull request #634
Riccardo Spagni
2016-01-31
1
-0
/
+1
|
\
\
|
*
|
blockchain: log number of outputs available for a new tx
moneromooo-monero
2016-01-31
1
-0
/
+1
|
|
/
*
|
Merge pull request #631
Riccardo Spagni
2016-01-31
3
-5
/
+2
|
\
\
|
*
|
tx_pool: fix serialization of new relayed data
moneromooo-monero
2016-01-30
1
-2
/
+0
|
*
|
hardfork: fix mixup in indexing variable in get_voting_info
moneromooo-monero
2016-01-30
1
-1
/
+1
|
*
|
blockchain: remove unused timer
moneromooo-monero
2016-01-30
1
-1
/
+0
|
*
|
blockchain: fix m_sync_counter uninitialized variable use
moneromooo-monero
2016-01-30
1
-1
/
+1
|
|
/
*
|
new flush_txpool command, and associated RPC call
moneromooo-monero
2016-01-30
4
-0
/
+41
*
|
tx_pool: serialize missing kept_by_block flag
moneromooo-monero
2016-01-29
1
-1
/
+4
|
/
*
tx_pool: do not accept txes not in a block if they timed out before
moneromooo-monero
2016-01-29
2
-2
/
+14
*
tx_pool: fix use of invalidated iterator
moneromooo-monero
2016-01-29
1
-1
/
+2
*
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
2016-01-29
6
-32
/
+65
*
added checkpoints
Riccardo Spagni
2016-01-15
1
-0
/
+8
*
hardfork: fix accepting v2 blocks too early
moneromooo-monero
2016-01-15
1
-2
/
+1
*
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
|
\
\
[next]