-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: tweak fees collection #2
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe overall changes involve a comprehensive rebranding of the project from "White Whale" to "MANTRA DEX." This includes updates to issue templates, documentation, contract configurations, and various source files to reflect the new identity. Key modifications involve the renaming of components, adjustments to import paths, and the restructuring of dependencies, particularly focusing on fee management and simplifying functionality related to swap routes. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Contract
participant FeeCollector
User->>Contract: Provide Liquidity
Contract->>FeeCollector: Send Fee
FeeCollector-->>Contract: Acknowledge Receipt
Contract-->>User: Confirm Liquidity Provided
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 (
|
@coderabbitai review |
Actions performedReview triggered.
|
@coderabbitai summary |
Actions performedSummary regeneration triggered. |
Description and Motivation
Replaces the bonding manager solution to collect fees with the fee collector contract (to be done).
Related Issues
Checklist:
Update index.md
)cargo fmt --all --
.cargo clippy -- -D warnings
.just schemas
.Summary by CodeRabbit
New Features
Bug Fixes
Chores
Documentation