forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: created github.com/KYVENetwork/cometbft/v034x
- Loading branch information
1 parent
f4e7974
commit 66b91c4
Showing
594 changed files
with
3,852 additions
and
3,800 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
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,3 +1,3 @@ | ||
- `[crypto]` Update to use btcec v2 and the latest btcutil | ||
([tendermint/tendermint\#9787](https://github.com/tendermint/tendermint/pull/9787): | ||
([tendermint/tendermint\#9787](https://github.com/KYVENetwork/cometbft/v034x/pull/9787): | ||
@wcsiu) |
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,3 +1,3 @@ | ||
- `[rpc]` Add `match_event` query parameter to indicate to the RPC that it | ||
should match events _within_ attributes, not only within a height | ||
([tendermint/tendermint\#9759](https://github.com/tendermint/tendermint/pull/9759)) | ||
([tendermint/tendermint\#9759](https://github.com/KYVENetwork/cometbft/v034x/pull/9759)) |
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,2 +1,2 @@ | ||
- `[e2e]` Add functionality for uncoordinated (minor) upgrades | ||
([\#56](https://github.com/tendermint/tendermint/pull/56)) | ||
([\#56](https://github.com/KYVENetwork/cometbft/v034x/pull/56)) |
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,4 +1,4 @@ | ||
- `[consensus]` Add `consensus_block_gossip_parts_received` and | ||
`consensus_step_duration_seconds` metrics in order to aid in investigating the | ||
impact of database compaction on consensus performance | ||
([tendermint/tendermint\#9733](https://github.com/tendermint/tendermint/pull/9733)) | ||
([tendermint/tendermint\#9733](https://github.com/KYVENetwork/cometbft/v034x/pull/9733)) |
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,3 +1,3 @@ | ||
- `[state/kvindexer]` Add `match.event` keyword to support condition evaluation | ||
based on the event the attributes belong to | ||
([tendermint/tendermint\#9759](https://github.com/tendermint/tendermint/pull/9759)) | ||
([tendermint/tendermint\#9759](https://github.com/KYVENetwork/cometbft/v034x/pull/9759)) |
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,4 +1,4 @@ | ||
- `[p2p]` Reduce log spam through reducing log level of "Dialing peer" and | ||
"Added peer" messages from info to debug | ||
([tendermint/tendermint\#9764](https://github.com/tendermint/tendermint/pull/9764): | ||
([tendermint/tendermint\#9764](https://github.com/KYVENetwork/cometbft/v034x/pull/9764): | ||
@faddat) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.34.27/improvements/9776-consensus-vote-bandwidth.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[consensus]` Reduce bandwidth consumption of consensus votes by roughly 50% | ||
through fixing a small logic bug | ||
([tendermint/tendermint\#9776](https://github.com/tendermint/tendermint/pull/9776)) | ||
([tendermint/tendermint\#9776](https://github.com/KYVENetwork/cometbft/v034x/pull/9776)) |
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 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ v0.34.24, or Informal Systems' public fork), you can upgrade to CometBFT | |
v0.34.27 by replacing your dependency in your `go.mod` file: | ||
|
||
```bash | ||
go mod edit -replace github.com/tendermint/tendermint=github.com/cometbft/[email protected] | ||
go mod edit -replace github.com/cometbft/cometbft=github.com/cometbft/[email protected] | ||
``` | ||
|
||
We make use of the original module URL in order to minimize the impact of | ||
|
@@ -70,9 +70,9 @@ If you run into any trouble with this upgrade, please [contact us][discussions]. | |
For historical upgrading instructions for Tendermint Core v0.34.24 and earlier, | ||
please see the [Tendermint Core upgrading instructions][tmupgrade]. | ||
|
||
[v03424]: https://github.com/tendermint/tendermint/releases/tag/v0.34.24 | ||
[v03424]: https://github.com/KYVENetwork/cometbft/v034x/releases/tag/v0.34.24 | ||
[v03425]: https://github.com/informalsystems/tendermint/releases/tag/v0.34.25 | ||
[v03426]: https://github.com/informalsystems/tendermint/releases/tag/v0.34.26 | ||
[discussions]: https://github.com/cometbft/cometbft/discussions | ||
[tmupgrade]: https://github.com/tendermint/tendermint/blob/35581cf54ec436b8c37fabb43fdaa3f48339a170/UPGRADING.md | ||
[tmupgrade]: https://github.com/KYVENetwork/cometbft/v034x/blob/35581cf54ec436b8c37fabb43fdaa3f48339a170/UPGRADING.md | ||
[go120]: https://go.dev/blog/go1.20 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 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 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
Oops, something went wrong.