prysm-pulse/validator/internal
shayzluf 59575bcac9
fuzz core/blocks package (#4907)
* fuzz core/blocks package

* gaz goimports

* fix test

* terence feedback

* terence feedback

* add error to domain. halfway through

* adding error to domain

* goimports

* added error handling to test

* error instead of continue

* terence and nishant feedback

* domain error handling

* domain error handling

* handle nil validator in ReadOnlyValidator creation

* goinmports

* [4]byte domain type

* [4]byte domain type

* [4]byte domain type fix tests

* fix tests

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2020-03-03 19:02:14 +05:30
..
beacon_node_validator_service_mock.go fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
BUILD.bazel Migrate SubmitAggregateAndProof (#4951) 2020-02-27 20:23:35 +00:00
node_mock.go Update ethereumapis (#4142) 2019-11-29 16:44:51 +00:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07: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.