Commit 6b38bc5
fix: resolve cherry-pick conflicts from #23007
- yarn-project/end-to-end/src/fixtures/setup.ts:
Insert pxeCreationOptions field at the equivalent position
(end of SetupOptions, after walletMinFeePadding) since
skipInitialSequencer doesn't exist on this branch.
- yarn-project/pxe/src/contract_function_simulator/oracle/private_execution_oracle.ts:
Add 'hooks: this.hooks,' to the args passed when constructing
the child PrivateExecutionOracle, between simulator and
l2TipsStore (as in #23007). this.hooks resolves via inherited
protected field on UtilityExecutionOracle.1 parent 212c01a commit 6b38bc5
4 files changed
Lines changed: 3 additions & 19 deletions
File tree
- yarn-project
- end-to-end/src/fixtures
- pxe/src/contract_function_simulator/oracle
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
584 | 585 | | |
585 | 586 | | |
586 | 587 | | |
| |||
Lines changed: 0 additions & 9 deletions
This file was deleted.
0 commit comments