forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch main into feature/abci++vef
- Loading branch information
Showing
951 changed files
with
9,237 additions
and
45,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
project_url = 'https://github.com/cometbft/cometbft' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
|
||
CometBFT is a fork of [Tendermint Core](https://github.com/tendermint/tendermint) as of late December 2022. | ||
|
||
## Bug bounty | ||
|
||
Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos). | ||
|
||
## Previous changes | ||
|
||
For changes released before the creation of CometBFT, please refer to the Tendermint Core [CHANGELOG.md](https://github.com/tendermint/tendermint/blob/a9feb1c023e172b542c972605311af83b777855b/CHANGELOG.md). |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/211-deprecate-tmhome.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- The `TMHOME` environment variable was renamed to `CMTHOME`, and all environment variables starting with `TM_` are instead prefixed with `CMT_` | ||
([\#211](https://github.com/cometbft/cometbft/issues/211)) |
6 changes: 6 additions & 0 deletions
6
.changelog/unreleased/breaking-changes/260-remove-priority-mempool.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- [mempool] Remove priority mempool. | ||
([\#260](https://github.com/cometbft/cometbft/issues/260)) | ||
- [config] Remove `Version` field from `MempoolConfig`. | ||
([\#260](https://github.com/cometbft/cometbft/issues/260)) | ||
- [protobuf] Remove fields `sender`, `priority`, and `mempool_error` from | ||
`ResponseCheckTx`. ([\#260](https://github.com/cometbft/cometbft/issues/260)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/6498-signerharness-set-home-dir.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[tools/tm-signer-harness]` Set OS home dir to instead of the hardcoded PATH. | ||
([\#6498](https://github.com/tendermint/tendermint/pull/6498)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/6541-state-move-pruneblocks-execution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[state]` Move pruneBlocks from node/state to state/execution. | ||
([\#6541](https://github.com/tendermint/tendermint/pull/6541)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/9468-finalize-block.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[abci]` Introduce `FinalizeBlock` which condenses `BeginBlock`, `DeliverTx` and `EndBlock` into a single method call (@cmwaters) | ||
([\#9468](https://github.com/tendermint/tendermint/pull/9468)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/9625-p2p-remove-trust-package.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[p2p]` Remove unused p2p/trust package | ||
([\#9625](https://github.com/tendermint/tendermint/pull/9625)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/breaking-changes/9655-inspect-add-command.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[inspect]` Add a new `inspect` command for introspecting | ||
the state and block store of a crashed tendermint node. | ||
([\#9655](https://github.com/tendermint/tendermint/pull/9655)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/9655-node-move-DB-vars-config.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[node]` Move DBContext and DBProvider from the node package to the config | ||
package. ([\#9655](https://github.com/tendermint/tendermint/pull/9655)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/9655-rpc-remove-environment-var.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[rpc]` Remove global environment and replace with constructor | ||
([\#9655](https://github.com/tendermint/tendermint/pull/9655)) |
4 changes: 4 additions & 0 deletions
4
...gelog/unreleased/breaking-changes/9682-metrics-refactor-state-block-synching.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- `[metrics]` Move state-syncing and block-syncing metrics to | ||
their respective packages. Move labels from block_syncing | ||
-> blocksync_syncing and state_syncing -> statesync_syncing | ||
([\#9682](https://github.com/tendermint/tendermint/pull/9682)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/386-quick-fix-needproofblock.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[consensus]` ([\#386](https://github.com/cometbft/cometbft/pull/386)) Short-term fix for the case when `needProofBlock` cannot find previous block meta by defaulting to the creation of a new proof block. (@adizere) | ||
- Special thanks to the [Vega.xyz](https://vega.xyz/) team, and in particular to Zohar (@ze97286), for reporting the problem and working with us to get to a fix. |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/4-busy-loop-send-block-part.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[consensus]` Fixed a busy loop that happened when sending of a block part failed by sleeping in case of error. | ||
([\#4](https://github.com/informalsystems/tendermint/pull/4)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/9462-docker-go-use-consistent-version.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[docker]` Ensure Docker image uses consistent version of Go. | ||
([\#9462](https://github.com/tendermint/tendermint/pull/9462)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[abci-cli]` Fix broken abci-cli help command. | ||
([\#9717](https://github.com/tendermint/tendermint/pull/9717)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/features/9680-config-introduce-bootstrappeers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[config]` Introduce `BootstrapPeers` to the config to allow | ||
nodes to list peers to be added to the addressbook upon start up. | ||
([\#9680](https://github.com/tendermint/tendermint/pull/9680)) |
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/features/9830-proxy-introduce-newunsynclocalclientcreator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- `[proxy]` Introduce `NewUnsyncLocalClientCreator`, which allows local ABCI | ||
clients to have the same concurrency model as remote clients (i.e. one | ||
mutex per client "connection", for each of the four ABCI "connections"). | ||
([\#9830](https://github.com/tendermint/tendermint/pull/9830)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/136-remove-tm-signer-harness.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[tools/tm-signer-harness]` Remove the folder as it is unused | ||
([\#136](https://github.com/cometbft/cometbft/issues/136)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/56-rpc-cache-rpc-responses.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[e2e]` Add functionality for uncoordinated (minor) upgrades | ||
([\#56](https://github.com/tendermint/tendermint/pull/56)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/6443-merkle-hashalternatives-perf-improv-a.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[crypto/merkle]` Improve HashAlternatives performance | ||
([\#6443](https://github.com/tendermint/tendermint/pull/6443)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/6509-pex-addrbook-perf-improv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[p2p/pex]` Improve addrBook.hash performance | ||
([\#6509](https://github.com/tendermint/tendermint/pull/6509)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/6513-merkle-hashalternatives-perf-improv-b.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[crypto/merkle]` Improve HashAlternatives performance | ||
([\#6513](https://github.com/tendermint/tendermint/pull/6513)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/7319-pubsub-query-perf-improv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[pubsub]` Performance improvements for the event query API | ||
([\#7319](https://github.com/tendermint/tendermint/pull/7319)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/9650-rpc-cache-rpc-responses.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[rpc]` Enable caching of RPC responses | ||
([\#9650](https://github.com/tendermint/tendermint/pull/9650)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question | ||
url: https://github.com/tendermint/tendermint/discussions | ||
url: https://github.com/cometbft/cometbft/discussions | ||
about: Please ask and answer questions here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
--- | ||
labels: needs-triage | ||
--- | ||
|
||
<!-- | ||
If you want to ask a general question, please create a new discussion instead of | ||
an issue: https://github.com/tendermint/tendermint/discussions | ||
an issue: https://github.com/cometbft/cometbft/discussions | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.