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

refactor(crypto): split the Crypto class into Hash and Transaction #2444

Merged
merged 5 commits into from
Apr 18, 2019

Conversation

faustbrian
Copy link
Contributor

Proposed changes

At the moment the crypto/crypto.ts handles transactions, identities and hashes. This PR splits those up into a new Hash class, removes the identity related methods and moves transaction methods into Transactions.Transaction.

Types of changes

  • Refactoring (improve a current implementation without adding a new feature or fixing a bug)

Checklist

  • I have read the CONTRIBUTING documentation
  • Lint and unit tests pass locally with my changes

@ghost ghost added Complexity: High labels Apr 18, 2019
@ghost
Copy link

ghost commented Apr 18, 2019

The ci/circleci: test-node11-unit job is failing as of 3085faaf64fc67f1c0ef9621fa30b49341c241a6. Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

@faustbrian faustbrian marked this pull request as ready for review April 18, 2019 08:21
@faustbrian faustbrian merged commit 43c4129 into 2.4 Apr 18, 2019
@ghost ghost deleted the refactor/crypto branch April 18, 2019 09:07
@ghost ghost removed the Status: In Progress label Apr 18, 2019
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.

1 participant