prysm-pulse/beacon-chain/execution
Nishant Das d4fd3c34de
Use GetPayloadBodies in our Engine Client (#12630)
* add it to our engine client

* lint

* add better debugging info

* temp debugging

* fix

* fix it

* pretty

* dumb bug

* Revert "pretty"

This reverts commit 6a6df3cc5fd0c269e7917bc2b96f304498d6959e.

* Revert "fix it"

This reverts commit 73dc617bb0b653f882c79cd09c1c9df9af1e5453.

* Revert "fix"

This reverts commit 3aecdaac6d21cd43ae0db5f17a71f07bf1a5f928.

* Revert "temp debugging"

This reverts commit ffcd2c61a0dd38667e9555d284a9dd8f87972bfc.

* Revert "add better debugging info"

This reverts commit 96184e8567bdcf82b40c55838660443233105865.

* raul's comment

* regression test

---------

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2023-07-18 15:46:23 +00:00
..
testdata/fuzz Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
testing Change native execution value to Gwei Uint64 (#12291) 2023-04-22 00:44:28 +00:00
types Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_cache_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_cache.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_reader_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_reader.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Add In Support For Builder in E2E (#12343) 2023-05-11 11:10:29 -05:00
check_transition_config_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
check_transition_config.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
deposit_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
deposit.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
engine_client_fuzz_test.go Fix Fuzz Target For ExecutionPayload (#12541) 2023-06-16 12:41:28 +00:00
engine_client_test.go Change native execution value to Gwei Uint64 (#12291) 2023-04-22 00:44:28 +00:00
engine_client.go Use GetPayloadBodies in our Engine Client (#12630) 2023-07-18 15:46:23 +00:00
errors.go Add getpayloadbodies (#11973) 2023-03-14 15:52:16 +00:00
execution_chain_test.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
init_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log_processing_test.go Update Dependencies (#12204) 2023-03-29 13:04:47 +00:00
log_processing.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
metrics.go Add getpayloadbodies (#11973) 2023-03-14 15:52:16 +00:00
options.go Add In Support For Builder in E2E (#12343) 2023-05-11 11:10:29 -05:00
prometheus_test.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
prometheus.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
rpc_connection.go Add In Support For Builder in E2E (#12343) 2023-05-11 11:10:29 -05:00
service_test.go Update Dependencies (#12204) 2023-03-29 13:04:47 +00:00
service.go InsertFinalizedDeposits: return an error (#12342) 2023-04-28 20:59:09 +00:00