Skip to content

Commit

Permalink
bump tendermint-rs to 0.32, penumbra to 0.54.1 and tower-abci to 0.8.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
noot authored Jun 20, 2023
1 parent db60fc7 commit fe51825
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 80 deletions.
91 changes: 22 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,11 @@ rand = "0.7"
# in the entire workspace
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
tempfile = "3.5.0"
tendermint = "0.30"
tendermint-proto = "0.30"
tendermint = "0.32"
tendermint-proto = "0.32"
tokio = "1.28"
tonic = "0.9"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = "1.3.1"
which = "4.4.0"

[patch."https://github.com/penumbra-zone/penumbra.git"]
penumbra-storage = { git = "https://github.com/astriaorg/penumbra.git", branch = "noot/fix-trace-v0.53.1" }
penumbra-tower-trace = { git = "https://github.com/astriaorg/penumbra.git", branch = "noot/fix-trace-v0.53.1" }
11 changes: 6 additions & 5 deletions crates/astria-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ edition = "2021"
anyhow = "1"
borsh = "0.10.3"
is-terminal = "0.4.7"
penumbra-storage = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.53.1" }
penumbra-tower-trace = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.53.1" }
tendermint-proto = "0.31"
tendermint = "0.31"
# commit builds off v0.54.1
penumbra-storage = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "d8d5cd0b00876380147d7ddc7f3005178e3d9ae0" }
penumbra-tower-trace = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "d8d5cd0b00876380147d7ddc7f3005178e3d9ae0" }
tower = "0.4"
tower-abci = "0.7.0"
tower-abci = "0.8.0"
tower-actor = "0.1.0"

async-trait = { workspace = true }
Expand All @@ -22,6 +21,8 @@ futures = { workspace = true }
hex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tendermint-proto = { workspace = true }
tendermint = { workspace = true }
tokio = { workspace = true, features = [ "rt", "tracing" ] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["ansi", "env-filter", "json"] }
Expand Down

0 comments on commit fe51825

Please sign in to comment.