Greg

Results 79 issues of Greg

Flow dev should run any Cadence tests automatically.

Feature
Feedback

The Dependabot only updates CLI module and not the flowkit module. We should make sure it updates both. Check the configuration https://github.com/onflow/flow-cli/blob/master/.github/dependabot.yml

Improvement
Feedback

A Cadence developer will during the development process frequently change contracts which makes keeping the contract updated on the emulator a challenge. The Flow mainnet/testnet has limitations on updating the...

Improvement

When running the command to fetch the events with the batch flag set to one it returns duplicate results. Command run: `flow events get A.f8d6e0586b0a20c7.Bar.Test --batch 1` Result: ``` Events...

Bug

### Issue to be solved Providing custom statement handlers to the runtime is currently not possible. ### Suggested Solution Exposing the statement handler to config could be beneficial for passing...

Feature
Feedback

Currently, the event emitted for COA account creation doesn't have a type that is consistent with other EVM events. The event type ID right now is: `A.f8d6e0586b0a20c7.EVM.BridgedAccountCreated`. This is wrong...

Flow EVM

Currently when subscribing to events if you provide a value of 0 as the start height that value is treated as latest height. This can be very confusing and lead...

Improve integration testing between FVM and EVM. Expand the tests of FVM to include the EVM interactions, from simple happy paths to more complex error handling.

Add Flow Rosetta implementation to references.

This relates to Cadence documentation but at the same time since you use pragma arguments with the codelensses and extension it relates to vscode as well. There is no good...

documentation