-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reboot cometbft-rs versions as 0.1.0
As we've got new crate names to release, we are free to restart the versioning.
- Loading branch information
Showing
14 changed files
with
39 additions
and
39 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cometbft-light-client-js" | ||
version = "0.34.0" | ||
version = "0.1.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
@@ -22,8 +22,8 @@ default = ["console_error_panic_hook"] | |
[dependencies] | ||
serde = { version = "1.0", default-features = false, features = [ "derive" ] } | ||
serde_json = { version = "1.0", default-features = false } | ||
cometbft = { version = "0.34.0", default-features = false, path = "../cometbft" } | ||
cometbft-light-client-verifier = { version = "0.34.0", features = ["rust-crypto"], default-features = false, path = "../light-client-verifier" } | ||
cometbft = { version = "0.1.0", default-features = false, path = "../cometbft" } | ||
cometbft-light-client-verifier = { version = "0.1.0", features = ["rust-crypto"], default-features = false, path = "../light-client-verifier" } | ||
wasm-bindgen = { version = "0.2.63", default-features = false, features = [ "serde-serialize" ] } | ||
serde-wasm-bindgen = { version = "0.4.5", default-features = false } | ||
|
||
|
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
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,6 +1,6 @@ | ||
[package] | ||
name = "cometbft-pbt-gen" | ||
version = "0.34.0" | ||
version = "0.1.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "cometbft-proto" | ||
version = "0.34.0" | ||
version = "0.1.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cometbft-testgen" | ||
version = "0.34.0" | ||
version = "0.1.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
@@ -16,7 +16,7 @@ description = """ | |
""" | ||
|
||
[dependencies] | ||
cometbft = { version = "0.34.0", path = "../cometbft", features = ["clock"] } | ||
cometbft = { version = "0.1.0", path = "../cometbft", features = ["clock"] } | ||
serde = { version = "1", default-features = false, features = ["derive"] } | ||
serde_json = { version = "1", default-features = false, features = ["std"] } | ||
ed25519-consensus = { version = "2", default-features = false } | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "abci-test" | ||
version = "0.34.0" | ||
version = "0.1.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
description = """ | ||
|
@@ -14,9 +14,9 @@ description = """ | |
flex-error = { version = "0.4.4", default-features = false, features = ["std"] } | ||
futures = "0.3" | ||
structopt = "0.3" | ||
cometbft = { version = "0.34.0", path = "../../cometbft" } | ||
cometbft-config = { version = "0.34.0", path = "../../config" } | ||
cometbft-rpc = { version = "0.34.0", path = "../../rpc", features = [ "websocket-client" ] } | ||
cometbft = { version = "0.1.0", path = "../../cometbft" } | ||
cometbft-config = { version = "0.1.0", path = "../../config" } | ||
cometbft-rpc = { version = "0.1.0", path = "../../rpc", features = [ "websocket-client" ] } | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
tokio = { version = "1.20", features = ["full"] } |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cometbft-rpc-probe" | ||
version = "0.34.0" | ||
version = "0.1.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|