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

feat(swap): track valora fee #5368

Merged
merged 2 commits into from
May 2, 2024
Merged

Conversation

jeanregisser
Copy link
Member

Description

As the title says.

Test plan

  • Updated tests

Related issues

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 Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.07%. Comparing base (a4ca31c) to head (b1e5ac1).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5368   +/-   ##
=======================================
  Coverage   86.06%   86.07%           
=======================================
  Files         735      735           
  Lines       29984    29984           
  Branches     5139     5139           
=======================================
+ Hits        25806    25808    +2     
+ Misses       3951     3949    -2     
  Partials      227      227           
Files Coverage Δ
src/analytics/Properties.tsx 100.00% <ø> (ø)
src/swap/SwapScreen.tsx 94.01% <100.00%> (ø)
src/swap/saga.ts 94.51% <ø> (ø)
src/swap/types.ts 100.00% <ø> (ø)

... and 1 file 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 a4ca31c...b1e5ac1. Read the comment docs.

Copy link
Collaborator

@kathaypacific kathaypacific left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jeanregisser jeanregisser force-pushed the jeanregisser/swap-fee-analytics branch from e56c709 to fc5428d Compare April 30, 2024 14:27
Base automatically changed from jeanregisser/swap-fee to main May 2, 2024 07:32
@jeanregisser jeanregisser force-pushed the jeanregisser/swap-fee-analytics branch from fc5428d to b1e5ac1 Compare May 2, 2024 08:07
@jeanregisser jeanregisser added this pull request to the merge queue May 2, 2024
Merged via the queue into main with commit 5f6afd1 May 2, 2024
16 checks passed
@jeanregisser jeanregisser deleted the jeanregisser/swap-fee-analytics branch May 2, 2024 08:44
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

As the title says.

### Test plan

- Updated tests

### Related issues

- Fixes RET-1061

### 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.

2 participants