Skip to content

Commit

Permalink
updated traces
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Jun 13, 2024
1 parent 1f9fb5a commit 397cff4
Show file tree
Hide file tree
Showing 10 changed files with 137 additions and 273 deletions.
6 changes: 5 additions & 1 deletion tests/e2e/tracehandler_testdata/changeover.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,11 @@
"revision_height": 111
},
"DistributionChannel": "channel-0",
"TopN": 100
"TopN": 100,
"ValidatorsPowerCap": 0,
"ValidatorSetCap": 0,
"Allowlist": null,
"Denylist": null
},
"State": {
"provi": {
Expand Down
6 changes: 5 additions & 1 deletion tests/e2e/tracehandler_testdata/consumer-double-sign.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"revision_height": 1
},
"DistributionChannel": "",
"TopN": 100
"TopN": 100,
"ValidatorsPowerCap": 0,
"ValidatorSetCap": 0,
"Allowlist": null,
"Denylist": null
},
"State": {
"provi": {
Expand Down
22 changes: 17 additions & 5 deletions tests/e2e/tracehandler_testdata/consumer-misbehaviour.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
"revision_height": 1
},
"DistributionChannel": "",
"TopN": 100
"TopN": 0,
"ValidatorsPowerCap": 0,
"ValidatorSetCap": 0,
"Allowlist": null,
"Denylist": null
},
"State": {
"provi": {
Expand Down Expand Up @@ -123,6 +127,14 @@
}
}
},
{
"ActionType": "main.OptInAction",
"Action": {
"Chain": "consu",
"Validator": "alice"
},
"State": {}
},
{
"ActionType": "main.VoteGovProposalAction",
"Action": {
Expand Down Expand Up @@ -263,7 +275,7 @@
"ProposedConsumerChains": null,
"ValPowers": {
"alice": 500,
"bob": 20
"bob": 0
},
"StakedTokens": null,
"Params": null,
Expand Down Expand Up @@ -312,7 +324,7 @@
"ProposedConsumerChains": null,
"ValPowers": {
"alice": 511,
"bob": 20
"bob": 0
},
"StakedTokens": null,
"Params": null,
Expand Down Expand Up @@ -354,7 +366,7 @@
"ProposedConsumerChains": null,
"ValPowers": {
"alice": 511,
"bob": 20
"bob": 0
},
"StakedTokens": null,
"Params": null,
Expand Down Expand Up @@ -406,7 +418,7 @@
"ProposedConsumerChains": null,
"ValPowers": {
"alice": 511,
"bob": 20
"bob": 0
},
"StakedTokens": null,
"Params": null,
Expand Down
6 changes: 5 additions & 1 deletion tests/e2e/tracehandler_testdata/democracy.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"revision_height": 1
},
"DistributionChannel": "",
"TopN": 100
"TopN": 100,
"ValidatorsPowerCap": 0,
"ValidatorSetCap": 0,
"Allowlist": null,
"Denylist": null
},
"State": {
"provi": {
Expand Down
6 changes: 5 additions & 1 deletion tests/e2e/tracehandler_testdata/democracyRewardsSteps.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"revision_height": 1
},
"DistributionChannel": "",
"TopN": 100
"TopN": 100,
"ValidatorsPowerCap": 0,
"ValidatorSetCap": 0,
"Allowlist": null,
"Denylist": null
},
"State": {
"provi": {
Expand Down
Loading

0 comments on commit 397cff4

Please sign in to comment.