prysm-pulse/beacon-chain/state/stateutil
Raul Jordan 7067c84c69
Stream Duties Client Implementation (#5867)
* include validator client stream

* Update validator/client/validator_attest.go

* gazelle

* rem extraneous logs

* fixing tests

* resolve most tests

* gaz

* add lock

* ivan feedback

* pass tests for update protect

* gaz

* duties gaz

* no need for canonical head slot

* fix ctx leak

* fmt

* add in feature flag

* add streaming subpackage

* add polling/streaming separation

* able to build

* fix duplicate package names

* fix polling

* imports

* confirm it works

* fixed up comment

* go lint comments

* gaz

* build

* Update validator/client/streaming/service_test.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* tidy

* fmt

* add stream duties to e2e

* add stream duties to e2e flags

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2020-06-18 13:30:05 -05:00
..
arrays.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
attestations_test.go Add AttestationDataRoot to stateutil (#6119) 2020-06-04 13:59:41 -05:00
attestations.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
benchmark_test.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
blocks_test.go Use SSZ HTR as baseline (#6207) 2020-06-10 17:51:06 +00:00
blocks.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
BUILD.bazel Stream Duties Client Implementation (#5867) 2020-06-18 13:30:05 -05:00
state_root_cache_fuzz_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
state_root_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
state_root.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
stateutil_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
trie_helpers_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
trie_helpers.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
validators.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00