prysm-pulse/beacon-chain/rpc/prysm/v1alpha1/validator
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
..
aggregator_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
aggregator.go Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
assignments_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
assignments.go Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00
attester_test.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
attester.go Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00
blocks_test.go Standardize config overriding in tests across repo (#9998) 2021-12-10 04:18:47 +00:00
blocks.go Various clean up before v2 (#9672) 2021-09-24 17:42:16 +00:00
BUILD.bazel Add propose bellatrix block (#10189) 2022-02-08 01:29:11 +00:00
exit_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
exit.go Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
log.go Restructure RPC packages to be future compatible (#9136) 2021-07-02 15:54:52 +00:00
proposer_altair.go Add propose bellatrix block (#10189) 2022-02-08 01:29:11 +00:00
proposer_attestations_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
proposer_attestations.go Refactor rpc proposer into smaller files (#9796) 2021-10-18 11:35:32 -05:00
proposer_bellatrix.go Add propose bellatrix block (#10189) 2022-02-08 01:29:11 +00:00
proposer_deposits.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
proposer_eth1data.go Refactor rpc proposer into smaller files (#9796) 2021-10-18 11:35:32 -05:00
proposer_phase0.go Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00
proposer_sync_aggregate_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
proposer_sync_aggregate.go Proposer Sync Aggregate RPC Methods (#9479) 2021-08-28 20:47:45 +00:00
proposer_test.go Add propose bellatrix block (#10189) 2022-02-08 01:29:11 +00:00
proposer_utils_bench_test.go Add errcheck and gosimple linters (#9729) 2021-10-22 17:40:03 -05:00
proposer.go Add propose bellatrix block (#10189) 2022-02-08 01:29:11 +00:00
server_test.go Remove CanonicalStateChan (#10093) 2022-01-18 14:24:47 +00:00
server.go Remove CanonicalStateChan (#10093) 2022-01-18 14:24:47 +00:00
status_test.go Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
status.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
sync_committee_test.go Filter Duplicates Messages For Sync Contributions (#10106) 2022-01-21 18:25:59 +00:00
sync_committee.go Use Batch Decompression For Signatures (#10105) 2022-01-21 22:57:29 +00:00
validator_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00