rpctest executable
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 5 additions, 0 deletionsCargo.toml
- json/src/blockchain/block.rs 7 additions, 0 deletionsjson/src/blockchain/block.rs
- json/src/blockchain/blockchain.rs 12 additions, 0 deletionsjson/src/blockchain/blockchain.rs
- json/src/blockchain/mod.rs 8 additions, 0 deletionsjson/src/blockchain/mod.rs
- json/src/blockchain/test.rs 1 addition, 0 deletionsjson/src/blockchain/test.rs
- json/src/bytes.rs 1 addition, 1 deletionjson/src/bytes.rs
- parity/rpctest.rs 80 additions, 0 deletionsparity/rpctest.rs
... | ... | @@ -28,6 +28,7 @@ ethminer = { path = "miner" } |
ethcore-devtools = { path = "devtools" } | ||
ethcore-rpc = { path = "rpc", optional = true } | ||
ethjson = { path = "json" } | ||
serde_json = "0.7.0" | ||
[features] | ||
default = ["rpc"] | ||
... | ... | @@ -40,6 +41,10 @@ travis-nightly = ["ethcore/json-tests", "dev"] |
path = "parity/main.rs" | ||
name = "parity" | ||
[[bin]] | ||
path = "parity/rpctest.rs" | ||
name = "rpctest" | ||
[profile.release] | ||
debug = false | ||
lto = false |
parity/rpctest.rs
0 → 100644
Please register or sign in to comment