Replies: 2 comments
-
You can subscribe to or query for events for that validator: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi ,
Thank you for your response.
Can you elaborate please what API should I use? Do you have any example?
…On Tue, 21 Mar 2023, 16:17 Aleksandr Bezobchuk, ***@***.***> wrote:
You can subscribe to or query for events for that validator:
slash.address={validatorConsensusAddress}
—
Reply to this email directly, view it on GitHub
<#15455 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVUKQJIQNG5ANWJY2MAKODW5GZ7HANCNFSM6AAAAAAWACNRFY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
How can I know about the slashes events of a validator?
When I try to use "/cosmos/distribution/v1beta1/validators/{validator_address}/slashes" with a validator that currently in jail it returns:
{
"slashes": [],
"pagination": {
"next_key": null,
"total": "0"
}
}
So how can I get notified about validator slashes?
(I tested it in testnet with validator - cosmosvaloper1zmr5mglwkkru7m3q8sxcg66gxr508v6h6lv8fg)
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions