Closed hellwolf closed 4 months ago
Reminder to update the CHANGELOG.md for any of the modified packages in this PR.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.60%. Comparing base (
f113f5e
) to head (116cba2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Link: https://xkcd.com/1972
Superfluid pool to prevent self-transfer, which is a footgun for developers.
Before this change, the pool unit owner must be an contract and limit self transfer. This change will further limit this possibility.
Additionally, in order to test properly, one must not "fuzz" full address space, which will fail to produce self-transfer cases.