Skip to content

spec: Rename ABCI++ in the spec#2712

Merged
andynog merged 14 commits intomainfrom
andy/2707-abci-plus-plus-rename
Apr 9, 2024
Merged

spec: Rename ABCI++ in the spec#2712
andynog merged 14 commits intomainfrom
andy/2707-abci-plus-plus-rename

Conversation

@andynog
Copy link
Collaborator

@andynog andynog commented Apr 3, 2024

close: #2707

  • Renames ABCI++ to the appropriate name:
    • Related to PrepareProposal or ProcessProposal => ABCI 1.0
    • Related to FinalizeBlock or vote extensions => ABCI 2.0
    • Anything else => ABCI

NOTE: Filenames were not renamed if they have abci++ in their name. These would be a major breaking change to external sites (e.g. Cosmos SDK docs) pointing to CometBFT website and since we don't support redirects in our docs website, it doesn't make sense to rename this files.

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments
  • Title follows the Conventional Commits spec

@andynog andynog added abci Application blockchain interface spec Specification-related hygiene Any work relating to code legibility/hygiene to make it easier to read labels Apr 3, 2024
@andynog andynog self-assigned this Apr 3, 2024
@andynog andynog requested review from a team as code owners April 3, 2024 15:48
Copy link
Contributor

@adizere adizere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left two small remarks, fine to ignore if I'm missing something or you disagree. Otherwise LGTM!

andynog and others added 3 commits April 5, 2024 09:35
Co-authored-by: Adi Seredinschi <adizere@gmail.com>
Co-authored-by: Adi Seredinschi <adizere@gmail.com>
Copy link

@cason cason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good :)

@andynog andynog added this pull request to the merge queue Apr 9, 2024
Merged via the queue into main with commit c3acea2 Apr 9, 2024
@andynog andynog deleted the andy/2707-abci-plus-plus-rename branch April 9, 2024 13:01
mergify bot pushed a commit that referenced this pull request Apr 9, 2024
close: #2707

- Renames ABCI++ to the appropriate name:
  - Related to `PrepareProposal` or `ProcessProposal` => `ABCI 1.0`
  - Related to `FinalizeBlock` or `vote extensions` => `ABCI 2.0`
  - Anything else => `ABCI`

> NOTE: Filenames were not renamed if they have `abci++` in their name.
These would be a major breaking change to external sites (e.g. Cosmos
SDK docs) pointing to CometBFT website and since we don't support
redirects in our docs website, it doesn't make sense to rename this
files.

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [X] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [X] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec

---------

Co-authored-by: Adi Seredinschi <adizere@gmail.com>
Co-authored-by: Daniel <daniel.cason@informal.systems>
(cherry picked from commit c3acea2)
andynog added a commit that referenced this pull request Apr 9, 2024
close: #2707 

- Renames ABCI++ to the appropriate name:
  - Related to `PrepareProposal` or `ProcessProposal` => `ABCI 1.0`
  - Related to `FinalizeBlock` or `vote extensions` => `ABCI 2.0`
  - Anything else => `ABCI` 
  
> NOTE: Filenames were not renamed if they have `abci++` in their name.
These would be a major breaking change to external sites (e.g. Cosmos
SDK docs) pointing to CometBFT website and since we don't support
redirects in our docs website, it doesn't make sense to rename this
files.

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [X] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [X] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
<hr>This is an automatic backport of pull request #2712 done by
[Mergify](https://mergify.com).

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

abci Application blockchain interface hygiene Any work relating to code legibility/hygiene to make it easier to read spec Specification-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

spec: rename ABCI++ to ABCI 2.0

3 participants