prysm-pulse/beacon-chain/rpc/prysm/v1alpha1/validator
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
..
aggregator_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
aggregator.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
assignments_test.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
assignments.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attester_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
attester.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
blocks_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
blocks.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
BUILD.bazel Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
exit_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
exit.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
log.go Restructure RPC packages to be future compatible (#9136) 2021-07-02 15:54:52 +00:00
proposer_altair.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_attestations_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
proposer_attestations.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
proposer_bellatrix_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_bellatrix.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_deposits_test.go Fallback To Rebuilding Deposit Tries (#10562) 2022-04-29 09:33:59 +00:00
proposer_deposits.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
proposer_eth1data.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
proposer_execution_payload_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_execution_payload.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_phase0.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30: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 Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_utils_bench_test.go Remove Proposer Selection Feature (#10547) 2022-04-19 08:59:19 +00:00
proposer.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
server_test.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
server.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
status_test.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
status.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
sync_committee_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
sync_committee.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
validator_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00