prysm-pulse/beacon-chain/rpc/beacon
terence tsao d5ec248691
Rename getter functions to be idiomatic (#8320)
* Rename getter functions

* Rename new

* Radek's feedback

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-01-25 21:27:30 +00:00
..
assignments_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
assignments.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
attestations_test.go Return error on AttestingIndices bitfield length check (#8285) 2021-01-20 03:00:52 +00:00
attestations.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
beacon_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
blocks_test.go Hydrate signed block helper (#8246) 2021-01-11 19:27:30 +00:00
blocks.go Added db.BlocksBySlot and db.BlockRootsBySlot (#8184) 2021-01-12 18:31:15 +00:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
committees_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
committees.go Loadblock returns err on invalid range (#7811) 2020-11-16 01:06:13 +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
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
server.go Fix participation query returning balances of orphaned chain (#8137) 2020-12-16 13:31:34 -06:00
slashings_test.go Stream verified block (#8206) 2021-01-05 12:40:11 -08:00
slashings.go Stream verified block (#8206) 2021-01-05 12:40:11 -08:00
validators_stream_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
validators_stream.go Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00
validators_test.go Return error on AttestingIndices bitfield length check (#8285) 2021-01-20 03:00:52 +00:00
validators.go isCanonical for slot 0 should return true (#8269) 2021-01-16 16:14:14 +00:00