File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
consensus/state_processing/src Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,17 @@ pub fn per_block_processing<T: EthSpec>(
152152 ) ?;
153153 }
154154
155+ <<<<<<< HEAD
156+ =======
157+ if is_execution_enabled ( state , block . body( ) ) {
158+ let payload = block
159+ . body ( )
160+ . execution_payload ( )
161+ . ok_or ( BlockProcessingError :: IncorrectStateType ) ?;
162+ process_execution_payload( state, payload, spec) ?;
163+ }
164+
165+ >>>>>>> 5 a35ac060 ( Fix consensus, SSZ , tree hash & run merge EF tests ( #2622 ) )
155166 Ok ( ( ) )
156167}
157168
Original file line number Diff line number Diff line change 1+ <<<<<<< HEAD
12TESTS_TAG := v1.1.0-beta.5
3+ ====== =
4+ TESTS_TAG := v1.1.0-beta.4
5+ >>>>>>> 5a35ac060 (Fix consensus, SSZ, tree hash & run merge EF tests (# 2622))
26TESTS = general minimal mainnet
37TARBALLS = $(patsubst % ,% -$(TESTS_TAG ) .tar.gz,$(TESTS ) )
48
You can’t perform that action at this time.
0 commit comments