prysm-pulse/validator/client/beacon-api
Radosław Kapka fb981d29e8
fix validator client (#11755)
* fix validator client

(cherry picked from commit deb138959a2ffcb89cd2e3eb8304477526f4a168)

* Use signed changes in middleware block

Co-authored-by: Potuz <potuz@prysmaticlabs.com>
2022-12-12 15:49:02 +00:00
..
mock Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
test-helpers Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
activation_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
activation.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
attestation_data_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
attestation_data.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
beacon_api_helpers_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
beacon_api_helpers.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
beacon_api_validator_client_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
beacon_api_validator_client.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
beacon_block_json_helpers_test.go fix validator client (#11755) 2022-12-12 15:49:02 +00:00
beacon_block_json_helpers.go fix validator client (#11755) 2022-12-12 15:49:02 +00:00
BUILD.bazel Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
domain_data_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
domain_data.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
genesis_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
genesis.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
index_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
index.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
json_rest_handler_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
json_rest_handler.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block_altair_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block_bellatrix_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block_blinded_bellatrix_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block_blinded_capella_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block_phase0_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block_test.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
propose_beacon_block.go Add REST implementation for Validator's ProposeBeaconBlock (#11731) 2022-12-12 10:39:51 +00:00
state_validators_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
state_validators.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
wait_for_chain_start_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00