Skip to content

Commit

Permalink
Rebrand to CometBFT in naming, documentation, links (#6)
Browse files Browse the repository at this point in the history
* Rename logo images

* CometBFT rebranding in some root files

* cometbft: rebranding to CometBFT

Change documentation and URLs to CometBFT.
Reviewed changes in the cometbft crate.

* config: rebranding to CometBFT

Change to CometBFT naming in documentation, file paths and URLs.

* light-client: rebranding to CometBFT

Change to CometBFT naming in documentation and URLs.

Also updated the CLI and attack detector crates.

* light-client-js: rebranding to CometBFT

Change to CometBFT naming in documentation and URLs.

* light-client-verifier: rebranding to CometBFT

Change to CometBFT naming in documentation and URLs.

* proto: rebranding to CometBFT

Change to CometBFT naming in documentation and URLs.

* rpc: rebranding to CometBFT

Change to CometBFT naming in documentation and URLs.

* Rebranding to CometBFT In tests and tools

As part of the rename, environment variables affecting Dockerfile builds
have been changed:
TMHOME -> CMTHOME
TMVERSION -> CMTVERSION

The docker image name has been changed to informaldev/cometbft.

* docs: rebranding to CometBFT

Changed naming and repository URLs to refer to CometBFT.
Exceptions were made for links to old content, GitHub issues/PRs, etc.
that have not been replicated in the cometbft org repos.

* Apply naming suggestions by Thane

Co-authored-by: Thane Thomson <thane@informal.systems>

* config: rename CometbftConfig to Config

* tools/docker: remove abci-harness

The abci-harness image was used to test the terdermint-abci crate
which has been removed in transition to cometbft-rs.

* Reboot .changelog

Remove changelog entries from tendermint-rs releases and change
the epilogue to describe cometbft-rs as a fork of tendermint-rs,
providing a permalink to the last revision of CHANGELOG.md
before forking.

This does not touch the CHANGELOG.md file itself yet; it will be
updated with the next release.

* Changelog entries for CometBFT rebranding

* tools/docker: rename the dockerfile subdirectories

---------

Co-authored-by: Thane Thomson <thane@informal.systems>
  • Loading branch information
mzabaluev and thanethomson committed Dec 19, 2023
1 parent 8f9df6f commit 817cc1b
Show file tree
Hide file tree
Showing 368 changed files with 833 additions and 2,489 deletions.
2 changes: 1 addition & 1 deletion .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project_url = 'https://github.com/informalsystems/tendermint-rs'
project_url = 'https://github.com/cometbft/cometbft-rs'
763 changes: 5 additions & 758 deletions .changelog/epilogue.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- `[tendermint]` Allow null values in `key` and `value` fields of
- `[cometbft]` Allow null values in `key` and `value` fields of
`EventAttribute` when deserializing. The serialization schema for the fields
is changed to `Option<String>`
([\#1375](https://github.com/informalsystems/tendermint-rs/issues/1375)).
([tendermint-rs#1375](https://github.com/informalsystems/tendermint-rs/issues/1375)).
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Bulk renaming to refer to CometBFT and cometbft-rs in crate names, APIs, and documentation,
with the general pattern of `tendermint` changed to `cometbft`, `Tendermint` to `Cometbft`, etc.
([\#5](https://github.com/cometbft/cometbft-rs/issues/5))
- The following tendermint-rs crates have been discontinued with no cometbft-rs successors
([\#4](https://github.com/cometbft/cometbft-rs/pull/4)):
- `tendermint-abci`
- `tendermint-p2p`
- `tendermint-std-ext`
- `tendermint-test`
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- `[tendermint-rpc]` Export the `http`, `websocket`
- `[cometbft-rpc]` Export the `http`, `websocket`
modules under `client`, each with the public `Builder` type
([\#1378](https://github.com/informalsystems/tendermint-rs/pull/1378)).
([tendermint-rs#1378](https://github.com/informalsystems/tendermint-rs/pull/1378)).

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.20.0/breaking-changes/909-self-conventions.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.20.0/bug-fixes/876-delivertx.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v0.20.0/bug-fixes/897-outdated-config.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v0.20.0/bug-fixes/908-config-opt-values.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.20.0/improvements/851-tempdir.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.20.0/improvements/891-changelog.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.20.0/improvements/900-secp256k1-public-keys.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/v0.20.0/removed/879-rm-light-node.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changelog/v0.20.0/summary.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.21.0/breaking-changes/918-dedup-domaintypes.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/v0.21.0/breaking-changes/924-trust-threshold.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v0.21.0/bug-fixes/930-newblock-event-parse.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.21.0/improvements/871-rebuild-protobuf.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.21.0/improvements/919-rpc-url-bounds.md

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions .changelog/v0.21.0/summary.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/v0.22.0/breaking-changes/923-flex-error.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.22.0/breaking-changes/942-rpc-tx-hash-field.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.22.0/bug-fixes/942-rpc-tx-encoding.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.22.0/features/832-consensus-params.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.22.0/features/859-rpc-query-parsing.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v0.22.0/features/939-secp256k1-signatures.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.22.0/improvements/814-clonable-secret-conn.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.22.0/improvements/968-mbt.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.22.0/improvements/974-ws-config.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.22.0/improvements/978-remove-prost-amino.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changelog/v0.22.0/summary.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.0/breaking-changes/925-upgrade-prost.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.23.0/breaking-changes/983-tendermint-config.md

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.0/features/832-block-search.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changelog/v0.23.0/summary.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.1/bug-fixes/1014-fix-proto-compiler.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.1/bug-fixes/1016-lowercase-node-id.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.1/summary.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/v0.23.2/breaking-changes/1030-remove-chrono.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.2/improvements/1023-ed25519-deprecations.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/v0.23.2/improvements/1030-new-time-api.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changelog/v0.23.2/summary.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v0.23.3/improvements/1054-derive-hash-on-time.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/v0.23.3/summary.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.23.3/workarounds/1021-rpc-block_results.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.4/dependencies/1068-remove-native-tls.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/v0.23.4/summary.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.23.5/summary.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.6/dependencies/1097-contracts-dep.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v0.23.6/improvements/1106-genesis-app-state.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v0.23.6/summary.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v0.23.7/dependencies/1113-prost-0.10.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v0.23.7/summary.md

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.23.8-pre.1/summary.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v0.23.8/dependencies/1153-k256-0.11.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v0.23.8/enhancements/1159-update-tm-v0.34.20.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/v0.23.8/summary.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 817cc1b

Please sign in to comment.