Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
patch the last commit empty error
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Mar 28, 2024
1 parent 03ce109 commit b6a6824
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ path = "src/bin/indexer.rs"
getrandom = { version = "0.2" }
async-trait = "0.1.51"
namada_sdk = { git = "https://github.com/anoma/namada", rev = "v0.31.4" }
#namada_sdk_32 = { package = "namada_sdk", git = "https://github.com/anoma/namada", rev = "v0.32.1" }
rand = { version = "0.8", default-features = false }
rand_core = { version = "0.6", default-features = false }
tokio = { version = "1.26.0", features = ["rt-multi-thread"] }
Expand Down Expand Up @@ -74,6 +75,11 @@ criterion = { version = "0.5.1", features = [
] }
httpc-test = "0.1.4"

[patch.crates-io]
tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "romac/allow-misformed-block" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "romac/allow-misformed-block" }
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "romac/allow-misformed-block" }
tendermint-config = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "romac/allow-misformed-block" }

[features]
default = []
Expand Down

0 comments on commit b6a6824

Please sign in to comment.