-
Notifications
You must be signed in to change notification settings - Fork 115
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
go/staking: Add DebondingStartEscrowEvent #4014
Conversation
aac1702
to
f31bc77
Compare
Codecov Report
@@ Coverage Diff @@
## master #4014 +/- ##
==========================================
- Coverage 67.02% 66.96% -0.07%
==========================================
Files 412 412
Lines 42263 42298 +35
==========================================
- Hits 28328 28325 -3
- Misses 9945 9972 +27
- Partials 3990 4001 +11
Continue to review full report at Codecov.
|
f31bc77
to
927d4f2
Compare
08e62d7
to
3110dcc
Compare
This makes it easier to reason about the debonded amounts, both in shares and in base units.
3110dcc
to
2c2a01b
Compare
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.
Seems fine to me.
This makes it easier to reason about the debonded amounts, both in shares and
in base units.