Skip to content

Commit

Permalink
Clarify that consolidation only applies to currently maintained versions
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed May 3, 2023
1 parent db9db89 commit 3f24891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture/adr-103-proto-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ versioning** policy.
### Implementation

In order to implement Protobuf definition versioning, it is recommended to bring
all of the Protobuf definitions for all major CometBFT releases thus far (v0.34,
v0.37 and v0.38) into `main`, implementing versioning for each major version's
definitions.
all of the Protobuf definitions for all currently maintained major CometBFT
releases thus far (v0.34, v0.37 and v0.38 as of the time of writing this ADR)
into `main`, implementing versioning for each major version's definitions.

For example, the v0.34 Protobuf definitions would be brought to `main` as `v1`
(i.e. `proto/tendermint/types/types.proto` would become
Expand Down

0 comments on commit 3f24891

Please sign in to comment.