flow-go-sdk icon indicating copy to clipboard operation
flow-go-sdk copied to clipboard

Tools for building Go applications on Flow :ocean:

Results 66 flow-go-sdk issues
Sort by recently updated
recently updated
newest added

Closes: #??? ## Description ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link...

### 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:...

Bug
Good First Issue

### Problem Got multiple errors when calling `GetTransactionResult` on specific transactions. Is this the problem of the SDK or just these transactions are malformatted? ### Steps to Reproduce #### Dependencies...

### Problem In the [flow go sdk docs](https://docs.onflow.org/flow-go-sdk/) we are still using `go get` instead of `go install`. It needs to be updated.

Documentation
L2

## Description Address generator on flow-go supports more type of networks, updating the files here to match the one on the flow-go, If won't impact previously existed network names here...

Improvement

**Is your feature request related to a problem? Please describe.** The current sdk does not support a new gRPC method GetTransactionResultsByBlockID **Describe the solution you'd like** Support GetTransactionResultsByBlockID gRPC method...

Improvement

`go get` cannot be used outside of a Go module in Go 1.18 without disabling modules. `go get` no longer installs a binary. ### Problem `go: go.mod file not found...

**Is your feature request related to a problem? Please describe.** if I have to go back intime(like reading events from 2 years back blocks) and read blocks related to my...

Flow defines the following built-in system events which are emitted when creating and updating accounts: ``` "flow.AccountCreated" "flow.AccountKeyAdded" "flow.AccountKeyRemoved" "flow.AccountCodeUpdated" ``` The SDK should provide support for querying and parsing...

Improvement
Good First Issue
L2
L1

## Instructions ### Problem `flow.AccountKeyAdded` has two formats from GetEventsForHeightRange, I've been told that the events are from on-chain and can not be reformatted from server. There is a helper...

Feedback
Improvement
L2