Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track app.signer transactions in TaskResult #88

Open
fubuloubu opened this issue Jun 3, 2024 · 1 comment · May be fixed by #89
Open

Track app.signer transactions in TaskResult #88

fubuloubu opened this issue Jun 3, 2024 · 1 comment · May be fixed by #89
Assignees
Labels
enhancement New feature or request

Comments

@fubuloubu
Copy link
Member

Overview

We need a hook to show whether a task triggered a transaction by app.signer for deeper integration with platform monitoring

Specification

The app.signer should be a part of the system registration flow, so that we can reference transactions by app.signer's .nonce in the task recorder interface, which will allow us to index further downstream what transactions that a signer has made during execution (after it has fully settled).

Since it may be the case that we have auto-update functionality in "smart receipts" further down the road, and also that transactions may not actually be fully "mined" by the time the task is completed, it seems smartest to reference by .nonce in this fashion and to wait until a finalization threshold to record properties from the final transaction result

Dependencies

n/a

@fubuloubu fubuloubu added the enhancement New feature or request label Jun 3, 2024
Copy link

linear bot commented Jun 3, 2024

@fubuloubu fubuloubu self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant