-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Alexander Simmerl <[email protected]> Co-authored-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
258a912
commit 4e0e61c
Showing
6 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["Thane Thomson <[email protected]>"] | |
edition = "2018" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
categories = ["cryptography::cryptocurrencies", "network-programming"] | ||
keywords = ["abci", "blockchain", "bft", "consensus", "tendermint"] | ||
repository = "https://github.com/informalsystems/tendermint-rs" | ||
description = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ edition = "2018" | |
license = "Apache-2.0" | ||
readme = "README.md" | ||
keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"] | ||
categories = ["cryptography::cryptocurrencies", "network-programming"] | ||
repository = "https://github.com/informalsystems/tendermint-rs" | ||
authors = [ | ||
"Sean Braithwaite <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,11 @@ name = "tendermint-pbt-gen" | |
version = "0.19.0" | ||
authors = ["Shon Feder <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
categories = ["development-tools"] | ||
keywords = ["tendermint", "property-based testing"] | ||
repository = "https://github.com/informalsystems/tendermint-rs" | ||
description = """ | ||
An internal crate providing proptest generators used across our | ||
crates and not depending on any code internal to those crates. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ license = "Apache-2.0" | |
homepage = "https://www.tendermint.com/" | ||
repository = "https://github.com/informalsystems/tendermint-rs" | ||
readme = "README.md" | ||
keywords = ["blockchain", "cosmos", "tendermint"] | ||
categories = ["cryptography::cryptocurrencies", "network-programming"] | ||
authors = [ | ||
"Sean Braithwaite <[email protected]>", | ||
"Ethan Buchman <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
[package] | ||
name = "tendermint-testgen" | ||
version = "0.19.0" | ||
authors = ["Andrey Kuprianov <[email protected]>", "Shivani Joshi <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
homepage = "https://www.tendermint.com/" | ||
repository = "https://github.com/informalsystems/tendermint-rs/tree/master/testgen" | ||
name = "tendermint-testgen" | ||
version = "0.19.0" | ||
authors = ["Andrey Kuprianov <[email protected]>", "Shivani Joshi <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
homepage = "https://www.tendermint.com/" | ||
repository = "https://github.com/informalsystems/tendermint-rs/tree/master/testgen" | ||
keywords = ["blockchain", "tendermint", "testing"] | ||
categories = ["cryptography::cryptocurrencies", "development-tools"] | ||
description = """ | ||
tendermint-testgen is a library and a small binary utility for generating | ||
tendermint datastructures from minimal input (for testing purposes only). | ||
|