-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cactus-plugin-ledger-connector-ethereum): refactor connector API
- Refactor to single `invokeContract` endpoint that can accept multiple methods of supplying contract definition (directly, from keychain, etc..). - Same for `deployContract` method. - Update cactus-common `safeStringifyException` function to better handle axios errors (and other custom exceptions that support `toJSON()` method.). - Use common error handling in all connector endpoints (except prometheus). - Fix the tests. - Switch to `Cacti` work in entire connector (except for package name) Co-authored-by: Peter Somogyvari <[email protected]> 1. Updated the yarn.lock file to reflect the changes in the package.json Depends on: #2630 Signed-off-by: Michal Bajer <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
31 changed files
with
997 additions
and
1,475 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
Oops, something went wrong.