File tree 4 files changed +2
-8
lines changed
4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
- ` [tendermint-light-client-verifier] ` Add ` is_matching_chain_id `
2
2
method to the ` VerificationPredicates ` trait
3
- ([ #1249 ] ( https://github.com/informalsystems/tendermint-rs/pull/1249 ) )
Original file line number Diff line number Diff line change 1
1
- ` [tendermint-light-client-verifier] ` Add a
2
2
` chain_id ` field to the ` TrustedBlockState ` struct
3
- ([ #1249 ] ( https://github.com/informalsystems/tendermint-rs/pull/1249 ) )
Original file line number Diff line number Diff line change 1
1
- ` [tendermint-light-client] ` Fix an issue where the light client was not
2
2
checking that the chain ID of the trusted and untrusted headers match
3
- ([ #1249 ] ( https://github.com/informalsystems/tendermint-rs/pull/1249 ) )
Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ this version immediately.
12
12
13
13
### BREAKING
14
14
15
- - ` [tendermint-light-client-verifier] ` Add a
16
- ` chain_id ` field to the ` TrustedBlockState ` struct
17
- ([ #1249 ] ( https://github.com/informalsystems/tendermint-rs/pull/1249 ) )
18
15
- ` [tendermint-light-client-verifier] ` Add ` is_matching_chain_id `
19
16
method to the ` VerificationPredicates ` trait
20
- ([ #1249 ] ( https://github.com/informalsystems/tendermint-rs/pull/1249 ) )
17
+ - ` [tendermint-light-client-verifier] ` Add a
18
+ ` chain_id ` field to the ` TrustedBlockState ` struct
21
19
22
20
### IMPROVEMENTS
23
21
@@ -28,7 +26,6 @@ this version immediately.
28
26
29
27
- ` [tendermint-light-client] ` Fix an issue where the light client was not
30
28
checking that the chain ID of the trusted and untrusted headers match
31
- ([ #1249 ] ( https://github.com/informalsystems/tendermint-rs/pull/1249 ) )
32
29
33
30
## v0.27.0
34
31
You can’t perform that action at this time.
0 commit comments