10
10
[ ![ License] [ license-badge ]] [ license-url ]
11
11
[ ![ Sourcegraph] [ sg-badge ]] [ sg-url ]
12
12
13
- | Branch | Tests | Linting |
14
- | ---------| ------------------------------------------| ---------------------------------------|
15
- | main | [ ![ Tests] [ tests-badge ]] [ tests-url ] | [ ![ Lint] [ lint-badge ]] [ lint-url ] |
16
- | v0.37.x | [ ![ Tests] [ tests-badge-v037x ]] [ tests-url ] | [ ![ Lint] [ lint-badge-v037x ]] [ lint-url ] |
17
- | v0.34.x | [ ![ Tests] [ tests-badge-v034x ]] [ tests-url ] | [ ![ Lint] [ lint-badge-v034x ]] [ lint-url ] |
13
+ | Branch | Tests | Linting |
14
+ | ---------| ------------------------------------------------| ---------------------------------------------|
15
+ | main | [ ![ Tests] [ tests-badge ]] [ tests-url ] | [ ![ Lint] [ lint-badge ]] [ lint-url ] |
16
+ | v0.38.x | [ ![ Tests] [ tests-badge-v038x ]] [ tests-url-v038x ] | [ ![ Lint] [ lint-badge-v038x ]] [ lint-url-v038x ] |
17
+ | v0.37.x | [ ![ Tests] [ tests-badge-v037x ]] [ tests-url-v037x ] | [ ![ Lint] [ lint-badge-v037x ]] [ lint-url-v037x ] |
18
+ | v0.34.x | [ ![ Tests] [ tests-badge-v034x ]] [ tests-url-v034x ] | [ ![ Lint] [ lint-badge-v034x ]] [ lint-url-v034x ] |
18
19
19
20
CometBFT is a Byzantine Fault Tolerant (BFT) middleware that takes a
20
21
state transition machine - written in any programming language - and securely
@@ -61,6 +62,7 @@ looking for, see [our security policy](SECURITY.md).
61
62
| CometBFT version | Requirement | Notes |
62
63
| ------------------| -------------| -------------------|
63
64
| main | Go version | Go 1.20 or higher |
65
+ | v0.38.x | Go version | Go 1.20 or higher |
64
66
| v0.37.x | Go version | Go 1.20 or higher |
65
67
| v0.34.x | Go version | Go 1.19 or higher |
66
68
@@ -120,6 +122,8 @@ CometBFT up-to-date. Upgrading instructions can be found in
120
122
121
123
Currently supported versions include:
122
124
125
+ - v0.38.x: CometBFT v0.38 introduces ABCI 2.0, which implements the entirety of
126
+ ABCI++
123
127
- v0.37.x: CometBFT v0.37 introduces ABCI 1.0, which is the first major step
124
128
towards the full ABCI++ implementation in ABCI 2.0
125
129
- v0.34.x: The CometBFT v0.34 series is compatible with the Tendermint Core
@@ -145,7 +149,7 @@ Currently supported versions include:
145
149
### Research
146
150
147
151
Below are links to the original Tendermint consensus algorithm and relevant
148
- whitepapers which CosmosBFT will continue to build on.
152
+ whitepapers which CometBFT will continue to build on.
149
153
150
154
- [ The latest gossip on BFT consensus] ( https://arxiv.org/abs/1807.04938 )
151
155
- [ Master's Thesis on Tendermint] ( https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769 )
@@ -177,11 +181,19 @@ maintains [cometbft.com](https://cometbft.com).
177
181
[ sg-badge ] : https://sourcegraph.com/github.com/cometbft/cometbft/-/badge.svg
178
182
[ sg-url ] : https://sourcegraph.com/github.com/cometbft/cometbft?badge
179
183
[ tests-url ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml
184
+ [ tests-url-v038x ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml?query=branch%3Av0.38.x
185
+ [ tests-url-v037x ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml?query=branch%3Av0.37.x
186
+ [ tests-url-v034x ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml?query=branch%3Av0.34.x
180
187
[ tests-badge ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml/badge.svg?branch=main
188
+ [ tests-badge-v038x ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml/badge.svg?branch=v0.38.x
181
189
[ tests-badge-v037x ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml/badge.svg?branch=v0.37.x
182
190
[ tests-badge-v034x ] : https://github.com/cometbft/cometbft/actions/workflows/tests.yml/badge.svg?branch=v0.34.x
183
191
[ lint-badge ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml/badge.svg?branch=main
184
192
[ lint-badge-v034x ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml/badge.svg?branch=v0.34.x
185
193
[ lint-badge-v037x ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml/badge.svg?branch=v0.37.x
194
+ [ lint-badge-v038x ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml/badge.svg?branch=v0.38.x
186
195
[ lint-url ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml
196
+ [ lint-url-v034x ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml?query=branch%3Av0.34.x
197
+ [ lint-url-v037x ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml?query=branch%3Av0.37.x
198
+ [ lint-url-v038x ] : https://github.com/cometbft/cometbft/actions/workflows/lint.yml?query=branch%3Av0.38.x
187
199
[ tm-core ] : https://github.com/tendermint/tendermint
0 commit comments