Skip to content

GetExecutionResultForBlockID uses wrong query param #486

@treethought

Description

@treethought

Problem

the access http.Client sets block_ids query param for GetExecutionResultForBlockID while the API spec uses block_id

This 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

resp, err := client.GetExecutionResultForBlockID(ctx, block.ID)
if err != nil {
	log.Fatal(err)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions