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
the access http.Client sets block_ids query param for GetExecutionResultForBlockID while the API spec uses block_id
block_ids
GetExecutionResultForBlockID
This results in an error when calling the method with any block id
get execution results by IDs [df38d976b13ccfc40a379b1c779ee1ec2a4fb005b2dcb1bbc1ad823167cf8e3e] failed: no block IDs provided
resp, err := client.GetExecutionResultForBlockID(ctx, block.ID) if err != nil { log.Fatal(err) }
The text was updated successfully, but these errors were encountered:
onflow#486 fix query param for getExecutionResults
fae71cf
20a6735
Successfully merging a pull request may close this issue.
Problem
the access http.Client sets
block_ids
query param forGetExecutionResultForBlockID
while the API spec uses block_idThis results in an error when calling the method with any block id
get execution results by IDs [df38d976b13ccfc40a379b1c779ee1ec2a4fb005b2dcb1bbc1ad823167cf8e3e] failed: no block IDs provided
Steps to Reproduce
The text was updated successfully, but these errors were encountered: