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
*
also maybe do the block height this time, you know, just so that it actually ...
Riccardo Spagni
2016-03-21
1
-1
/
+1
*
also update the timestamp for the hard fork
Riccardo Spagni
2016-03-21
1
-1
/
+1
*
set fork date for September, add hyc's GPG key, remove aabramov's
Riccardo Spagni
2016-03-21
1
-0
/
+3
*
Fix issue #706
Howard Chu
2016-03-19
1
-0
/
+1
*
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
*
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
1
-0
/
+9
*
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
1
-5
/
+15
*
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
1
-4
/
+20
*
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
1
-56
/
+77
*
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
1
-2
/
+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
1
-0
/
+19
|
/
*
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
2016-01-29
1
-6
/
+13
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
blockchain: kill ioservice on scope end, rather than manually
moneromooo-monero
2015-12-30
1
-6
/
+7
*
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
*
|
blockchain: remove obsolete containers
moneromooo-monero
2015-12-26
1
-5
/
+1
*
|
blockchain: Fix height in call to on_blockchain_dec
moneromooo-monero
2015-12-26
1
-1
/
+1
|
/
*
blockchain: fix a few block addition bugs
moneromooo-monero
2015-12-25
1
-34
/
+45
*
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
1
-1
/
+4
*
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
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
[next]