Greg

Results 79 issues of Greg

Could we remove the name parameter when deploying a contract or at least make it optional since it must match the name of the contract from file which could just...

Improvement
L3

### Issue To Be Solved The concept of the global configuration was introduced to allow you to have some global values you would use in any location where you execute...

Improvement
Feedback

### Issue To Be Solved Transaction signing has to currently be done by each party independently. It would benefit the UX and consistency of the API to allow specifying multiple...

Feature
Feedback
L2

**Do not merge** This PR updates Cadence version that exposes the new storage API in the runtime environment.

Closes: #221 ## Description This PR extracts the RLP implementation of the go-etheruem package. It uses git subtree to include the repository and allow updates with the upstream branch. The...

Improvement
Developer Tool Team

Closes: #246 ## Description Refactors how event hash is calculated. It now uses the flow-go Merkle Patricia tree for calculating the hash. A test example results in a change of...

Bugfix

The method `SetGasLimit` should be renamed to `SetComputeLimit`. The method is defined here: https://github.com/onflow/flow-go-sdk/blob/48a6dc373a3e2bcda990972ebbd7f96b2b0778a1/transaction.go#L186

Feedback
L3

Currently, the SDK uses RLP implementation from `go-ethereum` package which is huge!. I believe we would benefit from implementing RLP ourselves since that big dependency would be removed. Also RLP...

Feature
Feedback
Good First Issue
Developer Tool Team
L3

We should extend our docs to cover different options when connecting with the client: - Option to connect using secure connection - Option to connect using the retries as stated...

Documentation
Developer Tool Team
L3

Operations such as creating accounts can be quite complex and require many interactions with the blockchain. This offers an experienced developer great power and granularity but proves to be quite...

Feature
Feedback
Good First Issue
L2