grin/core/src
Yeastplume 4c6a193e01
[WIP] Miner removal (#979)
* Beginning to remove in-process miner

* rustfmt

* rustfmt

* rustfmt

* rustfmt

* remove pow crate and put remnants into core

* rustfmt

* fix test compilation in core and chain

* rustfmt

* Updating server tests to use test miner

* rustfmt

* rustfmt

* remove pow from test matrix

* adding basic stratum stats to TUI

* run stratum server at all times, and halt messages while syncing

* fix core tests

* add ability to run internal test miner for cuckoo 16 testing

* modify build instructions
2018-04-24 09:18:24 +01:00
..
core [WIP] Miner removal (#979) 2018-04-24 09:18:24 +01:00
pow [WIP] Miner removal (#979) 2018-04-24 09:18:24 +01:00
consensus.rs add block header cache to store (#996) 2018-04-23 14:55:25 -04:00
genesis.rs Correct chain initialization at genesis 2018-03-26 17:38:27 +01:00
global.rs Avoid repeated truncation in difficulty adjust + minor refactoring (#915) 2018-03-30 18:21:06 +00:00
lib.rs [WIP] Miner removal (#979) 2018-04-24 09:18:24 +01:00
macros.rs Use hashable_ord on short_ids (#932) 2018-04-05 15:48:30 +00:00
ser.rs Standardize and cleanup SerializationMode (#856) 2018-03-23 23:34:50 +00:00