-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into benches_vs_vm
- Loading branch information
Showing
4 changed files
with
113 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Daily Workflow Failure: Block Range {{ env.BLOCK_START }}-{{ env.BLOCK_END }}" | ||
labels: bug | ||
--- | ||
|
||
Comparing VM execution against Native in the given block range produced diffs: | ||
|
||
- Commit: {{ env.COMMIT_SHA }} | ||
- Block Start: {{ env.BLOCK_START }} | ||
- Block End: {{ env.BLOCK_END }} | ||
- Workflow URL: {{ env.WORKFLOW_URL }} | ||
|
||
## Compare Output | ||
|
||
The transaction were not compared in order. You should rerun the whole block to find the error root | ||
|
||
``` | ||
{{ env.OUTPUT }} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters