prysm-pulse/validator/internal
Preston Van Loon 4add403335
Validator Proposer Rewrite (#1462)
* WIP - with TODOs

* interface w/ test

* basic test for broadcast

* Add computeStateRoot funciton

* remove custody challenge

* resolve TODO lint issues

* more TODOs

* revert new line in types.proto

* broadcaster comment

* one of several failure condition tests

* Add test cases

* handle compute state error test case

* fix config in validator helpers

* fix tests too

* fix conflict

* partial PR feedback

* remove p2p

* gazelle

* package comment

* Better godoc
2019-02-05 08:47:25 -05:00
..
attester_service_mock.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
beacon_service_mock.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
BUILD.bazel Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
proposer_service_mock.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00

Client Internal Package

This package should be used for test helpers and non-production code only! Mocks generated with gomock and omckgen will go in this package.