Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the crates to cometbft*, remove deprecated crates #4

Merged
merged 13 commits into from
Dec 11, 2023

Commits on Dec 10, 2023

  1. 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.
    mzabaluev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4847083 View commit details
    Browse the repository at this point in the history
  2. Rename crate imports to cometbft*

    Bulk search-and-replace changes.
    mzabaluev committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    488991e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. 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.
    mzabaluev committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5d33a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdcd97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f3b343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc012cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af8011e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a23247 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edd1ef2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d1ebca View commit details
    Browse the repository at this point in the history
  9. Update a build alias name in GitHub workflow

    It's build-wasm-cometbft now
    mzabaluev committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7ba8b47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cbc0ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fac0ea View commit details
    Browse the repository at this point in the history