adds WithdrawablePeriphery base contract for token withdrawals#831
adds WithdrawablePeriphery base contract for token withdrawals#831
Conversation
WalkthroughThis pull request introduces an abstract contract named Changes
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used📓 Learnings (1)
🔇 Additional comments (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Test Coverage ReportLine Coverage: 78.44% (1700 / 2167 lines) |
There was a problem hiding this comment.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (2)
- src/Helpers/WithdrawablePeriphery.sol (1 hunks)
- test/solidity/Helpers/WithdrawablePeriphery.t.sol (1 hunks)
🧰 Additional context used
📓 Learnings (1)
src/Helpers/WithdrawablePeriphery.sol (2)
Learnt from: 0xDEnYO PR: lifinance/contracts#782 File: src/Helpers/WithdrawablePeriphery.sol:20-34 Timestamp: 2024-10-09T03:47:21.269Z Learning: In the `WithdrawablePeriphery.sol` contract, for admin-only functions protected by the `onlyOwner` modifier, it's acceptable to omit balance checks and reentrancy protection since admins are trusted to handle these functions appropriately.Learnt from: 0xDEnYO PR: lifinance/contracts#782 File: src/Helpers/WithdrawablePeriphery.sol:20-34 Timestamp: 2024-10-07T02:44:36.866Z Learning: In the `WithdrawablePeriphery.sol` contract, for admin-only functions protected by the `onlyOwner` modifier, it's acceptable to omit balance checks and reentrancy protection since admins are trusted to handle these functions appropriately.
Which Jira task belongs to this PR?
https://lifi.atlassian.net/browse/LF-10387
Why did I implement it this way?
Checklist before requesting a review
Checklist for reviewer (DO NOT DEPLOY and contracts BEFORE CHECKING THIS!!!)