prysm-pulse/beacon-chain/rpc/beaconv1
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
..
blocks_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
blocks.go Added db.BlocksBySlot and db.BlockRootsBySlot (#8184) 2021-01-12 18:31:15 +00:00
BUILD.bazel ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
config_test.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
config.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
pool.go Eth2 API: Add outline for beacon endpoints (#7408) 2020-10-05 00:15:27 +00:00
server_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
server.go Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
state_test.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
state.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
validator.go Remove WaitForSynced (#7835) 2020-11-16 20:48:16 -06:00