Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #243 from tendermint/tendermint-rs/rpc-client
Browse files Browse the repository at this point in the history
tendermint-rs: Initial JSONRPC over HTTP client + broadcast_tx_* endpoints
  • Loading branch information
tarcieri committed Apr 24, 2019
2 parents e75e47f + 11fe8dc commit 77bb14d
Show file tree
Hide file tree
Showing 41 changed files with 1,462 additions and 309 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cargo build --features=yubihsm
cargo build --features=ledgertm
cargo build --features=yubihsm,ledgertm,softsign
cd tendermint-rs && cargo build --no-default-features
cd tendermint-rs && cargo build --no-default-features && cargo build --features=integration --tests
- run:
name: build --release
command: |
Expand All @@ -39,8 +39,8 @@ jobs:
command: |
rustc --version
cargo --version
cargo test --all --all-features -- --test-threads 1
cd tendermint-rs && cargo test --release --all-features
cargo test --all-features -- --test-threads 1
cd tendermint-rs && cargo test --release --features=amino-types,rpc,secret-connection
- run:
name: audit
command: |
Expand Down
Loading

0 comments on commit 77bb14d

Please sign in to comment.