-
Notifications
You must be signed in to change notification settings - Fork 80
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(sequencer)!: update to ABCI v0.38 #831
Merged
Merged
Changes from 51 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
4b06f2c
pull proto and crate changes from noot/abci-0.38
noot 4474b8d
update sequencer for proto updates
noot 278fc58
cleanup conductor
noot d7f9c9c
make block proto not breaking
noot 95c5484
make celestia proto non breaking
noot 62e5b3b
clippy
noot 3ab43e1
fix tests
noot ddf237f
fix unit tests and cleanup for v0.38
noot b7c7968
cleanup
noot cc7cfb5
cleanup
noot d1e0c24
clippy
noot 48131f9
cleanup
noot 67ba364
merge w main
noot b41eb87
Merge branch 'noot/proto-updates-for-038' of github.com:astriaorg/ast…
noot 9ff099d
merge with main
noot dc2d9af
address comments
noot a474d6a
generate protos
noot 0188499
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot 4dbc17d
move block and celestia protos to v2, update sequencer and core
noot 9967433
update conductor and relayer
noot d605182
generate serde for required types
noot 3cd2167
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot 0ff12ba
name v2alpha1
noot abc74ce
fix sequencer tests
noot 1d03e06
merge w proto branch
noot 2ca170b
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot dab4ef8
create sequencerblockapis v1alpha1
noot 950b134
lint protos
noot 30f0e2d
Merge branch 'main' of github.com:astriaorg/astria into noot/split-pr…
noot 438c6b2
update release workflow
noot 91a43a2
add astria/astria dep
noot 875922f
address comments, serde for sequencerblock types
noot 8e923b3
Merge branch 'main' of github.com:astriaorg/astria into noot/split-pr…
noot 4621ac7
wip
noot 59b7669
merge and update core
noot add826b
merge
noot 2345d44
merge w main
noot 692e2da
cleanup
noot 0834919
cleanup
noot 380e8d5
move protobuf trait into sequencer/sequencerblock
noot 233fd12
clippy
noot 7724dae
test fix
noot 38a3baa
fix tests
noot e1f993f
clippy
noot c9fed7e
merge and update penumbra dep
noot 8a5d6c0
update app to use staged write batch
noot 2b555cf
cleanup
noot e515fd7
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot 4f8dd0d
Merge branch 'noot/proto-updates-for-038' of github.com:astriaorg/ast…
noot 5ace514
minor fixes for running w 0.38
noot fd87d7f
clippy
noot 1efc3c7
address comments
noot b018c7c
merge with main
noot 9116cdb
address comments
noot d9e5dae
update charts to use cometbft v0.38.6
noot 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
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
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
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.
Let's have a tracking issue for this?
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.
#964