Skip to content

Commit

Permalink
Rename crates to cometbft prefix, drop abci
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mzabaluev committed Dec 10, 2023
1 parent 194d81e commit 4847083
Show file tree
Hide file tree
Showing 209 changed files with 134 additions and 1,451 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resolver = "2"

members = [
"abci",
"cometbft",
"config",
"light-client",
"light-client-verifier",
Expand All @@ -14,7 +14,6 @@ members = [
"proto",
"rpc",
"std-ext",
"tendermint",
"test",
"testgen"
]
Expand All @@ -24,6 +23,6 @@ exclude = [
"tools/no-std-check"
]

[profile.release.package.tendermint-light-client-js]
[profile.release.package.cometbft-light-client-js]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
40 changes: 0 additions & 40 deletions abci/Cargo.toml

This file was deleted.

116 changes: 0 additions & 116 deletions abci/README.md

This file was deleted.

202 changes: 0 additions & 202 deletions abci/src/application.rs

This file was deleted.

9 changes: 0 additions & 9 deletions abci/src/application/echo.rs

This file was deleted.

Loading

0 comments on commit 4847083

Please sign in to comment.