Skip to content

Commit

Permalink
refactor: proto files directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Sep 4, 2024
1 parent 8322526 commit 7e74a7a
Show file tree
Hide file tree
Showing 141 changed files with 3,949 additions and 4,017 deletions.
2 changes: 1 addition & 1 deletion abci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get up and running quickly, see the [getting started guide](../docs/guides/ap
A detailed description of the ABCI methods and message types is contained in:

- [The main spec](https://github.com/cometbft/cometbft/blob/main/spec/abci/README.md)
- [A protobuf file](../proto/cometbft/v100/types/v1/types.proto)
- [A protobuf file](../proto/cometbft/types/v1/types.proto)
- [A Go interface](./types/application.go)

## Protocol Buffers
Expand Down
145 changes: 71 additions & 74 deletions api/cometbft/abci/v1/service.pb.go

Large diffs are not rendered by default.

643 changes: 321 additions & 322 deletions api/cometbft/abci/v1/types.pb.go

Large diffs are not rendered by default.

638 changes: 317 additions & 321 deletions api/cometbft/abci/v1beta1/types.pb.go

Large diffs are not rendered by default.

465 changes: 231 additions & 234 deletions api/cometbft/abci/v1beta2/types.pb.go

Large diffs are not rendered by default.

457 changes: 227 additions & 230 deletions api/cometbft/abci/v1beta3/types.pb.go

Large diffs are not rendered by default.

94 changes: 46 additions & 48 deletions api/cometbft/blocksync/v1/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 43 additions & 43 deletions api/cometbft/blocksync/v1beta1/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e74a7a

Please sign in to comment.