prysm-pulse/beacon-chain/rpc/eth/beacon
Radosław Kapka 1fbb3f3e51
Reconstruct full Capella block (#11732)
* Merge branch 'reconstruct-capella-block' into capella

(cherry picked from commit b0601580ef1c876a79074a477556ecbeeef49178)

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go
#	proto/engine/v1/json_marshal_unmarshal.go

* remove unneeded test

* rename methods

* add doc to interface

* deepsource

(cherry picked from commit 903cab75eea384c75018e3da4fc45b471ebaf0ea)

# Conflicts:
#	beacon-chain/execution/testing/mock_engine_client.go

* bzl

* fix failing tests

* single ExecutionBlockByHash function

* fix engine mock

* deepsource

* reorder checks

* single execution block type

* update tests

* update doc

* bytes test

* remove toWithdrawalJSON

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-12-14 13:42:48 +00:00
..
blinded_blocks_test.go Upgrade getBlindedBlock API endpoint to Capella (#11687) 2022-11-28 18:17:05 +00:00
blinded_blocks.go Upgrade getBlindedBlock API endpoint to Capella (#11687) 2022-11-28 18:17:05 +00:00
blocks_test.go Upgrade getBlindedBlock API endpoint to Capella (#11687) 2022-11-28 18:17:05 +00:00
blocks.go Reconstruct full Capella block (#11732) 2022-12-14 13:42:48 +00:00
BUILD.bazel Upgrade getBlindedBlock API endpoint to Capella (#11687) 2022-11-28 18:17:05 +00:00
config_test.go Operations pool for BLS-to-execution-changes (#11631) 2022-11-22 18:34:14 +01:00
config.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
init_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
log.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
pool_test.go Revert "More efficient way of computing skip slot cache key (#11441)" (#11535) 2022-10-04 14:13:11 +08:00
pool.go Fork aware beacon API end points (#11274) 2022-08-23 17:07:11 +00:00
server_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
server.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state_test.go Fix get RANDAO endpoint for underflow (#11650) 2022-11-11 17:58:25 +00:00
state.go Fix get RANDAO endpoint for underflow (#11650) 2022-11-11 17:58:25 +00:00
sync_committee_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_committee.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validator_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
validator.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00