danicoin/src/cryptonote_core
moneromooo-monero 3396a9f2af
Add intervening v5 fork for increased min block size
Minimum mixin 4 and enforced ringct is moved from v5 to v6.
v5 is now used for an increased minimum block size (from 60000
to 300000) to cater for larger typical/minimum transaction size.

The fee algorithm is also changed to decrease the base per kB
fee, and add a cheap tier for those transactions which we do
not care if they get delayed (or even included in a block).
2017-03-15 08:32:51 +00:00
..
blockchain.cpp Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
blockchain.h Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error 2017-03-10 11:22:39 +09:00
cryptonote_core.cpp core: print the "new update found" message in cyan, for visibility 2017-03-05 16:59:36 +00:00
cryptonote_core.h core: make update download cancellable 2017-03-05 16:59:25 +00:00
cryptonote_tx_utils.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_tx_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_pool.cpp Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
tx_pool.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00