-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Re-add support for submitting misbehaviors #750
Labels
Comments
The code that used to be in place for submitting misbehaviors is here relayer/relayer/misbehaviour.go Lines 19 to 87 in 50534d4
|
When will it be finished |
Closed by #1121 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code used to be present but was removed when refactoring the codebase to account for the
Provider
abstraction.We should get this added back and finalize the methods signature
relayer/relayer/provider/provider.go
Line 90 in 2bf5c32
Testing cases for this should be built out in the
ibctest
repoThe text was updated successfully, but these errors were encountered: