-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: No claim on wrap/unwrap/transfer #103
base: feat/principal-based-accounts
Are you sure you want to change the base?
feat: No claim on wrap/unwrap/transfer #103
Conversation
LCOV of commit
|
76f82b0
to
d447ba7
Compare
b3ad627
to
390ad0d
Compare
d447ba7
to
e261b7b
Compare
390ad0d
to
ae1eea3
Compare
e261b7b
to
b27e0af
Compare
ae1eea3
to
f3f9f72
Compare
b27e0af
to
8c6a412
Compare
f3f9f72
to
d78f865
Compare
8c6a412
to
eba643f
Compare
d78f865
to
f0a619b
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.
👍 great work
@@ -290,20 +290,20 @@ contract ProtocolIntegrationTests is TestBase { | |||
assertEq(_wrappedMToken.accruedYieldOf(_dave), 0); | |||
|
|||
// Alice transfers all her tokens and only keeps her accrued yield. | |||
_transferWM(_alice, _carol, 100_000000); | |||
_transferWM(_alice, _carol, 99_999999); |
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.
Shouldn't this be 100_000000
now that we always receive 1 wM for 1 M?
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.
This PR is not built on top of the wrap/unwrap fix PR. For the time being, they are separate features that are not mutually exclusive.
eba643f
to
3d3bde5
Compare
f0a619b
to
c1587b0
Compare
3d3bde5
to
b452ee9
Compare
9b2906e
to
5b4d743
Compare
b452ee9
to
0e76045
Compare
5b4d743
to
492962f
Compare
0e76045
to
8f65b68
Compare
492962f
to
108860e
Compare
8f65b68
to
7813bef
Compare
108860e
to
7090d0d
Compare
7813bef
to
2a4be08
Compare
7090d0d
to
ca4872d
Compare
2a4be08
to
04502d8
Compare
ca4872d
to
f791a7a
Compare
04502d8
to
b6e8c41
Compare
f791a7a
to
b31c25c
Compare
No description provided.