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

Add custom query for slash ratios #84

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Add custom query for slash ratios #84

merged 1 commit into from
Oct 11, 2023

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Oct 6, 2023

New custom contract query

@@ -181,6 +183,15 @@ func CreateDefaultTestInput(t testing.TB) (sdk.Context, TestKeepers) {
)
require.NoError(t, stakingKeeper.SetParams(ctx, stakingtypes.DefaultParams()))

slashingKeeper := slashingkeeper.NewKeeper(
Copy link
Contributor

Choose a reason for hiding this comment

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

👍


var res any
switch {
case query.BondStatus != nil:
Copy link
Contributor

Choose a reason for hiding this comment

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

nice!

Copy link
Contributor

@pinosu pinosu left a comment

Choose a reason for hiding this comment

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

Nice work! LGTM 👍

@alpe alpe merged commit e753038 into main Oct 11, 2023
5 checks passed
@alpe alpe deleted the queryratio branch October 11, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants