Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

refactor(sdk): implement Coin to slim down CoinFactory #258

Merged
merged 4 commits into from
May 16, 2020

Conversation

faustbrian
Copy link
Contributor

The CoinFactory now creates a Coin instance that exposes all services and data of a concrete coin implementation. This makes the CoinFactory a real factory and things easier to test.

@codecov
Copy link

codecov bot commented May 16, 2020

Codecov Report

Merging #258 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
- Coverage   81.50%   81.47%   -0.03%     
==========================================
  Files          24       24              
  Lines         719      718       -1     
  Branches       95       95              
==========================================
- Hits          586      585       -1     
  Misses        131      131              
  Partials        2        2              
Impacted Files Coverage Δ
src/services/ledger.ts 90.24% <0.00%> (-0.24%) ⬇️

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 0a0a7c1...1f1e17a. Read the comment docs.

Brian Faust added 3 commits May 16, 2020 10:11
@faustbrian faustbrian merged commit 651068a into master May 16, 2020
@faustbrian faustbrian deleted the coin-wrapper branch May 16, 2020 07:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant