We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I call GetTransactionHeight, the BlockHeight field is always zero.
Following the examples folder using the http package. Using v0.26.5
http
Possible cause is here: https://github.com/onflow/flow-go-sdk/blob/master/access/http/convert.go#L367
Not seeing a conversion for the height.
cc @emilic
The text was updated successfully, but these errors were encountered:
Thank you for the report. Good catch. We are in fact not getting that data from the AN. Will provide a fix.
Sorry, something went wrong.
I also noticed that GetCollection always returns an empty list of transactions. Again, this is for the http version.
GetCollection
If I switch over to the grpc method, everything works just fine.
grpc
Any updates to this? Just ran into both issues reported here so seems like it's still a WIP?
chasefleming
No branches or pull requests
Problem
When I call GetTransactionHeight, the BlockHeight field is always zero.
Steps to Reproduce
Following the examples folder using the
http
package.Using v0.26.5
Possible cause is here: https://github.com/onflow/flow-go-sdk/blob/master/access/http/convert.go#L367
Not seeing a conversion for the height.
cc @emilic
The text was updated successfully, but these errors were encountered: