grin/servers/src
Yeastplume e64f4fbcd1
Rust Cuckatoo for verifier and test-miner (#1558)
* cuck placeholder

* rustfmt

* cuckatoo, early days

* rustfmt

* data structures are in place, siphash key creation is consistent with @tromp

* solver in place, (not yet working)

* cuckatoo test solver working with test nonce

* rustfmt

* update solver to remove adjacency list removals

* verifier functioning

* rustfmt

* Proper error handing in Cuckatoo module, couple of tests

* modify cuckoo/cuckatoo solvers and verifiers to function identically, in advance of trait refactoring

* rustfmt

* refactor PoW context into trait, default to using cuckoo context

* rustfmt

* create macros for integer casting/unwraps

* don't instantiate structs when just verifying, add test validation vector for cuckatoo 29

* rustfmt

* don't init cuckoo structs if just validating

* test fix

* ensure BH hashing for POW is only done within miner/validators
2018-09-28 11:53:14 +01:00
..
common Rust Cuckatoo for verifier and test-miner (#1558) 2018-09-28 11:53:14 +01:00
grin pass batch to process_block and process_block_header (#1594) 2018-09-27 09:35:25 +01:00
mining Rust Cuckatoo for verifier and test-miner (#1558) 2018-09-28 11:53:14 +01:00
webwallet Serve up web wallet application (#1367) 2018-08-17 18:51:50 +01:00
lib.rs Add a peers_preferred option in Grin (#1401) 2018-08-23 15:16:04 -04:00