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 |
|
Victor Farazdagi
|
ac1a4a078c
|
Fix reported anti patterns (#7501)
* merge var decl
* single append
* replace bytes.Compare -> bytes.Equal
* remove redundant spritnf
* remove redundant spritnf
* trimprefix
* remove redundant nil check
* remove redundant return
* plain channel or unblock on context closing
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2020-10-12 16:12:00 +00:00 |
|
terence tsao
|
dcdf5d0eac
|
Add and verify weak-subjectivity-checkpoint flag (#7256)
* Handle weak subjectivity input
* Typo
* Feedbacks
* Better error string @rauljordan
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2020-09-17 14:32:40 -05:00 |
|