Greg
Greg
Flow dev should run any Cadence tests automatically.
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
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...
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...
### 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...
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...
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...