diff --git a/Cargo.lock b/Cargo.lock index 1318a2d619..a130c9cd4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4995,8 +4995,7 @@ dependencies = [ [[package]] name = "tendermint" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15ab8f0a25d0d2ad49ac615da054d6a76aa6603ff95f7d18bafdd34450a1a04b" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "bytes", "digest 0.10.7", @@ -5026,8 +5025,7 @@ dependencies = [ [[package]] name = "tendermint-config" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a02da769166e2052cd537b1a97c78017632c2d9e19266367b27e73910434fc" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "flex-error", "serde", @@ -5040,8 +5038,7 @@ dependencies = [ [[package]] name = "tendermint-light-client" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc60a09541be13b8f8be305c260eb6144e48e01299302f71956c6e5284f2e4d6" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "contracts", "crossbeam-channel 0.4.4", @@ -5065,8 +5062,7 @@ dependencies = [ [[package]] name = "tendermint-light-client-detector" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6af616fb578fec00cb6466d57718ad962de8482e77a7b647f4c8acf3538913e4" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "crossbeam-channel 0.4.4", "derive_more", @@ -5088,8 +5084,7 @@ dependencies = [ [[package]] name = "tendermint-light-client-verifier" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b8090d0eef9ad57b1b913b5e358e26145c86017e87338136509b94383a4af25" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "derive_more", "flex-error", @@ -5101,8 +5096,7 @@ dependencies = [ [[package]] name = "tendermint-proto" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b797dd3d2beaaee91d2f065e7bdf239dc8d80bba4a183a288bc1279dd5a69a1e" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "bytes", "flex-error", @@ -5119,8 +5113,7 @@ dependencies = [ [[package]] name = "tendermint-rpc" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71afae8bb5f6b14ed48d4e1316a643b6c2c3cbad114f510be77b4ed20b7b3e42" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "async-trait", "async-tungstenite", @@ -5153,8 +5146,7 @@ dependencies = [ [[package]] name = "tendermint-testgen" version = "0.34.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae652e9e8b23f27f6a4fbeb29ead22ff4c2256b8d32df226b73258ba2a4ce11e" +source = "git+https://github.com/astriaorg/tendermint-rs.git?rev=07e084c4ededd1a24e19030e53041aabe5b1d7a0#07e084c4ededd1a24e19030e53041aabe5b1d7a0" dependencies = [ "ed25519-consensus", "gumdrop", diff --git a/Cargo.toml b/Cargo.toml index c651008bfc..c4e123b178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ exclude = [ overflow-checks = true [patch.crates-io] -# tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } -# tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } -# tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } -# tendermint-light-client = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } -# tendermint-light-client-verifier = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } -# tendermint-light-client-detector = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } -# tendermint-testgen = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" } +tendermint = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-rpc = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-proto = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-light-client = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-light-client-verifier = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-light-client-detector = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" } +tendermint-testgen = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }