Skip to content
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 55 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all 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 Mar 18, 2024
4474b8d
update sequencer for proto updates
noot Mar 18, 2024
278fc58
cleanup conductor
noot Mar 18, 2024
d7f9c9c
make block proto not breaking
noot Mar 18, 2024
95c5484
make celestia proto non breaking
noot Mar 18, 2024
62e5b3b
clippy
noot Mar 18, 2024
3ab43e1
fix tests
noot Mar 18, 2024
ddf237f
fix unit tests and cleanup for v0.38
noot Mar 18, 2024
b7c7968
cleanup
noot Mar 18, 2024
cc7cfb5
cleanup
noot Mar 18, 2024
d1e0c24
clippy
noot Mar 18, 2024
48131f9
cleanup
noot Mar 18, 2024
67ba364
merge w main
noot Mar 22, 2024
b41eb87
Merge branch 'noot/proto-updates-for-038' of github.com:astriaorg/ast…
noot Mar 22, 2024
9ff099d
merge with main
noot Mar 26, 2024
dc2d9af
address comments
noot Mar 29, 2024
a474d6a
generate protos
noot Apr 2, 2024
0188499
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot Apr 4, 2024
4dbc17d
move block and celestia protos to v2, update sequencer and core
noot Apr 5, 2024
9967433
update conductor and relayer
noot Apr 5, 2024
d605182
generate serde for required types
noot Apr 5, 2024
3cd2167
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot Apr 5, 2024
0ff12ba
name v2alpha1
noot Apr 5, 2024
abc74ce
fix sequencer tests
noot Apr 5, 2024
1d03e06
merge w proto branch
noot Apr 5, 2024
2ca170b
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot Apr 9, 2024
dab4ef8
create sequencerblockapis v1alpha1
noot Apr 10, 2024
950b134
lint protos
noot Apr 10, 2024
30f0e2d
Merge branch 'main' of github.com:astriaorg/astria into noot/split-pr…
noot Apr 10, 2024
438c6b2
update release workflow
noot Apr 10, 2024
91a43a2
add astria/astria dep
noot Apr 10, 2024
875922f
address comments, serde for sequencerblock types
noot Apr 11, 2024
8e923b3
Merge branch 'main' of github.com:astriaorg/astria into noot/split-pr…
noot Apr 11, 2024
4621ac7
wip
noot Apr 11, 2024
59b7669
merge and update core
noot Apr 11, 2024
add826b
merge
noot Apr 11, 2024
2345d44
merge w main
noot Apr 11, 2024
692e2da
cleanup
noot Apr 11, 2024
0834919
cleanup
noot Apr 11, 2024
380e8d5
move protobuf trait into sequencer/sequencerblock
noot Apr 11, 2024
233fd12
clippy
noot Apr 11, 2024
7724dae
test fix
noot Apr 11, 2024
38a3baa
fix tests
noot Apr 11, 2024
e1f993f
clippy
noot Apr 11, 2024
c9fed7e
merge and update penumbra dep
noot Apr 11, 2024
8a5d6c0
update app to use staged write batch
noot Apr 11, 2024
2b555cf
cleanup
noot Apr 11, 2024
e515fd7
Merge branch 'main' of github.com:astriaorg/astria into noot/proto-up…
noot Apr 11, 2024
4f8dd0d
Merge branch 'noot/proto-updates-for-038' of github.com:astriaorg/ast…
noot Apr 11, 2024
5ace514
minor fixes for running w 0.38
noot Apr 11, 2024
fd87d7f
clippy
noot Apr 11, 2024
1efc3c7
address comments
noot Apr 12, 2024
b018c7c
merge with main
noot Apr 17, 2024
9116cdb
address comments
noot Apr 17, 2024
d9e5dae
update charts to use cometbft v0.38.6
noot Apr 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 88 additions & 143 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ serde_json = "1"
metrics = "0.22.1"
pbjson-types = "0.6"
# Note that when updating the penumbra versions, vendored types in `proto/sequencerapis/astria_vendored` may need to be updated as well.
penumbra-ibc = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.69.1", default-features = false }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.69.1" }
penumbra-tower-trace = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.69.1" }
# update once https://github.com/penumbra-zone/penumbra/commit/8b06546af43bf073fd99f3f9d82b8afb51872489 makes it into a release
Copy link
Member

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

penumbra-ibc = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "8b06546af43bf073fd99f3f9d82b8afb51872489", default-features = false }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "8b06546af43bf073fd99f3f9d82b8afb51872489" }
penumbra-tower-trace = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "8b06546af43bf073fd99f3f9d82b8afb51872489" }
prost = "0.12"
rand = "0.8.5"
regex = "1.9"
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.5
version: 0.11.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ global:
images:
cometBFT:
repo: docker.io/cometbft/cometbft
tag: v0.37.x
devTag: v0.37.x
tag: v0.38.6
devTag: v0.38.6
sequencer:
repo: ghcr.io/astriaorg/sequencer
tag: "0.10.1"
Expand Down
6 changes: 3 additions & 3 deletions crates/astria-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ anyhow = "1"
borsh = { version = "1", features = ["derive"] }
matchit = "0.7.2"
tower = "0.4"
tower-abci = "0.11.0"
tower-abci = "0.12.0"
tower-actor = "0.1.0"
cnidarium = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.69.1" }
cnidarium-component = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.69.1" }
cnidarium = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "8b06546af43bf073fd99f3f9d82b8afb51872489" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as for the penumbra deps, right? Let's add this to a tracking issue

cnidarium-component = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "8b06546af43bf073fd99f3f9d82b8afb51872489" }

async-trait = { workspace = true }
bytes = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Ensure `~/go` is in your `PATH`, or `GOPATH` is set to some other place in your
```sh
git clone https://github.com/cometbft/cometbft
cd cometbft
git checkout origin/v0.37.x
git checkout origin/v0.38.6
export GOPATH=~/go
make install
```
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer/TESTNET.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ensure `~/go` is in your `PATH`, or `GOPATH` is set to some other place in your
```sh
git clone https://github.com/cometbft/cometbft
cd cometbft
git checkout origin/v0.37.x
git checkout origin/v
export GOPATH=~/go
make install
```
Expand Down
Loading
Loading