-
Notifications
You must be signed in to change notification settings - Fork 9
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
Slash amounts support #179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs test fixes but otherwise looks good. Sorry for the earlier approval. 😂
Welcome. Yes, I'll continue working on this asap. |
eaeb102
to
9b14677
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
==========================================
- Coverage 86.71% 86.26% -0.45%
==========================================
Files 81 81
Lines 14035 14253 +218
Branches 14035 14253 +218
==========================================
+ Hits 12170 12295 +125
- Misses 1288 1389 +101
+ Partials 577 569 -8 ☔ View full report in Codecov by Sentry. |
Related to osmosis-labs/mesh-security-sdk#125.
Adds support for slashing based on historical evidence (double signing slashing), through slashing amounts instead of slash ratios.
There are still some limitations and there's room for improvement in the contracts side impls. Will be documented in a number of follow-up issues.
TODO: