mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* fixing electra attestation inconsistencies * adding dependencies * removing helper circular dependency * adding error * simplifying function * improving get committee index function * fixing more instances of GetData().committeeIndex and fixing tests * Update proto/prysm/v1alpha1/attestation.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * addressing feedback and fixing linting * removing unused functions and associated tests * fixing test error checks * removing helpers.VerifyAttestationBitfieldLengths to reduce beaconCommitteeFromState calls * small optimizations * fixing linting --------- Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Prysm Protocol Buffers
This package defines common protobuf messages and services used by Prysm. For now, we are checking in all generated code to support native go dependency management.