prysm-pulse/beacon-chain/powchain
Raul Jordan 10fffa6e7c
[Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010)
* add in flags

* add sync and db items

* bring over all other changes

* enable on

* use feature flag

* powchain

* builds

* fix up tests

* pass iface

* gaz

* enable bellatrix blind in unmarshal only behind flag

* poolside

* pass rpc tests

* rebuilds

* naming

* cleaner func

* check needs resync

* idiomatic

* gaz

* rem

* build

* nicer

* build

* cleaner

* surface error

* wrapping

* unmarshal logs

* fix up

* cleaner

* log

* builds

* Update beacon-chain/blockchain/execution_engine.go

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* terence feedback

* test added for resync

* nil check

* fmt

Co-authored-by: terencechain <terence@prysmaticlabs.com>
2022-07-13 17:18:30 +00:00
..
testdata/fuzz Fix FuzzForkChoiceResponse Crash (#11043) 2022-07-13 09:47:14 +00:00
testing [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
types Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
block_cache_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
block_cache.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
block_reader_test.go Improvements to powchain package (#10652) 2022-05-09 13:57:34 +00:00
block_reader.go Add Back Timestamp Related Deposit Processing (#10806) 2022-06-04 01:58:03 +00:00
BUILD.bazel Execution Payload / Header Interface Wrappers (#11025) 2022-07-13 01:49:38 +00:00
check_transition_config_test.go Major Simplification of JSON Handling for Execution Blocks (#10993) 2022-07-06 22:06:00 +00:00
check_transition_config.go Don't log terminal difficulty has not been reached yet... until Bellatrix (#10951) 2022-06-29 13:53:59 +00:00
deposit_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
deposit.go [Service Revamp] - Powchain Service With Functional Options (#9856) 2021-11-04 14:19:44 -04:00
engine_client_fuzz_test.go Add Fuzzing For JSON Marshalling/Unmarshalling Methods (#10995) 2022-07-06 15:15:14 +00:00
engine_client_test.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
engine_client.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
errors.go Handle invalid_block_hash error from ee (#10991) 2022-07-06 00:22:12 +00:00
init_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
log_processing_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
log_processing.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
metrics.go Engine Client Method to Reconstruct Full Bellatrix Beacon Block (#10998) 2022-07-08 14:10:33 +00:00
options.go Set Auth Differently In Our Powchain Constructor (#10501) 2022-04-09 11:03:05 +02:00
powchain_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
prometheus_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
prometheus.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
provider_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
provider.go Move iputil and httpuil pkgs into network pkg (#9621) 2021-09-16 19:12:27 +00:00
rpc_connection.go rpc: Better connection handling (#10714) 2022-05-19 02:53:24 +00:00
service_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
service.go Add Back Timestamp Related Deposit Processing (#10806) 2022-06-04 01:58:03 +00:00