prysm-pulse/beacon-chain/rpc/beacon
Victor Farazdagi a8e501b3cf
ETH2 Types: Epoch (#8373)
* update deps

* update deps

* update protos/*

* update deps

* reset protos

* update protos

* update shared/params/config

* update protos

* update /shared

* update shared/slotutil and shared/testutil

* update beacon-chain/core/helpers

* updates beacon-chain/state

* update beacon-chain/forkchoice

* update beacon-chain/blockchain

* update beacon-chain/cache

* update beacon-chain/core

* update beacon-chain/db

* update beacon-chain/node

* update beacon-chain/p2p

* update beacon-chain/rpc

* update beacon-chain/sync

* go mod tidy

* make sure that beacon-chain build suceeds

* go fmt

* update e2e tests

* update slasher

* remove redundant alias

* update validator

* gazelle

* fix build errors in unit tests

* go fmt

* update deps

* update fuzz/BUILD.bazel

* fix unit tests

* more unit test fixes

* fix blockchain UTs

* more unit test fixes
2021-02-09 10:05:22 +00:00
..
assignments_test.go Configurable testutil's BeaconState (#8407) 2021-02-08 20:00:09 +00:00
assignments.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
attestations_test.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +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 ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
blocks.go Add canonical flag to ListBlocks API response (#8287) 2021-02-01 04:33:17 +00:00
BUILD.bazel ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
committees_test.go Configurable testutil's BeaconState (#8407) 2021-02-08 20:00:09 +00:00
committees.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +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 ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
validators_stream.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
validators_test.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
validators.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00