10 releases (5 breaking)

new 0.37.0 May 31, 2024
0.35.0 Mar 14, 2024
0.34.0 Oct 2, 2023
0.33.0 Jul 24, 2023

#1628 in Magic Beans

Download history 77/week @ 2024-02-16 49/week @ 2024-02-23 8/week @ 2024-03-01 100/week @ 2024-03-08 49/week @ 2024-03-15 7/week @ 2024-03-22 9/week @ 2024-03-29 99/week @ 2024-04-05 6/week @ 2024-04-12 73/week @ 2024-04-19 40/week @ 2024-04-26 2/week @ 2024-05-03

115 downloads per month

Apache-2.0

1.5MB
22K SLoC

Crate Docs

See the repo root for build status, license, Rust version, etc.

Light Client CLI

CLI for the Tendermint Light Client.

Usage

Usage: tendermint-light-client-cli [OPTIONS] --chain-id <CHAIN_ID> --primary <PRIMARY> --witnesses <WITNESSES> --trusted-height <TRUSTED_HEIGHT> --trusted-hash <TRUSTED_HASH>

Options:
      --chain-id <CHAIN_ID>
          Identifier of the chain
      --primary <PRIMARY>
          Primary RPC address
      --witnesses <WITNESSES>
          Comma-separated list of witnesses RPC addresses
      --trusted-height <TRUSTED_HEIGHT>
          Height of trusted header
      --trusted-hash <TRUSTED_HASH>
          Hash of trusted header
      --height <HEIGHT>
          Height of the header to verify
      --trust-threshold <TRUST_THRESHOLD>
          Trust threshold [default: 2/3]
      --trusting-period <TRUSTING_PERIOD>
          Trusting period, in seconds (default: two weeks) [default: 1209600]
      --max-clock-drift <MAX_CLOCK_DRIFT>
          Maximum clock drift, in seconds [default: 5]
      --max-block-lag <MAX_BLOCK_LAG>
          Maximum block lag, in seconds [default: 5]
  -v, --verbose...
          Increase verbosity, can be repeated up to 2 times
  -h, --help
          Print help
  -V, --version
          Print version

Dependencies

~21–36MB
~594K SLoC