prysm-pulse/beacon-chain/execution
kasey d916827fb9
E2E from Phase0 or Bellatrix (#11802)
* e2e using dynamic configs; runtime bellatrix setup

* starts from phase0 but fee recipient eval fails

* lower TTD to cross before bellatrix epoch in e2e

* fix debug printf

* fix it

* dynamic ttd and more robust fee_recipient eval

* let multiplication set ttd=0 if bellatrix epoch=0

* refactoring fee recipient test after cognit errors

* lint

* appease deepsource

* deep sourcin

* gazelle

* missed a usage of this when refactoring

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: nisdas <nishdas93@gmail.com>
2022-12-21 04:43:29 +00:00
..
testdata/fuzz Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
testing E2E from Phase0 or Bellatrix (#11802) 2022-12-21 04:43:29 +00:00
types Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
block_cache_test.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
block_cache.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
block_reader_test.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
block_reader.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
BUILD.bazel Engine API: new/get_payload for Capella (#11775) 2022-12-16 00:25:22 +00:00
check_transition_config_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
check_transition_config.go Log ready for merge every min (#11410) 2022-09-06 13:07:48 +00:00
deposit_test.go Remove Execution Client Fallback and Make Providing an Execution Client Required (#10921) 2022-08-16 17:22:34 +00:00
deposit.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
engine_client_fuzz_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
engine_client_test.go Engine API: new/get_payload for Capella (#11775) 2022-12-16 00:25:22 +00:00
engine_client.go Engine API: new/get_payload for Capella (#11775) 2022-12-16 00:25:22 +00:00
errors.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
execution_chain_test.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
init_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
log_processing_test.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
log_processing.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
log.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
metrics.go Add new metrics (#11374) 2022-08-31 18:05:50 -04:00
options.go Support passing of headers to all Engine API calls (#11330) 2022-08-29 23:34:29 +00:00
prometheus_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
prometheus.go Remove Execution Client Fallback and Make Providing an Execution Client Required (#10921) 2022-08-16 17:22:34 +00:00
provider_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
provider.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
rpc_connection.go Start chain from bellatrix state (#11746) 2022-12-14 07:13:49 +08:00
service_test.go Remove Geth Bindings From Prysm (#11586) 2022-11-17 17:16:19 +08:00
service.go E2E from Phase0 or Bellatrix (#11802) 2022-12-21 04:43:29 +00:00