This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: extract crypto behaviors out of the client service (#1749)
* 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