prysm-pulse/beacon-chain/p2p/testing
Radosław Kapka 79754bded2
Implement SubmitAttestations in the beacon API (#8563)
* update ethereumapis deps

* V1AttToV1Alpha1 migration

* Implementation plus happy path test

* fix root variable names

* Invalid attestation test

* gzl

* mod tidy

* use a single append to concatenate two slices

* remove outdated comment from attestation processing

* invoke ProcessAttestationNoVerifySignature when validating attestations

* implement missing PoolMock members

* use new VerifyAttestationNoVerifySignature function
2021-03-08 15:42:05 +01:00
..
BUILD.bazel Implement GetIdentity in the node API (#8230) 2021-01-14 20:48:40 +00:00
fuzz_p2p.go Multiple discovery addresses (#8203) 2021-01-07 13:35:42 +00:00
mock_broadcaster.go Implement SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
mock_host.go Implement GetIdentity in the node API (#8230) 2021-01-14 20:48:40 +00:00
mock_metadataprovider.go Implement GetIdentity in the node API (#8230) 2021-01-14 20:48:40 +00:00
mock_peermanager.go Implement GetIdentity in the node API (#8230) 2021-01-14 20:48:40 +00:00
mock_peersprovider.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
p2p.go Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00