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

Commit

Permalink
Revert "Merge pull request #401 from tendermint/cosmos-stdtx"
Browse files Browse the repository at this point in the history
This reverts commit 86fc356, reversing
changes made to 520727f.

Migrating this crate here instead:

https://github.com/iqlusioninc/crates/tree/develop/stdtx
  • Loading branch information
tony-iqlusion committed Jan 27, 2020
1 parent 86fc356 commit f84c114
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 1,754 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ jobs:
build:
docker:
- image: tendermint/kms:build-2019-06-05-v0 # bump cache keys when modifying this
environment:
CARGO_INCREMENTAL: 0
RUSTFLAGS: -D warnings
steps:
- checkout
- restore_cache:
key: cache-2020-01-27-v0 # bump save_cache key below too
key: cache-2019-06-05-v0 # bump save_cache key below too
- run:
name: Install Rust 1.39.0 # TODO: update Rust in the upstream Docker image
command: |
Expand Down Expand Up @@ -64,7 +61,7 @@ jobs:
cargo build --features=softsign
TMKMS_BIN=./target/debug/tmkms sh tests/support/run-harness-tests.sh
- save_cache:
key: cache-2020-01-27-v0 # bump restore_cache key above too
key: cache-2019-06-05-v0 # bump restore_cache key above too
paths:
- "~/.cargo"
- "./target"
88 changes: 0 additions & 88 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ description = "Tendermint Key Management System"
version = "0.7.1" # Also update html_root_url in lib.rs when bumping this
authors = ["Tony Arcieri <[email protected]>", "Ismail Khoffi <[email protected]>"]
license = "Apache-2.0"
homepage = "https://tendermint.com/"
repository = "https://github.com/tendermint/kms/"
homepage = "https://github.com/tendermint/kms/"
readme = "README.md"
categories = ["cryptography"]
keywords = ["cosmos", "ed25519", "kms", "key-management", "yubihsm"]
edition = "2018"

[workspace]
members = [".", "cosmos-stdtx"]

[badges]
circle-ci = { repository = "tendermint/kms" }

Expand Down
30 changes: 0 additions & 30 deletions cosmos-stdtx/Cargo.toml

This file was deleted.

64 changes: 0 additions & 64 deletions cosmos-stdtx/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions cosmos-stdtx/src/address.rs

This file was deleted.

Loading

0 comments on commit f84c114

Please sign in to comment.