Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add cryptographic equivocation #1340

Merged
merged 88 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
42279c8
docs: cleanup changelog for v2.0.0 on release/v2.0.x (#987)
shaspitz Jun 1, 2023
8ce740f
chore: Hardcode golangci-lint version (backport #990) (#1013)
mergify[bot] Jun 13, 2023
e8230bc
fix: proper consumer key prefix ordering (backport #991) (#1011)
mergify[bot] Jun 13, 2023
42f916e
feat: Remove consumer genesis migration on provider (backport #997) (…
mergify[bot] Jun 13, 2023
2395b6f
fix: limit vsc matured packets handled per endblocker (backport #1004…
mergify[bot] Jun 13, 2023
163da4e
feat: integrate cometmock (backport #989) (#1030)
mergify[bot] Jun 16, 2023
afa541f
feat!: Add DistributionTransmissionChannel to ConsumerAdditionProposa…
shaspitz Jun 16, 2023
362b7c0
refactor: log when constructing IBC err ack (backport #1090) (#1094)
mergify[bot] Jun 28, 2023
16e71ab
fix: `AttributeDistributionTotal` in event emit (backport #1097) (#1114)
mergify[bot] Jul 6, 2023
8a1b3ca
docs: update broken md links (backport #1130) (#1142)
mergify[bot] Jul 13, 2023
a77eea1
feat!: add ICS misbehaviour handling (#826)
sainoe Aug 14, 2023
309bd85
deps!: support cosmos-sdk-v45-ics-lsm integration (#1120)
MSalopek Aug 16, 2023
2573975
docs: add v2.0.0-lsm changelog section (#1210)
mpoke Aug 16, 2023
6b0a94a
deps: bump SDK to v0.45.16-ics-lsm (#1212)
mpoke Aug 18, 2023
21e3d83
feat: improve ICS misbehaviour E2E testing coverage (#1225)
sainoe Aug 23, 2023
292ad75
refactor: address comments of ICS Misbehaviour PRs #826 and #1148 (#…
sainoe Aug 23, 2023
f168b9b
feat: add handler for consumer double voting (#1232)
sainoe Aug 28, 2023
f12a5c0
fix: tiny bug in `NewSubmitConsumerDoubleVotingCmd` (#1247)
sainoe Aug 31, 2023
2501e83
fix: make `HandleConsumerDoubleVoting` works with provider pubkeys (#…
sainoe Sep 4, 2023
eb6a079
fix: verify equivocation using validator pubkey in `SubmitConsumerDou…
sainoe Sep 6, 2023
98af9c0
refactor: update the E2E tests to work with Hermes relayer v1.6.0 (#1…
sainoe Sep 8, 2023
c881a1a
test: add E2E tests for double voting evidence handling (#1256)
sainoe Sep 11, 2023
494c4d2
feat!: provider proposal for changing reward denoms (backport #1280) …
mergify[bot] Sep 12, 2023
a71f1fe
save
sainoe Sep 13, 2023
3be76ad
fix nits
sainoe Sep 14, 2023
691d206
Merge remote-tracking branch 'upstream/release/v2.1.x-lsm' into feat/…
sainoe Sep 14, 2023
88e0717
update changelog and fix nits
sainoe Sep 14, 2023
022cd5d
feat: implement slashing functionality on the provider chain (ADR-013…
insumity Sep 27, 2023
a8f6b11
make build pass
sainoe Sep 28, 2023
04ca9a1
fix e2e happy-path-short test
sainoe Sep 28, 2023
8163735
make consumer misbehaviour and double signing tests pass
sainoe Sep 28, 2023
ac9f3ff
currently debugging democracy-reward
sainoe Sep 29, 2023
1fbaf09
fix e2e democ test
sainoe Sep 29, 2023
517cdb4
refactor: remove equivocation proposal (#1294)
insumity Sep 29, 2023
dddcd1b
add equivo removal failing tests
sainoe Oct 2, 2023
d9903a2
fix democ e2e tests
sainoe Oct 2, 2023
67b8c31
make mem tests pass
insumity Sep 27, 2023
1fd8409
lint
sainoe Oct 3, 2023
e424e47
refactor for SDK v47 and merge with main branch
sainoe Oct 3, 2023
e27b7b7
fix Dockerfile
sainoe Oct 3, 2023
e7a8e7b
update changelog
sainoe Oct 3, 2023
7868be6
Merge branch 'main' into feat/ics-misbehaviour-handling
sainoe Oct 3, 2023
8349b82
fix nits
sainoe Oct 3, 2023
ea545b4
update rapid test
sainoe Oct 4, 2023
92a9d17
fix democ tests
sainoe Oct 4, 2023
f8f1029
update test traces
sainoe Oct 4, 2023
00d4f2f
update changelog
sainoe Oct 4, 2023
e29cb92
fix CHANGELOG.md
sainoe Oct 4, 2023
d35c983
nits
sainoe Oct 4, 2023
9688154
Update docs/docs/features/slashing.md
sainoe Oct 12, 2023
108fe33
Update proto/interchain_security/ccv/provider/v1/tx.proto
sainoe Oct 12, 2023
1aaea88
Update x/ccv/provider/client/cli/tx.go
sainoe Oct 12, 2023
1d511b4
Update x/ccv/provider/client/cli/tx.go
sainoe Oct 12, 2023
991181a
Update x/ccv/provider/keeper/misbehaviour.go
sainoe Oct 12, 2023
c858173
Update x/ccv/provider/keeper/punish_validator.go
sainoe Oct 12, 2023
fb92af9
Update x/ccv/provider/keeper/punish_validator.go
sainoe Oct 12, 2023
28e0c14
Update x/ccv/provider/keeper/punish_validator.go
sainoe Oct 12, 2023
9f23165
check verifying pubkey against validator address
sainoe Oct 13, 2023
7092914
add tests
sainoe Oct 13, 2023
f886a7b
update checkMisbehaviour tests
sainoe Nov 8, 2023
a290d76
save
sainoe Nov 8, 2023
7dc78bb
update all misbehaviour memory tests
sainoe Nov 8, 2023
ecd796f
fix misb verify valset sigs test
sainoe Nov 9, 2023
6769af5
revert misb check fix for ibc 7
sainoe Nov 9, 2023
e070f3b
nit fix
sainoe Nov 9, 2023
80e9d25
fix nit
sainoe Nov 9, 2023
310788e
fix: add equivocation proposal message back in protos (#1394)
sainoe Nov 6, 2023
f2c1a3f
fix!: verify the signatures of byzantine validators in misbehaviour h…
sainoe Nov 13, 2023
a22030b
Merge branch 'main' into feat/ics-misbehaviour-handling
sainoe Nov 14, 2023
84955b9
feat: update misbehaviour handling using IBC-Go 7 (#1401)
sainoe Nov 15, 2023
12c1bda
nit
sainoe Nov 16, 2023
c72fa09
Update x/ccv/provider/keeper/double_vote.go
sainoe Nov 16, 2023
74a3314
Update x/ccv/provider/keeper/double_vote.go
sainoe Nov 16, 2023
481f0cc
Update x/ccv/provider/keeper/misbehaviour.go
sainoe Nov 16, 2023
eabf667
Update x/ccv/provider/keeper/misbehaviour.go
sainoe Nov 16, 2023
6c3d1b5
Update tests/integration/double_vote.go
sainoe Nov 16, 2023
9037e30
Update x/ccv/provider/client/cli/tx.go
sainoe Nov 16, 2023
d458eda
Update x/ccv/provider/client/cli/tx.go
sainoe Nov 16, 2023
af531f3
address comments
sainoe Nov 16, 2023
26c1b11
address comments
sainoe Nov 16, 2023
7440b43
Update x/ccv/provider/types/proposal.go
sainoe Nov 21, 2023
d61f474
Update tests/integration/double_vote.go
sainoe Nov 21, 2023
1895f87
Port: (feat!) [#1435](https://github.com/cosmos/interchain-security/p…
sainoe Nov 21, 2023
695bd6e
fix: update consumer double vote cmd (#1439)
sainoe Nov 20, 2023
8caad9f
update CHANGELOG
sainoe Nov 21, 2023
3310d91
update changelog
sainoe Nov 21, 2023
2d476c2
update changelog entries
sainoe Nov 21, 2023
03aada4
nits
sainoe Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add the cryptographic verification of equivocation feature to the
provider (cf. ADR-005 & ADR-013) and remove the equivocation proposal.
([\#1340](https://github.com/cosmos/interchain-security/pull/1340))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add the cryptographic verification of equivocation feature to the provider
(cf. ADR-005 & ADR-013). ([\#1340](https://github.com/cosmos/interchain-security/pull/1340))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add the cryptographic verification of equivocation feature to the provider
(cf. ADR-005 & ADR-013). ([\#1340](https://github.com/cosmos/interchain-security/pull/1340))
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

Add an entry to the unreleased provider section whenever merging a PR to main that is not targeted at a specific release. These entries will eventually be included in a provider release.

* (refactor) [#1294](https://github.com/cosmos/interchain-security/pull/1294) Remove the equivocation proposal handler.
* (feature!) [#1280](https://github.com/cosmos/interchain-security/pull/1280) provider proposal for changing reward denoms
* (feature!) [#1244](https://github.com/cosmos/interchain-security/pull/1244) Update the default consumer unbonding period to 2 weeks.
* (deps) [#1259](https://github.com/cosmos/interchain-security/pull/1259) Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.47.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5).
* (deps!) [#1258](https://github.com/cosmos/interchain-security/pull/1258) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v7.3.0](https://github.com/cosmos/ibc-go/releases/tag/v7.3.0).
* (deps) [#1258](https://github.com/cosmos/interchain-security/pull/1258) Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.47.4](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.4).
* (deps!) [#1196](https://github.com/cosmos/interchain-security/pull/1196) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v7.2.0](https://github.com/cosmos/ibc-go/releases/tag/v7.2.0).
* `[x/ccv/provider]` (fix) [#1076](https://github.com/cosmos/interchain-security/pull/1076) Add `InitTimeoutTimestamps` and `ExportedVscSendTimestamps` to exported genesis.
* (fix!) [#1422](https://github.com/cosmos/interchain-security/pull/1422) Fix the misbehaviour handling by verifying the signatures of byzantine validators.

## v2.2.0-provider-lsm

### Cryptographic verification of equivocation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linked EPIC's task list also contains slashing issues, so it might make sense to put it in the title here as well?

* New feature enabling the provider chain to verify equivocation evidence on its own instead of trusting consumer chains, see [EPIC](https://github.com/cosmos/interchain-security/issues/732).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/features/slashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Slash throttling (sometimes called jail throttling) mechanism ensures that only
:::

# Cryptographic verification of equivocation and slashing
The Cryptographic verification of equivocation allows external agents to submit evidences of light client and double signing attack observed on a consumer chain. When a valid evidence is received, the malicious validators will be slashed, jailed, and tombstoned on the provider.
The Cryptographic verification of equivocation allows external agents to submit evidences of light client and double signing attacks observed on a consumer chain. When valid evidence is received, the malicious validators will be slashed, jailed, and tombstoned on the provider.

The feature is outlined in [ADR-005](../adrs/adr-005-cryptographic-equivocation-verification.md) and [ADR-013](../adrs/adr-013-equivocation-slashing.md).

Expand Down
17 changes: 17 additions & 0 deletions proto/interchain_security/ccv/provider/v1/provider.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "google/protobuf/duration.proto";
import "ibc/core/client/v1/client.proto";
import "ibc/lightclients/tendermint/v1/tendermint.proto";
import "tendermint/crypto/keys.proto";
import "cosmos/evidence/v1beta1/evidence.proto";
import "cosmos/base/v1beta1/coin.proto";

//
Expand Down Expand Up @@ -101,6 +102,22 @@ message ConsumerRemovalProposal {
[ (gogoproto.stdtime) = true, (gogoproto.nullable) = false ];
}

// EquivocationProposal is a governance proposal on the provider chain to
// punish a validator for equivocation on a consumer chain.
//
// This type is only used internally to the consumer CCV module.
// WARNING: This message is deprecated now that equivocations can be submitted
// and verified automatically on the provider. (see SubmitConsumerDoubleVoting in proto/interchain-security/ccv/provider/v1/tx.proto).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove those at some point? With a next release or so? If yes, then it would make sense to create an issue so we don't forget to do so.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing them would require a migration since an equivocation prop exists in states (prop 818).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meaning we should do this if we have a release coming up that needs a migration anyways?

message EquivocationProposal {
option deprecated = true;
// the title of the proposal
string title = 1;
// the description of the proposal
string description = 2;
// the list of equivocations that will be processed
repeated cosmos.evidence.v1beta1.Equivocation equivocations = 3;
}

// ChangeRewardDenomsProposal is a governance proposal on the provider chain to
// mutate the set of denoms accepted by the provider as rewards.
message ChangeRewardDenomsProposal {
Expand Down
2 changes: 1 addition & 1 deletion proto/interchain_security/ccv/provider/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message MsgAssignConsumerKeyResponse {}


// MsgSubmitConsumerMisbehaviour defines a message that reports a light client attack,
// also known as a misbehaviour, observed on a consumer chain
// also known as a misbehaviour, observed on a consumer chain
message MsgSubmitConsumerMisbehaviour {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
Expand Down
9 changes: 9 additions & 0 deletions tests/e2e/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ func (tr TestConfig) getChainState(chain ChainID, modelState ChainState) ChainSt
chainState.ClientsFrozenHeights = &chainClientsFrozenHeights
}

if modelState.ConsumerPendingPacketQueueSize != nil {
pendingPacketQueueSize := tr.getPendingPacketQueueSize(chain)
chainState.ConsumerPendingPacketQueueSize = &pendingPacketQueueSize
}

if *verbose {
log.Println("Done getting chain state:\n" + pretty.Sprint(chainState))
}
Expand Down Expand Up @@ -830,3 +835,7 @@ func (tc TestConfig) getTrustedHeight(
}
return clienttypes.Height{RevisionHeight: uint64(revHeight), RevisionNumber: uint64(revNumber)}
}

func uintPtr(i uint) *uint {
return &i
}
1 change: 0 additions & 1 deletion tests/e2e/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ var consumerMisbehaviourSteps = concatSteps(
var consumerDoubleSignSteps = concatSteps(
// start provider and consumer chain
stepsStartChains([]string{"consu"}, false),

// make a consumer validator double sign and get jailed
stepsCauseDoubleSignOnConsumer("consu", "provi"),
)
39 changes: 13 additions & 26 deletions tests/e2e/tracehandler_testdata/consumer-double-sign.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -72,8 +71,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": {
Expand Down Expand Up @@ -117,8 +115,7 @@
"ProviderKeys": {
"carol": "cosmosvalcons1ezyrq65s3gshhx5585w6mpusq3xsj3ayzf4uv6"
},
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -162,8 +159,7 @@
"ProviderKeys": {
"carol": "cosmosvalcons1ezyrq65s3gshhx5585w6mpusq3xsj3ayzf4uv6"
},
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -199,8 +195,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": {
Expand Down Expand Up @@ -258,8 +253,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -277,8 +271,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -328,8 +321,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -351,8 +343,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -378,8 +369,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -401,8 +391,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -431,8 +420,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -454,8 +442,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down
39 changes: 13 additions & 26 deletions tests/e2e/tracehandler_testdata/consumer-misbehaviour.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -66,8 +65,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": {
Expand Down Expand Up @@ -111,8 +109,7 @@
"ProviderKeys": {
"alice": "cosmosvalcons1qmq08eruchr5sf5s3rwz7djpr5a25f7xw4mceq"
},
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -146,8 +143,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": {
Expand Down Expand Up @@ -193,8 +189,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -211,8 +206,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -263,8 +257,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -281,8 +274,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -310,8 +302,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -351,8 +342,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -372,8 +362,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand Down Expand Up @@ -401,8 +390,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
Expand All @@ -422,8 +410,7 @@
"ConsumerChains": null,
"AssignedKeys": null,
"ProviderKeys": null,
"ConsumerChainQueueSizes": null,
"GlobalSlashQueueSize": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": {
"07-tendermint-0": {
Expand Down
2 changes: 2 additions & 0 deletions tests/e2e/tracehandler_testdata/slashThrottle.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@
"ProviderKeys": null,
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
}
}
Expand All @@ -678,6 +679,7 @@
"ProviderKeys": null,
"ConsumerPendingPacketQueueSize": 1,
"RegisteredConsumerRewardDenoms": null,
"ClientsFrozenHeights": null,
"Proposals": null
},
"provi": {
Expand Down
Loading
Loading