Skip to content

Commit

Permalink
rpc-probe kvstore-fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Dec 21, 2020
1 parent 8bbb09b commit 145b245
Show file tree
Hide file tree
Showing 83 changed files with 3,468 additions and 84 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"p2p",
"proto",
"rpc",
"rpc-probe",
"tendermint",
"testgen"
]
Expand Down
69 changes: 0 additions & 69 deletions rpc-probe/run-with-docker.sh

This file was deleted.

1 change: 1 addition & 0 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ tendermint-proto = { version = "0.17.0", path = "../proto" }
thiserror = "1"
uuid = { version = "0.8", default-features = false }
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
walkdir = "2.3"

async-trait = { version = "0.1", optional = true }
async-tungstenite = { version = "0.9", features = ["tokio-runtime"], optional = true }
Expand Down
1 change: 1 addition & 0 deletions rpc/src/endpoint/abci_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub struct Request {
pub height: Option<block::Height>,

/// Include proof in response
#[serde(default)]
pub prove: bool,
}

Expand Down
Loading

0 comments on commit 145b245

Please sign in to comment.