Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
refactor: extract crypto behaviors out of the client service (#1749)
Browse files Browse the repository at this point in the history
* refactor: extract crypto behaviors out of the client service

* fix: configure magistrate transactions

* refactor: avoid default exports

* fix: import path

* test: move tests of extracted methods and classes into new tests

* refactor: remove client knowledge from crypto

* test: use jest.rejects/resolves instead of errorCapturer

* fix: missing await in test

* test: use jest.rejects/resolves instead of errorCapturer

* test: fix wrong assertions about transaction fee exceptions

* test: fix ipfs base58 error assertion

* test: use RegEx for assertion to handle JS and Binding errors
  • Loading branch information
faustbrian authored Mar 2, 2020
1 parent ed5224b commit 617f6dc
Show file tree
Hide file tree
Showing 26 changed files with 2,479 additions and 1,788 deletions.
3 changes: 0 additions & 3 deletions __tests__/unit/__utils__/error-capturer.js

This file was deleted.

Loading

0 comments on commit 617f6dc

Please sign in to comment.