Greg

Results 79 issues of Greg

Right now emulator tests rely on test account nonce which is tracked globally and this means if a test is run independently it might fail because it relies on nonce...

As discussed with @btspoony there's an issue with importing by using the new import schema. TODO define reproduction steps and investigate.

Feedback

There's a windows specific issue when resolving string imports. The Sentry report: Sentry Issue: [LANGUAGE-SERVER-6V](https://dapperlabs.sentry.io/issues/3901167811/?referrer=github_integration) ``` runtime.errorString: runtime error: invalid memory address or nil pointer dereference File "/go/pkg/mod/github.com/onflow/cadence-tools/[email protected]/integration/resolvers.go", line 41,...

Bug
Language Server
Feedback

Our new access nodes will support HTTP API in addition to the gRPC API. We believe it would be beneficial if all SDKs will support the HTTP API as well....

The get random source function on the Cadence arch now returns an uint64 (8 bytes), which is not ideal. We should return all the data we get from the random...

Closes: #6165 Extend random source to return 32 bytes instead of 8.

We should make sure the KMS integration is working at all the times, as it likely will be used in critical situations (transaction signing services) and likely in production environments...

## Description Change not supported API to empty response as it's being used by some integrations. ______ For contributor use: - [ ] Targeted PR against `master` branch - [...

Improvement

Add a `Fee()` method on the transaction result, which will return the Flow fee used in transaction execution.