-
Notifications
You must be signed in to change notification settings - Fork 48
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
Remove protocol fee #839
Remove protocol fee #839
Conversation
82c58dd
to
898a290
Compare
refactor: remove comptroller test: update tests accordingly chore: update gas snapshot test: remove outdated comments
2eff927
to
0e218d7
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.
Looks good. I have rebased from staging and added a commit: https://github.com/sablier-labs/v2-core/compare/2eff9279ab7429267448bbf8d4807b32b3addb16..0e218d7cf44e4f0f7daedd8c3cb4fe95b9395757 that removes unused imports and fixes some NatSpec. Kindly review before merging.
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.
good job
Haven't looked at the tests but src
looks good
thanks, the commit looks good |
* refactor: remove protocol fee refactor: remove comptroller test: update tests accordingly chore: update gas snapshot test: remove outdated comments * chore: update some inherited components comments * refactor: remove unused imports and improve natspec * docs: improve natspec --------- Co-authored-by: smol-ninja <shubhamy2015@gmail.com>
* refactor: remove protocol fee refactor: remove comptroller test: update tests accordingly chore: update gas snapshot test: remove outdated comments * chore: update some inherited components comments * refactor: remove unused imports and improve natspec * docs: improve natspec --------- Co-authored-by: smol-ninja <shubhamy2015@gmail.com>
As discussed in https://github.com/sablier-labs/company-discussions/discussions/2, this PR removes the protocol fees.
With this change, it was possible to remove:
SablierV2Comptroller
contractSablierV2Base
contract