-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat(accounts): re-introduce bundler #21562
Merged
+3,189
−405
Merged
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1de73f3
checkpoint
testinginprod 3c62183
add bundler proto
testinginprod 5ea5e72
add table tests for aa tx verification
testinginprod fdda554
Merge branch 'main' into tip/accounts/bundlers
testinginprod 2714080
almost done testing
testinginprod 0db0437
lints
testinginprod d6bd905
checkpoint
testinginprod aaecd12
julien is a god
testinginprod 1f08384
Merge branch 'main' into tip/accounts/bundlers
testinginprod 5769d1f
Merge branch 'main' into tip/accounts/bundlers
testinginprod 71b8cd8
add bundler disabling
testinginprod 9d155a2
cleanup deps
testinginprod a9df0a4
simplify depinjection once more
testinginprod 646f29a
cleanup
testinginprod 501fff7
Merge branch 'main' into tip/accounts/bundlers
testinginprod ad28604
add more docs
testinginprod 7252890
Merge branch 'main' into tip/accounts/bundlers
testinginprod 3af41ef
Update UPGRADING.md
testinginprod 7603361
Merge branch 'main' into tip/accounts/bundlers
testinginprod 1d76d91
adjust upgrading
testinginprod d9972c0
adjust instructions
testinginprod 8d347c2
super tidyness
testinginprod 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
817 changes: 783 additions & 34 deletions
817
api/cosmos/accounts/interfaces/account_abstraction/v1/interface.pulsar.go
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
359 changes: 336 additions & 23 deletions
359
x/accounts/interfaces/account_abstraction/v1/interface.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
🛠️ Refactor suggestion
Refactor timeout checks to reduce code duplication
The timeout checks for
TimeoutTimestamp
andTimeoutHeight
are similar and could be refactored into a helper function to improve code readability and maintainability.Would you like assistance in implementing this refactoring? Here's a suggested approach:
📝 Committable suggestion