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

[UTXORPC] readUtxo doesn't return utxos or get nil pointer dereference #210

Open
verbotenj opened this issue Jul 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@verbotenj
Copy link
Contributor

cardano-node-api:0.2.0
cardano-node:8.9.4
https://github.com/utxorpc/go-sdk
network: preprod

Test 1

readUtxos
36cc93b67e75d8626e622be1206a30f4bdd5b64683453d13abb44a3472419685
Server logs:
http2: panic serving 172.17.0.1:58838: runtime error: invalid memory address or nil pointer dereference

Test 2

readUtox: 71a7498f086d378ec5e558581286629b678be1dd65d5d4e2a5d634ba6fdf8299

Client logs:
Ledger Tip:
Slot: 65326481
Hash: 8bf09a6cedc977d59302905b5c208754b23b7fa4fc0236939172cdcd0dffd189

Expected Utxos based on

txoRef := &query.TxoRef{
	Hash:  txHash,
	Index: 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants