From 79069a441cee7d9955a3d826d29656a0fb16115c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Mon, 15 May 2023 12:21:25 +0200 Subject: [PATCH 1/2] update tendermint-rs https://github.com/heliaxdev/tendermint-rs/pull/13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8689480..943da71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tendermint-proto = { git = "https://github.com/heliaxdev/tendermint-rs", rev = "a2cd889ae706854e7bf476880a37408d75b4a8e1" } +tendermint-proto = { git = "https://github.com/heliaxdev/tendermint-rs", rev = "4db3c5ea09fae4057008d22bf9e96bf541b55b35" } bytes = "1" tokio = { version = "1", features = ["full"]} tokio-util = { version = "0.6", features = ["codec"] } From 367d8d958b83c501ed2c09e9c4595f8bf75a0b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Sun, 21 May 2023 16:43:12 +0200 Subject: [PATCH 2/2] update tendermint-rs for consensus params --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 943da71..e6a20e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tendermint-proto = { git = "https://github.com/heliaxdev/tendermint-rs", rev = "4db3c5ea09fae4057008d22bf9e96bf541b55b35" } +tendermint-proto = { git = "https://github.com/heliaxdev/tendermint-rs", rev = "02b256829e80f8cfecf3fa0d625c2a76c79cd043" } bytes = "1" tokio = { version = "1", features = ["full"]} tokio-util = { version = "0.6", features = ["codec"] }