Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Refactor PublicKey and Blockchain #46

Merged
merged 4 commits into from
Sep 6, 2018
Merged

Refactor PublicKey and Blockchain #46

merged 4 commits into from
Sep 6, 2018

Conversation

alejandro-isaza
Copy link
Contributor

This makes it easier to add new blockchains.

This makes it easier to add new blockchains.
case 5718350:
return Wanchain()
default:
return nil
Copy link
Contributor

Choose a reason for hiding this comment

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

can we do fatal error instead?

@codecov-io
Copy link

codecov-io commented Sep 6, 2018

Codecov Report

Merging #46 into master will decrease coverage by 2.33%.
The diff coverage is 45.35%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #46      +/-   ##
========================================
- Coverage   83.33%    81%   -2.34%     
========================================
  Files          67     71       +4     
  Lines        2826   2879      +53     
========================================
- Hits         2355   2332      -23     
- Misses        471    547      +76
Impacted Files Coverage Δ
Sources/HDWallet/HDWallet.swift 100% <ø> (ø) ⬆️
Sources/Bitcoin/BitcoinScript.swift 13.38% <0%> (ø) ⬆️
Sources/BlockchainFactory.swift 0% <0%> (ø)
Sources/Bitcoin/BitcoinAddress.swift 76.66% <100%> (ø) ⬆️
...thereum/Solidity/EIP712/EIP712TypedDataTests.swift 100% <100%> (ø) ⬆️
Tests/SlipTests.swift 100% <100%> (ø)
Tests/TronTests.swift 100% <100%> (ø) ⬆️
Sources/Ethereum/PublicKey+Ethereum.swift 100% <100%> (ø)
Tests/CryptoTests.swift 100% <100%> (ø) ⬆️
Tests/HDWalletTests.swift 100% <100%> (ø) ⬆️
... and 21 more

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 348cb59...9517d89. Read the comment docs.

@vikmeup vikmeup merged commit 251ab70 into master Sep 6, 2018
@vikmeup vikmeup deleted the al/refactor branch September 6, 2018 08:10
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

4 participants