prysm-pulse/beacon-chain/rpc/beacon
terence tsao 5f2f53a0a6
Harden beacon state interface for Altair (#8673)
* State: clean up

* Add error to return signature

* Remove SetCurrentEpochAttestations and SetPreviousEpochAttestations

* Fix tests

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-03-26 18:15:03 +00:00
..
assignments_test.go A bit of cleanup based on goconst tool (#8529) 2021-03-02 11:39:54 +00:00
assignments.go A bit of cleanup based on goconst tool (#8529) 2021-03-02 11:39:54 +00:00
attestations_test.go Move state pkg to stateV0 pkg (#8620) 2021-03-17 19:49:49 +00:00
attestations.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
beacon_test.go Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
blocks_test.go Move state pkg to stateV0 pkg (#8620) 2021-03-17 19:49:49 +00:00
blocks.go Verify nil block helper (#8447) 2021-02-15 15:11:25 +00:00
BUILD.bazel Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00
committees_test.go Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
committees.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
config_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
config.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
init_test.go Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
server.go Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
slashings_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
slashings.go RPC: Proper status code for error (#8519) 2021-02-25 20:00:33 +00:00
validators_stream_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
validators_stream.go Fix All Deep Source Shell Issues and Go Issues (#8661) 2021-03-24 19:57:27 +00:00
validators_test.go Harden beacon state interface for Altair (#8673) 2021-03-26 18:15:03 +00:00
validators.go Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00