-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: send cannot execute event to amplifier (#6)
* feat(effective-tx-sender): return tx signature on tx err The signature is useful in case we need to retrieve logs for the transaction. Signed-off-by: Guilherme Felipe da Silva <[email protected]> * feat: send task execution feedback on failure Signed-off-by: Guilherme Felipe da Silva <[email protected]> * fix: typo * refactor: drop fetch_logs usage Using fetch_logs won't work here because it doesn't return the data for failed transactions. Besides that, we're lot really using the logs whereas fetch_logs fails if there is not logs. Signed-off-by: Guilherme Felipe da Silva <[email protected]> * fix: typo Co-authored-by: Roberts Pumpurs <[email protected]> --------- Signed-off-by: Guilherme Felipe da Silva <[email protected]> Co-authored-by: Roberts Pumpurs <[email protected]>
- Loading branch information
1 parent
9fbde23
commit cccb9fc
Showing
5 changed files
with
206 additions
and
34 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.