prysm-pulse/consensus-types/wrapper
Potuz 4b083c2ca9
Fix IsExecutionEnabled for blinded blocks (#11076)
* Fix IsExecutionEnabled for blinded blocks

The TransactionsRoot of a blinded block may be non-zero, anyway we do
not insert the header in the state until IsExecutionEnabled is true.
This last check was failing on blinded blocks because it was actively
checking that the root should be zero, when it needn't be.

Superseeds #11068

* fix test

* test case

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-07-19 20:45:45 +00:00
..
beacon_block_altair_test.go Execution Payload / Header Interface Wrappers (#11025) 2022-07-13 01:49:38 +00:00
beacon_block_altair.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
beacon_block_bellatrix_test.go Fix IsExecutionEnabled for blinded blocks (#11076) 2022-07-19 20:45:45 +00:00
beacon_block_bellatrix.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
beacon_block_phase0_test.go Execution Payload / Header Interface Wrappers (#11025) 2022-07-13 01:49:38 +00:00
beacon_block_phase0.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
beacon_block_test.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
beacon_block.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
blinded_beacon_block_bellatrix_test.go Execution Payload / Header Interface Wrappers (#11025) 2022-07-13 01:49:38 +00:00
blinded_beacon_block_bellatrix.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
BUILD.bazel Execution Payload / Header Interface Wrappers (#11025) 2022-07-13 01:49:38 +00:00
execution_test.go Execution Payload / Header Interface Wrappers (#11025) 2022-07-13 01:49:38 +00:00
execution.go Fix IsExecutionEnabled for blinded blocks (#11076) 2022-07-19 20:45:45 +00:00
metadata.go Move Consensus Type Wrappers Into Consensus Types Package (#10598) 2022-05-02 15:43:40 +00:00
mutator.go Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00