Skip to content

Commit

Permalink
chore: Sync changelog on main with v0.34.x (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Feb 4, 2023
1 parent 7815c00 commit 1ac25a8
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,60 @@

Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).

## v0.34.26

*Feb 4, 2023*

This is a very minor release for anyone who ends up struggling to update to
v0.34.25 due to the `github.com/btcsuite/btcd/btcec/v2` dependency update in
Tendermint Core: Tendermint Core v0.34.25 implicitly depends on tm-load-test
v1.0.0, which implicitly depends on Tendermint Core v0.34.14, which implicitly
depends on a pre-modularized version of `github.com/btcsuite/btcd/btcec`.

This type of error sometimes shows up when attempting to import Tendermint Core
as a Go dependency, with error messages like:

```
no required module provides package github.com/btcsuite/btcd/btcec; to add it:
go get github.com/btcsuite/btcd/btcec
```

This could also be a sign that your project, or one of your dependencies,
depends on an older version of btcd and need to upgrade.

### DEPENDENCIES

- [informalsystems/tendermint\#11](https://github.com/informalsystems/tendermint/pull/11)
Bump tm-load-test to v1.3.0 to remove implicit dependency on Tendermint Core,
which can sometimes cause problems for folks importing the Informal Systems
fork as a library

## v0.34.25

*Feb 3, 2023*

This is primarily a security patch from the Informal Systems team's public fork
of Tendermint Core, but additionally includes some minor improvements that were
not yet released on the `v0.34.x` branch.

Special thanks to @jhernandezb and the Notional team for picking up on this
issue!

### SECURITY

- `[consensus]`
[informalsystems/tendermint\#4](https://github.com/informalsystems/tendermint/issues/4)
Fixed a busy loop that happened when sending of a block part failed by
sleeping in case of error (@jhernandezb and @sergio-mena)

### IMPROVEMENTS

- `[crypto]` [\#9250](https://github.com/tendermint/tendermint/issues/9250)
Update to use btcec v2 and the latest btcutil. (@wcsiu)
- `[metrics]` [\#9733](https://github.com/tendermint/tendermint/issues/9733) Add
metrics for timing the consensus steps and for the progress of block gossip.
(@williambanfield)

## v0.34.24

*Nov 22, 2022*
Expand Down

0 comments on commit 1ac25a8

Please sign in to comment.