prysm-pulse/beacon-chain/operations/attestations
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
..
kv Add Spans To Attestation Caches (#8556) 2021-03-05 09:17:27 -06:00
BUILD.bazel Implement SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
log.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
metrics.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
mock.go Implement SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
pool_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
pool.go Add Spans To Attestation Caches (#8556) 2021-03-05 09:17:27 -06:00
prepare_forkchoice_test.go Add Spans To Attestation Caches (#8556) 2021-03-05 09:17:27 -06:00
prepare_forkchoice.go Add Spans To Attestation Caches (#8556) 2021-03-05 09:17:27 -06:00
prune_expired_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
prune_expired.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
service_test.go Revert "Rename NewService to New (#8337)" (#8440) 2021-02-12 17:45:22 +00:00
service.go Revert "Rename NewService to New (#8337)" (#8440) 2021-02-12 17:45:22 +00:00