-
Notifications
You must be signed in to change notification settings - Fork 23
Report Intent's patched errors #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
taco-paco
wants to merge
35
commits into
master
Choose a base branch
from
feat/base-layer-ix/improve-executors
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9f5c613
feat: parallelize task cleanup
taco-paco 2019491
fix: comments for metrics
taco-paco 0202989
feat: add undelegation patching
taco-paco 1a094ec
feat: add tests
taco-paco 541c1a5
fix: some comments
taco-paco 2684f8d
fix: wait a little bit for async cleanup
taco-paco 254652a
fix: wait a little bit for async cleanup
taco-paco d684952
Merge branch 'fix/committor/long-intents' into feat/base-layer-ix/imp…
taco-paco 470fcea
refactor: Executors store reports and junk
taco-paco f4d9eae
fix: compilation
taco-paco 95e0fb0
fix: tests
taco-paco 1968617
fix: tests
taco-paco d02cc05
feat: added error message field into SentCommit
taco-paco f25213a
Merge branch 'feat/base-layer-ix/trigger-sent-commit-on-failure' into…
taco-paco 98aa18b
fix: compilation
taco-paco 21743ca
feat: introduced patched errors trace in SentCommit transaction
taco-paco 6909e0e
fix: typo
taco-paco b319f3d
fix: tests
taco-paco 438c527
fix: tests
taco-paco e4f241d
feat: added error message field into SentCommit
taco-paco 3c3b398
refactor: add extra logging + fix coderabbit
taco-paco 1bb9ef4
Merge branch 'feat/base-layer-ix/trigger-sent-commit-on-failure' into…
taco-paco e01bc79
refactor: executors
taco-paco cd79fa9
refactor
taco-paco d1f9a74
fix: tests
taco-paco 9461a48
fix: fmt
taco-paco 927a357
refactor: naming
taco-paco 9213381
Merge branch 'master' into feat/base-layer-ix/improve-executors
taco-paco aaf48f2
Merge branch 'master' into feat/base-layer-ix/improve-executors
taco-paco 60c6e45
refactor: remove unnecessary impls
taco-paco 922ab1a
refactor: address PR comments
taco-paco b0409ef
refactor: log cleanup
taco-paco 703c94e
refactor: fix log
taco-paco bfb2270
Merge branch 'master' into feat/base-layer-ix/improve-executors
taco-paco 090c47c
refactor: comments fixes
taco-paco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we open an issue to clean this up, since the cranking is supported now?