diff --git a/Cargo.lock b/Cargo.lock index 26ecc4a3b9..a524980376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,8 +1628,7 @@ dependencies = [ [[package]] name = "cosmos-sdk-proto" version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32560304ab4c365791fd307282f76637213d8083c1a98490c35159cd67852237" +source = "git+https://github.com/jstuczyn/cosmos-rust?branch=nym-temp/all-validator-features#67718aa27a96efb9881e927a8f998c94b885093c" dependencies = [ "prost 0.12.1", "prost-types 0.12.1", @@ -1639,8 +1638,7 @@ dependencies = [ [[package]] name = "cosmrs" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47126f5364df9387b9d8559dcef62e99010e1d4098f39eb3f7ee4b5c254e40ea" +source = "git+https://github.com/jstuczyn/cosmos-rust?branch=nym-temp/all-validator-features#67718aa27a96efb9881e927a8f998c94b885093c" dependencies = [ "bip32", "cosmos-sdk-proto", diff --git a/Cargo.toml b/Cargo.toml index 4d786023d4..ed91479c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,7 +190,7 @@ cw-controllers = { version = "=1.1.0" } # cosmrs-related bip32 = "0.5.1" -cosmrs = "=0.15.0" +cosmrs = { git = "https://github.com/jstuczyn/cosmos-rust", branch = "nym-temp/all-validator-features" } tendermint-rpc = "0.34" # same version as used by cosmrs prost = "0.12" diff --git a/nym-wallet/nym-wallet-types/Cargo.toml b/nym-wallet/nym-wallet-types/Cargo.toml index 924d8168e9..fb32db3426 100644 --- a/nym-wallet/nym-wallet-types/Cargo.toml +++ b/nym-wallet/nym-wallet-types/Cargo.toml @@ -12,7 +12,7 @@ strum = { version = "0.23", features = ["derive"] } ts-rs = "7.0.0" cosmwasm-std = "1.3.0" -cosmrs = "=0.15.0" +cosmrs = { git = "https://github.com/jstuczyn/cosmos-rust", branch = "nym-temp/all-validator-features" } nym-config = { path = "../../common/config" } nym-network-defaults = { path = "../../common/network-defaults" } diff --git a/nym-wallet/src-tauri/Cargo.toml b/nym-wallet/src-tauri/Cargo.toml index 1182ef2d1c..90700a169b 100644 --- a/nym-wallet/src-tauri/Cargo.toml +++ b/nym-wallet/src-tauri/Cargo.toml @@ -49,7 +49,7 @@ base64 = "0.13" zeroize = { version = "1.5", features = ["zeroize_derive", "serde"] } cosmwasm-std = "1.3.0" -cosmrs = "=0.15.0" +cosmrs = { git = "https://github.com/jstuczyn/cosmos-rust", branch = "nym-temp/all-validator-features" } nym-validator-client = { path = "../../common/client-libs/validator-client" } nym-crypto = { path = "../../common/crypto", features = ["asymmetric"] }