-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
/v2/owners/:ownerAddress/safes
to gracefully handle errors (#2266)
Adds a new endpoint (`/v2/owners/:ownerAddress/safes`) which returns `null` for every chain which the Transaction Service threw for: - Add new scaffolding for v2 endpoint, deprecating previous. - Wrap Transaction Service requests in `Promise.allSettled`. - Construct all Safe lists from successful requests, logging for errorneous ones. - Add appropriate test coverage.
- Loading branch information
Showing
8 changed files
with
495 additions
and
7 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
File renamed without changes.
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.