Skip to content
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

fix(feedV2): inverted swap from/to for deposits with swap #6204

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

jeanregisser
Copy link
Member

Description

Oops, I inverted from/to in #6189

Test plan

  • Manually checked from/to are now as expected for swap and deposit.

Related issues

Part of RET-1204

Backwards compatibility

Yes

Network scalability

If a new NetworkId and/or Network are added in the future, the changes in this PR will:

  • Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.93%. Comparing base (12210f7) to head (0d0cba2).
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6204      +/-   ##
==========================================
- Coverage   88.93%   88.93%   -0.01%     
==========================================
  Files         737      737              
  Lines       31368    31369       +1     
  Branches     5497     5494       -3     
==========================================
  Hits        27898    27898              
- Misses       3425     3426       +1     
  Partials       45       45              
Files with missing lines Coverage Δ
...ns/feed/detailContent/DepositOrWithdrawContent.tsx 100.00% <ø> (ø)

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12210f7...0d0cba2. Read the comment docs.

@jeanregisser jeanregisser added this pull request to the merge queue Oct 31, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 31, 2024
@MuckT MuckT added this pull request to the merge queue Nov 2, 2024
Merged via the queue into main with commit 5ba5bd4 Nov 2, 2024
15 checks passed
@MuckT MuckT deleted the jeanregisser/fix-swap-deposit branch November 2, 2024 20:01
jophish pushed a commit to mobilestack-xyz/mobilestack-runtime that referenced this pull request Nov 12, 2024
…#6204)

### Description

Oops, I inverted from/to in valora-inc#6189

### Test plan

- Manually checked from/to are now as expected for swap and deposit.

### Related issues

Part of RET-1204

### Backwards compatibility

Yes

### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

- [x] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants