danicoin/src/cryptonote_basic
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
..
account.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
account.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
account_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
checkpoints.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
checkpoints.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
connection_context.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_basic.h core: add functions to serialize base tx info 2017-02-27 20:24:39 +00:00
cryptonote_basic_impl.cpp Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
cryptonote_basic_impl.h Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
cryptonote_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_format_utils.cpp format_utils: fix typo in assert message 2017-03-05 11:11:44 +13:00
cryptonote_format_utils.h Merge pull request #1826 2017-03-03 14:31:04 +02:00
cryptonote_stat_info.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
difficulty.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
difficulty.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
hardfork.cpp 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
hardfork.h 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
miner.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
miner.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_extra.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
verification_context.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00