-
Notifications
You must be signed in to change notification settings - Fork 4k
fix: tx compat #23850
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
Merged
technicallyty
merged 66 commits into
release/v0.53.x
from
technicallyty/23846/add-tx-compat
Mar 17, 2025
Merged
fix: tx compat #23850
Changes from 60 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
f30c29b
backport unordered tx
technicallyty f0d0d04
fix test
technicallyty c28ae02
Fix test
technicallyty 17b8543
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty f9b42d8
update go mod
technicallyty fa6c344
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty e254223
feat: [ADR-070] Unordered Transactions (1/2) (#18641)
alexanderbez ff6063f
import ordering
technicallyty c56005b
changelog and upgrading
technicallyty 77a4db0
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty daf1ce6
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty 73aa638
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty e4fce16
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty 0272e5e
add changelog entry
technicallyty f815582
remove upgrading for now
technicallyty 4572229
make upgrading.md for v53
technicallyty b754f48
fix(unorderedtx): issues reported in audit (#21467) (#23727)
technicallyty 426c38d
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty 6274a10
make unordered and timeouttimestamp required together
technicallyty 926b02b
revise adr
technicallyty 9188d9e
lint fixes, proto comment fix
technicallyty f1cd89f
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
technicallyty 7f8c878
fix sigverify business and restore ante handlers
technicallyty 70a67aa
Merge branch 'release/v0.53.x' into technicallyty/backport-6ec53aaf54…
1b6d687
optional utx
technicallyty 43c8f5c
Merge branch 'technicallyty/backport-6ec53aaf54-unorderedtx-part-1' o…
technicallyty 4175dfd
wip tx compat
technicallyty 54653c0
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
technicallyty a746947
wip
technicallyty 3e5ea40
this works, but not really
technicallyty bc3478b
fixed? i guess.
technicallyty 9cd0fad
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
technicallyty ed3c1cb
use intoanyv2
technicallyty b3d1193
add some comments
technicallyty 7ba8052
wip compat, add amino support, etc tests
technicallyty 9fb25b3
use pb not pulsar
technicallyty 6d21cac
add since comments
technicallyty 37f521b
better check
technicallyty 5e098b9
added systemtest wip
technicallyty 8941f38
legacy initializer
technicallyty a381b4a
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
technicallyty 2576133
wip things are working in tests
technicallyty 0f6de3a
finally.
technicallyty 12819f7
make sure timestamp doesnt get time.Time defaulted
technicallyty 1206e98
this test is better
technicallyty d1d63a7
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
technicallyty ec5b1b4
remove tx body compat
technicallyty f85114a
wip downloader
technicallyty eda6585
build-50
technicallyty 121e963
ok
technicallyty 7366542
ok
technicallyty 8ad7b1e
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
technicallyty f569e09
update makefile
technicallyty b64fac5
Merge branch 'technicallyty/23846/add-tx-compat' of ssh://github.com/…
technicallyty 77e0a84
all cases done
technicallyty 1fe91c9
all good
technicallyty 66d58b6
check error
technicallyty bb5871c
ok fixed
technicallyty 167e0b9
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
aaronc cd274f4
linter
technicallyty 1479eb1
make some fixes
technicallyty c0d692a
comment explaining why we do this
technicallyty 0739e89
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
technicallyty 18fef18
code comments where we only set timeouttimestamp if we got a non-zero…
technicallyty c292399
mispelled compat
technicallyty b4f955a
Merge branch 'release/v0.53.x' into technicallyty/23846/add-tx-compat
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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.