-
Notifications
You must be signed in to change notification settings - Fork 405
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
fix(agents/sealevel): handle non configured igp account payments #5075
Draft
aroralanuk
wants to merge
28
commits into
main
Choose a base branch
from
kunal/index-other-igps
base: main
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.
+330
−24
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
48c9f6d
zero out non matching igp pubkey
aroralanuk 04bcac4
inter
aroralanuk 181daa6
add pay for gas salt
aroralanuk 682e87f
account-salt
aroralanuk 3ecddf7
print igpa
aroralanuk acc94ba
rm extra pay-for-gas
aroralanuk e5d82bb
add gas oracle
aroralanuk 02ae504
update skipped message
aroralanuk 905376a
10msgs
aroralanuk d174fd3
fmt
aroralanuk d0ba59b
revert non paying tx
aroralanuk f19ac16
rm sealevel
aroralanuk 3e7e919
igp artifact path salt
aroralanuk ef17f91
enable sealevel
aroralanuk 5cc9759
add scraper back
aroralanuk b46f993
rm warp-init
aroralanuk abff1f1
reorder by non matching first
aroralanuk 940488b
reorder
aroralanuk 3a8c10a
revert invariant
aroralanuk 5fe7ad8
rm comma
aroralanuk 04d321c
set igp config
aroralanuk f884bd0
change logs
aroralanuk d510711
set for aggregation as default
aroralanuk 2ba224b
index out of range
aroralanuk aee95b3
add parsing check
aroralanuk 2c05b12
err instead of panic
aroralanuk 0fdde68
cleanup
aroralanuk 7f16ff0
Merge branch 'kunal/reenble-igp-enforcement' into kunal/index-other-igps
aroralanuk 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
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
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.
getting a little hard to read, could we change the logic around here starting with line 249 to be something like:
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.
done