-
Notifications
You must be signed in to change notification settings - Fork 390
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: implement outbound and inbound warp route amount transforms #4729
Conversation
🦋 Changeset detectedLatest commit: 21b0b24 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## audit-q3-2024 #4729 +/- ##
=================================================
+ Coverage 73.74% 73.75% +0.01%
=================================================
Files 100 100
Lines 1436 1429 -7
Branches 187 185 -2
=================================================
- Hits 1059 1054 -5
+ Misses 356 354 -2
Partials 21 21
|
…use in scaling Warp Routes
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.
Would highly recommend the rename of the internal functions, otherwise lgtm
…#4729) ### Description - implements `_outbound` and `_inbound` internal amount transforms for use in scaling warp routes - simplify `HypNativeScaled` implementation ### Backward compatibility Yes ### Testing Existing HypNative Scaled Unit Tests
…#4729) ### Description - implements `_outbound` and `_inbound` internal amount transforms for use in scaling warp routes - simplify `HypNativeScaled` implementation ### Backward compatibility Yes ### Testing Existing HypNative Scaled Unit Tests
Description
_outbound
and_inbound
internal amount transforms for use in scaling warp routesHypNativeScaled
implementationBackward compatibility
Yes
Testing
Existing HypNative Scaled Unit Tests