-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
refactor: PoC for unordered txs per new spec #24010
Merged
technicallyty
merged 38 commits into
release/v0.53.x
from
technicallyty/23976/unordered-tx-refactor
Mar 24, 2025
+696
−953
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
007e9f1
WIP unordered refactor
technicallyty d0c7237
implement multiple signers handling
technicallyty e0cef44
use collections..
technicallyty fd79847
make UTXs more behind the scenes...
technicallyty 304bfd4
set ttl max
technicallyty d8aa37e
ok
technicallyty 9375652
tests
technicallyty 4bd3769
make simapp deal with the optional unordered thing
technicallyty f5ca415
fix
technicallyty e163124
changes from adr
technicallyty bfc6c46
use GetSigners for addresses
technicallyty 164ce70
move everyting to keeper, rename stuff
technicallyty 6fd8b98
Merge branch 'release/v0.53.x' into technicallyty/23976/unordered-tx-…
technicallyty a2949e7
revert no longer needed testutil change
technicallyty 87ae5c6
use int64 not uint64
technicallyty 6512d5a
unordered sequences -> unordered nonces rename
technicallyty 6f2a710
optional timeout set
technicallyty 5adc7c2
add some docs
technicallyty 4202b27
test
technicallyty 0bebc3b
fix test util
technicallyty afc389f
linter
technicallyty 0ca4fca
comments, renames, gas
technicallyty 7816fe5
lingering unordered sequence verbiage
technicallyty c8805af
options
technicallyty 1f52d1f
linter
technicallyty 5acf257
changes
technicallyty 070e3c9
Merge branch 'release/v0.53.x' into technicallyty/23976/unordered-tx-…
technicallyty 5387be1
Merge branch 'release/v0.53.x' into technicallyty/23976/unordered-tx-…
technicallyty 2deed33
Merge branch 'technicallyty/23976/unordered-tx-refactor' of ssh://git…
technicallyty 450e2dc
fix lint
technicallyty a93d895
lint
technicallyty ec0157e
liter
technicallyty 9a5a588
lint order
technicallyty 2db0155
lint
technicallyty a4a40c2
TryAdd
technicallyty f38e629
structure
technicallyty f08858d
Merge branch 'release/v0.53.x' into technicallyty/23976/unordered-tx-…
technicallyty 52f17be
lint fix
technicallyty 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
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
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
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.
note to make sure we have this added in the upgrade guide for adding utx
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.
opened #24078