-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SDK error handling (#1014)
* Initial proposal * Moved/altered error codec & added PFS errors * Removed PfsError and simplified error codec * Fixed pfs tests * Fixed custom error tests * Added raiden errors to channel and transfer epics; Simplified error codec * Converted raiden, transport and channel errors * Update raiden-ts/src/utils/error.ts Co-Authored-By: André Vitor de Lima Matos <[email protected]> * Simplified error details in path epic * Replaced remaining errors with raiden errors * Fixed unit tests * Fixed e2e tests * Moved RaidenError tests to utils * Attempt e2e test fix * Remove ts-custom-error & fix ErrorCodec & tests * Added waitTransfer error * Added changelog entry Co-authored-by: André Vitor de Lima Matos <[email protected]>
- Loading branch information
1 parent
e1882aa
commit d5d245b
Showing
21 changed files
with
384 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.