-
Notifications
You must be signed in to change notification settings - Fork 85
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
Transaction crashing go sdk when calling ID()
#631
Comments
Stack Trace:
|
austinkline
changed the title
Transaction crashing go sdk when resolving calling
Transaction crashing go sdk when callinging Apr 23, 2024
ID()
ID()
austinkline
changed the title
Transaction crashing go sdk when callinging
Transaction crashing go sdk when calling Apr 23, 2024
ID()
ID()
It has to do with this transaction containing empty arguments when queried from AN. https://rest-mainnet.onflow.org/v1/transactions/3b21d84b3e9c498bb1a9274793b1b3c0d590a6b9c70077b783e846ee9ee548cc "arguments": [
"",
""
], Which causes a panic when this code tries to index & position Lines 381 to 386 in 05db7e1
|
This was referenced Apr 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Transactions can crash the sdk under certain conditions if you call
Transaction.ID()
Steps to Reproduce
Acceptance Criteria
The sdk does not crash
Context
Our backing ingestion system at Flowty ran into this issue.
The text was updated successfully, but these errors were encountered: