prysm-pulse/beacon-chain/rpc
Radosław Kapka 8455656597
Use beacon state interfaces instead of concrete structs (#10195)
* return interface from testing/util

* remove usages of v1

* return interface from InitializeFromProto

* return interface from InitializeFromProto

* fix test

* fix interface visibility

* more fixes

* use InitializeFromProtoUnsafe in testing/util

* return early error from mock

* v2

* fix tests

* remove unnecessary assertion

* use struct in nil state test

* Revert "Auxiliary commit to revert individual files from 6bb528c2c5df2446ad18450009f63f44318d41a9"

This reverts commit 7d70238a301209f6dbfc8ff1d81b16e33b0bd67d.

* use struct in sync committee test

* v3

* use InitializeFromProtoUnsafe in mock

* use version information

* Revert "Auxiliary commit to revert individual files from 6bb528c2c5df2446ad18450009f63f44318d41a9"

This reverts commit 5d5e6f2884d21caec7530c16ad2a0d0d27c44aa1.

* revert changes to ClearPreGenesisData

* fix build error

* remove error from PreGenesisState

* bzl
2022-02-08 09:30:06 +00:00
..
apimiddleware #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
eth Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
prysm/v1alpha1 Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
statefetcher Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
testutil Eth1 connections (#10073) 2022-01-14 11:13:04 -05:00
BUILD.bazel Deregister Remote Slashing Protection Until Further Notice (#9774) 2021-10-14 19:33:05 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
service_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
service.go Remove CanonicalStateChan (#10093) 2022-01-18 14:24:47 +00:00