grin/core/src
John Tromp f86102b2a6
fixDAA; implement wtema (#3477)
* implement wtema

* reduce FTL from 12 to 5 mins; fix inaccuracies in cuckoo doc

* rename difficulty window for DampedMovingAverage DAA

* fix FTL error msg

* secondary_scale becomes extended nonce past HF4

* secondary_scale change actually belongs in hardfork4 PR

* make future time limit configurable

* define constant global::DEFAULT_FUTURE_TIME_LIMIT and refactor a bit

* fix typos

* as_ref() feels safer than as_mut() :-)

* remove obsolete mut

* make future_time_limit non-mandatory in grin-server.toml
2020-11-25 10:58:39 +00:00
..
core fixDAA; implement wtema (#3477) 2020-11-25 10:58:39 +00:00
libtx Rename Floonet to Testnet (#3431) 2020-10-07 09:36:02 -04:00
pow fixDAA; implement wtema (#3477) 2020-11-25 10:58:39 +00:00
consensus.rs fixDAA; implement wtema (#3477) 2020-11-25 10:58:39 +00:00
core.rs PMMR segment creation and validation (#3453) 2020-11-17 19:38:44 +01:00
genesis.rs Rename Floonet to Testnet (#3431) 2020-10-07 09:36:02 -04:00
global.rs fixDAA; implement wtema (#3477) 2020-11-25 10:58:39 +00:00
lib.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
macros.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
pow.rs fixDAA; implement wtema (#3477) 2020-11-25 10:58:39 +00:00
ser.rs Refactor p2p reader (#3433) 2020-09-28 14:43:37 +01:00