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

Return Cardano transaction hash after successful write to blockchain #1509

Open
coveloper opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@coveloper
Copy link

Proposed feature

As discussed in the Community call on Jan 28th, 2025, right now the Cloud Agent does not return the transaction id/hash from the Prism Node when a successful operation has settled on chain, only the status.

For Identus applications, it would be valuable to get back not just the status, but the transaction hash, so applications can either read transaction metadata from the chain or simply link users out to a Cardano Explorer directly to prove their writes actually happened.

It was discussed in the Community call that this would be possible to add at the Cloud Agent level, since the Prism node already knows this information.

Feature description

The existing implementation would work fine, but when a transaction completes, additionally return the transaction hash as well as the status.

Anything else?

This feature would get used in our product instantly when it becomes available, and would reduce a large workaround we currently have to maintain. So just know this work would be both appreciated and used directly right away in a working application. Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant