Skip to content

Commit 1e4d8c6

Browse files
authored
CHANGELOG: update for RC6 (#5621)
1 parent 54a0940 commit 1e4d8c6

2 files changed

Lines changed: 31 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11
# Changelog
22

3+
## v0.34.0-rc6
4+
5+
*November 5, 2020*
6+
37
## v0.34.0-rc5
48

9+
Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermint).
10+
11+
### BREAKING CHANGES
12+
13+
- [evidence] [\#5610](https://github.com/tendermint/tendermint/issues/5610) Make it possible for abci evidence to be formed from tm evidence (@cmwaters)
14+
- This makes breaking changes to `DuplicateVoteEvidence` and `LightClientAttackEvidence`
15+
such that ABCI evidence can be reconstructed from these types, and is necessary for nodes
16+
to successfully sync to block heights with recorded evidence
17+
18+
### IMPROVEMENTS
19+
20+
- [statesync] [\#5516](https://github.com/tendermint/tendermint/issues/5516) Check that all heights necessary to rebuild state for a snapshot exist before adding the snapshot to the pool. (@erikgrinaker)
21+
22+
### BUG FIXES
23+
24+
- [blockchain/v2] [\#5499](https://github.com/tendermint/tendermint/issues/5499) Fix "duplicate block enqueued by processor" panic (@melekes)
25+
- [abci/grpc] [\#5520](https://github.com/tendermint/tendermint/issues/5520) Return async responses in order, to avoid mempool panics. (@erikgrinaker)
26+
- [blockchain/v2] [\#5530](https://github.com/tendermint/tendermint/issues/5530) Fix "processed height 4541 but expected height 4540" panic (@melekes)
27+
- [consensus/wal] Fix WAL autorepair by opening target WAL in read/write mode (@erikgrinaker)
28+
- [block] [\#5567](https://github.com/tendermint/tendermint/issues/5567) Fix MaxCommitSigBytes (@cmwaters)
29+
- [blockchain/v2] [\#5553](https://github.com/tendermint/tendermint/issues/5553) Make the removal of an already removed peer a noop (@melekes)
30+
- [evidence] [\#5574](https://github.com/tendermint/tendermint/issues/5574) Fix bug where node sends committed evidence to peer (@cmwaters)
31+
- [privval] [\#5583](https://github.com/tendermint/tendermint/issues/5583) Make `Vote`, `Proposal` & `PubKey` non-nullable in Responses (@marbar3778)
32+
- [light] [\#5392](https://github.com/tendermint/tendermint/issues/5392) Make light client home directory same as the full node default (@cmwaters)
33+
534
*October 13, 2020*
635

736
Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
@@ -17,7 +46,7 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi
1746
- [config] [\#5433](https://github.com/tendermint/tendermint/issues/5433) `statesync.rpc_servers` is now properly set when writing the configuration file (@erikgrinaker)
1847

1948
- [privval] [\#5437](https://github.com/tendermint/tendermint/issues/5437) `NewSignerDialerEndpoint` can now be given `SignerServiceEndpointOption` (@erikgrinaker)
20-
- [types] [\#5490](https://github.com/tendermint/tendermint/pull/5490) Use `Commit` and `CommitSig` max sizes instead of vote max size to calculate the maxiumum block size. (@cmwaters)
49+
- [types] [\#5490](https://github.com/tendermint/tendermint/pull/5490) Use `Commit` and `CommitSig` max sizes instead of vote max size to calculate the maxiumum block size. (@cmwaters)
2150

2251
### BUG FIXES
2352

CHANGELOG_PENDING.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased Changes
22

3-
## v0.34.0-rc6
3+
## v0.34.0-rc7
44

55
Special thanks to external contributors on this release:
66

@@ -22,16 +22,5 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi
2222

2323
### IMPROVEMENTS
2424

25-
- [statesync] \#5516 Check that all heights necessary to rebuild state for a snapshot exist before adding the snapshot to the pool. (@erikgrinaker)
26-
2725
### BUG FIXES
2826

29-
- [blockchain/v2] \#5499 Fix "duplicate block enqueued by processor" panic (@melekes)
30-
- [abci/grpc] \#5520 Return async responses in order, to avoid mempool panics. (@erikgrinaker)
31-
- [blockchain/v2] \#5530 Fix "processed height 4541 but expected height 4540" panic (@melekes)
32-
- [consensus/wal] Fix WAL autorepair by opening target WAL in read/write mode (@erikgrinaker)
33-
- [block] \#5567 Fix MaxCommitSigBytes (@cmwaters)
34-
- [blockchain/v2] \#5553 Make the removal of an already removed peer a noop (@melekes)
35-
- [evidence] \#5574 Fix bug where node sends committed evidence to peer (@cmwaters)
36-
- [privval] \#5583 Make `Vote`, `Proposal` & `PubKey` non-nullable in Responses (@marbar3778)
37-
- [evidence] \#5610 Make it possible for abci evidence to be formed from tm evidence (@cmwaters)

0 commit comments

Comments
 (0)