-
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.
Rename the crates to
cometbft*
, remove deprecated crates (#4)
* Rename crates to cometbft prefix, drop abci All crates published as part of the forked cometbft-rs project will use the cometbft* naming. The tendermint-abci crate was deprecated and has a better alternative maintained elsewhere, so it is removed rather than renamed. * Rename crate imports to cometbft* Bulk search-and-replace changes. * Remove p2p, std-ext, test crates Do not continue the p2p crate as part of cometbft-rs, before the need for it is clear. Also drop the auxiliary crates whose only use was to provide functionality for, or test, tendermint-p2p. * testgen: rename the binary to cometbft-testgen * config: rename Tendermint error variant to Cometbft * light-client-verifier: rename Tendermint error variant to Cometbft * cometbft: rename doc links in abci * Switch test coverage job to stable toolhcain * light-client: fix a misplaced doc comment
- Loading branch information
Showing
334 changed files
with
659 additions
and
3,999 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[alias] | ||
build-all = "build --workspace --all-targets --" | ||
build-wasm-tendermint = "build -p tendermint --manifest-path tendermint/Cargo.toml --target wasm32-unknown-unknown --release --no-default-features --" | ||
build-wasm-light-client = "build -p tendermint-light-client --manifest-path light-client/Cargo.toml --target wasm32-unknown-unknown --release --no-default-features --" | ||
build-wasm-cometbft = "build -p cometbft --manifest-path cometbft/Cargo.toml --target wasm32-unknown-unknown --release --no-default-features --" | ||
build-wasm-light-client = "build -p cometbft-light-client --manifest-path light-client/Cargo.toml --target wasm32-unknown-unknown --release --no-default-features --" | ||
build-abci = "build --manifest-path abci/Cargo.toml --bin kvstore-rs --features binary,kvstore-app" | ||
build-tools = "build --manifest-path tools/Cargo.toml --all-features --all-targets --workspace" | ||
test-all-features = "test --all-features --no-fail-fast" |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.