prysm-pulse/beacon-chain/rpc
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
..
beacon Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
beaconv1 Implement SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
debug Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
debugv1 ETH2 API: Add outline for debug endpoints (#8496) 2021-02-22 16:48:49 -06:00
node Better Handling of Subscriber Errors in Logs Streams (#8505) 2021-02-23 15:33:23 -06:00
nodev1 ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
validator Add Spans To Attestation Caches (#8556) 2021-03-05 09:17:27 -06:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
service_test.go Revert "Rename NewService to New (#8337)" (#8440) 2021-02-12 17:45:22 +00:00
service.go Implement ListPoolProposerSlashings and ListPoolVoluntaryExits in the beacon API (#8508) 2021-02-24 15:29:25 +00:00