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

tendermint-rs: Initial JSONRPC over HTTP client + broadcast_tx_* endpoints #243

Merged
merged 4 commits into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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