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

polishing refinements to dex.ag #2323

Merged
merged 6 commits into from
May 1, 2020
Merged

Conversation

SteveMieskoski
Copy link
Contributor

Devop

  • Updated CHANGELOG.md
  • Add PR label
  • No hard-coded strings

@SteveMieskoski SteveMieskoski added Devop Devop tasks WIP work in proress v5 for PRs for v5 labels Apr 28, 2020
@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #2323 into develop will decrease coverage by 0.00%.
The diff coverage is 11.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2323      +/-   ##
===========================================
- Coverage    12.90%   12.90%   -0.01%     
===========================================
  Files          483      483              
  Lines        20096    20105       +9     
  Branches      3406     3412       +6     
===========================================
+ Hits          2594     2595       +1     
- Misses       16632    16638       +6     
- Partials       870      872       +2     
Impacted Files Coverage Δ
...eLayout/containers/SwapContainer/SwapContainer.vue 29.18% <ø> (ø)
...SwapContainer/components/SwapWidget/SwapWidget.vue 6.21% <ø> (ø)
src/partners/dexAg/dexAg.js 21.69% <11.11%> (-0.53%) ⬇️

Continue to review full report at Codecov.

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

@SteveMieskoski SteveMieskoski added Ready Tag for when a PR is ready to merge and removed WIP work in proress labels Apr 30, 2020
@@ -313,6 +314,17 @@ export default class DexAg {
data: tradeDetails.trade.data,
value: tradeDetails.trade.value
};
if (
tradeDetails.metadata.gasPrice &&
swapDetails.provider === 'bancor' &&
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we don't like to compare values to strings ??

@gamalielhere gamalielhere merged commit 82d63c7 into develop May 1, 2020
@gamalielhere gamalielhere deleted the devop/dexAg_refinements branch May 1, 2020 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Devop Devop tasks Ready Tag for when a PR is ready to merge v5 for PRs for v5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants