tendermint-light-node 0.15.0

The Tendermint light-node wraps the light-client crate into a command-line interface tool. It can be used to initialize and start a standalone light client daemon and exposes a JSONRPC endpoint from which you can query the current state of the light node.
Documentation
[[bin]]
name = "tendermint-light-node"
path = "src/bin/tendermint-light-node/main.rs"
[dependencies.abscissa_core]
version = "0.5.0"

[dependencies.abscissa_tokio]
version = "0.5"

[dependencies.anomaly]
features = ["serializer"]
version = "0.2"

[dependencies.async-trait]
version = "0.1"

[dependencies.gumdrop]
version = "0.7"

[dependencies.jsonrpc-core]
version = "14.2"

[dependencies.jsonrpc-core-client]
version = "14.2"

[dependencies.jsonrpc-derive]
version = "14.2"

[dependencies.jsonrpc-http-server]
version = "14.2"

[dependencies.serde]
features = ["serde_derive"]
version = "1"

[dependencies.serde_json]
version = "1.0"

[dependencies.sled]
version = "0.33.0"

[dependencies.tendermint]
version = "0.15.0"

[dependencies.tendermint-light-client]
version = "0.15.0"

[dependencies.tendermint-rpc]
features = ["client"]
version = "0.15.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "0.2"
[dev-dependencies.abscissa_core]
features = ["testing"]
version = "0.5.0"

[dev-dependencies.futures]
features = ["compat"]
version = "0.3"

[dev-dependencies.once_cell]
version = "1.2"

[dev-dependencies.pretty_assertions]
version = "0.6"

[package]
authors = ["Ethan Buchman <ethan@coinculture.info>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
description = "    The Tendermint light-node wraps the light-client crate into a command-line\n    interface tool.\n    It can be used to initialize and start a standalone light client daemon and\n    exposes a JSONRPC endpoint from which you can query the current state of the\n    light node.\n    "
edition = "2018"
keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]
license = "Apache-2.0"
name = "tendermint-light-node"
readme = "README.md"
repository = "https://github.com/informalsystems/tendermint-rs"
version = "0.15.0"