prysm-pulse/validator/client
Radosław Kapka 879e310332
Native Blocks Ep. 2 - Switch usages to new package (#10885)
* panic in SizeSSZ

* moving slowly

* adapt old code to new interfaces

* return interfaces from factory functions

* replace the rest of WrappedSignedBeaconBlock

* WrappedBeaconBlock

* WrappedBeaconBlockBody

* miscellaneous

* Test_BeaconBlockIsNil

* replace usages of BeaconBlockIsNil

* replace usages of mutator

* fix all build errors

* fix some more issues

* mutator changes

* relax assertions when initializing

* revert changes in object_mapping.go

* allow calling Proto on nil

* Revert "allow calling Proto on nil"

This reverts commit ecc84e455381b03d24aec2fa0fa17bddbec71705.

* modify Copy and Proto methods

* remove unused var

* fix block batch tests

* correct BUILD file

* Error when initializing nil objects

* one more error fix

* add missing comma

* rename alias to blocktest

* add logging

* error when SignedBeaconBlock is nil

* fix last test

* import fix

* broken

* working

* test fixes

* reduce complexity of processPendingBlocks

* simplified
2022-08-02 15:30:46 +00:00
..
iface Validator Registration: use cached signatures if certain properties don't change. (#11014) 2022-07-12 04:19:49 +00:00
testutil Validator-Registration: E2E current release fix and better error handling (#11075) 2022-07-20 09:15:20 -04:00
aggregate_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
aggregate.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attest_protect_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attest_protect.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
attest_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
attest.go add mutex for validator.highestValidSlot (#10722) 2022-05-28 00:44:06 +00:00
BUILD.bazel Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
key_reload_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
key_reload.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
log_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
log.go Add More Visibility Into Sync Committee Message Participation (#10943) 2022-06-27 23:01:24 +00:00
metrics_test.go Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
metrics.go Refactor: Reduce cognitive complexity for 5 out of top 10 functions in code base (#10854) 2022-06-18 10:14:43 +00:00
multiple_endpoints_grpc_resolver.go Update Libp2p to v0.15.1 (#9960) 2021-12-01 18:09:34 +00:00
propose_protect_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
propose_protect.go Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00
propose_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
propose.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
registration_test.go Validator gRPC: Add deprecated endpoint to prevent breaking change from v2.1.3 (#11078) 2022-07-20 11:08:13 -05:00
registration.go Clean up push proposer setting method (#11091) 2022-07-26 16:57:23 +00:00
runner_test.go Validator-Registration: E2E current release fix and better error handling (#11075) 2022-07-20 09:15:20 -04:00
runner.go Validator-Registration: E2E current release fix and better error handling (#11075) 2022-07-20 09:15:20 -04:00
service_test.go Service constructors and Start() - better separation of concerns (#10532) 2022-04-16 02:45:35 +00:00
service.go Clean up push proposer setting method (#11091) 2022-07-26 16:57:23 +00:00
slashing_protection_interchange_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
sync_committee_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
sync_committee.go Add More Visibility Into Sync Committee Message Participation (#10943) 2022-06-27 23:01:24 +00:00
validator_test.go Clean up push proposer setting method (#11091) 2022-07-26 16:57:23 +00:00
validator.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
wait_for_activation_test.go Simplify Push Proposer settings (#11005) 2022-07-07 22:24:06 +00:00
wait_for_activation.go Simplify Push Proposer settings (#11005) 2022-07-07 22:24:06 +00:00