You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,36 @@
1
1
# Changelog
2
2
3
+
## v0.34.0-rc6
4
+
5
+
*November 5, 2020*
6
+
3
7
## v0.34.0-rc5
4
8
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)
-[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
+
5
34
*October 13, 2020*
6
35
7
36
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
17
46
-[config][\#5433](https://github.com/tendermint/tendermint/issues/5433)`statesync.rpc_servers` is now properly set when writing the configuration file (@erikgrinaker)
18
47
19
48
-[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)
0 commit comments