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

fix(utxorpc): waitForTx call #304

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix(utxorpc): waitForTx call #304

merged 1 commit into from
Nov 19, 2024

Conversation

verbotenj
Copy link
Contributor

Fixes #301

Test

network: preprod

cardano-node-api (server)

2024/11/19 13:33:51 Got a SubmitTx request with 1 transactions
2024/11/19 13:33:51 INFO Received WaitForTx request component=WaitForTx transaction_count=1
2024/11/19 13:34:03 INFO Transaction matches reference component=WaitForTx hash=279184037d249e397d97293738370756da559718fcdefae9924834840046b37b
2024/11/19 13:34:03 INFO Confirmation response sent component=WaitForTx transaction_hash=279184037d249e397d97293738370756da559718fcdefae9924834840046b37b

go-sdk (client)

Response:
  Ref[0]: 279184037d249e397d97293738370756da559718fcdefae9924834840046b37b
Waiting for the following transaction references:
  TxRef: 279184037d249e397d97293738370756da559718fcdefae9924834840046b37b
Connecting to utxorpc host: http://localhost:9090
Transaction 279184037d249e397d97293738370756da559718fcdefae9924834840046b37b is at stage: STAGE_CONFIRMED
Transaction 279184037d249e397d97293738370756da559718fcdefae9924834840046b37b has been confirmed.

https://preprod.cardanoscan.io/transaction/279184037d249e397d97293738370756da559718fcdefae9924834840046b37b

Signed-off-by: Ales Verbic <[email protected]>
@verbotenj verbotenj requested a review from a team as a code owner November 19, 2024 13:43
@verbotenj verbotenj merged commit 582778e into main Nov 19, 2024
7 checks passed
@verbotenj verbotenj deleted the feat/add-utxrpc-x branch November 19, 2024 14:32
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

Successfully merging this pull request may close these issues.

[UTXORPC] add support for WaitForTx
2 participants