prysm-pulse/beacon-chain/state/stateutil
Shay Zluf 17169e5a2d
External slashing protection (#5895)
* slasher grpc client

* do not export

* slasher on a different package

* fix featureconfig

* change to rough time

* revert roughtime

* remove extra comma

* revert order change

* goimports

* fix comments and tests

* fix package name

* revert reorder

* comment for start

* service

* fix visibility

* external slasher validator protection implementation

* gaz

* fix comment

* add comments

* nishant feedback

* raul feedback

* preston feedback

* fix flags

* fix imports

* fix imports

* port 4002

* added tests

* fix log

* fix imports

* fix imports name

* raul feedback

* gaz

* terence comment

* change name

* runtime fixes

* add flag check

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-05-20 10:23:22 -05:00
..
arrays.go Update state root cache to fuzz in parallel (#5364) 2020-04-10 13:12:59 -05:00
attestations.go Add Hasher To State Data Types (#5244) 2020-03-31 18:57:19 +00:00
benchmark_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
blocks_test.go Remove out of date scripts and fix mockgen script (#5859) 2020-05-14 17:11:52 -05:00
blocks.go No magic number for BlockBodyRoot (#5803) 2020-05-11 11:45:31 +08:00
BUILD.bazel External slashing protection (#5895) 2020-05-20 10:23:22 -05:00
hash_function.go Add Merkleize With Customized Hasher (#5234) 2020-03-29 06:13:24 +00:00
helpers.go Add Hasher To State Data Types (#5244) 2020-03-31 18:57:19 +00:00
merkleize.go Add Merkleize With Customized Hasher (#5234) 2020-03-29 06:13:24 +00: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 All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05: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 Add Merkleize With Customized Hasher (#5234) 2020-03-29 06:13:24 +00:00
validators.go Add Hasher To State Data Types (#5244) 2020-03-31 18:57:19 +00:00