refactor: set zeta protocol fee to zero#3813
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThis change removes the hardcoded protocol fee constant from the crosschain module and updates the Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant CrosschainTypes
Client->>CrosschainTypes: Call GetProtocolFee()
CrosschainTypes-->>Client: Return ZeroUint
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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
Documentation and Community
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3813 +/- ##
========================================
Coverage 64.26% 64.26%
========================================
Files 463 463
Lines 33248 33249 +1
========================================
+ Hits 21368 21369 +1
Misses 10898 10898
Partials 982 982
🚀 New features to boost your workflow:
|
Description
Summary by CodeRabbit