Greg
Greg
We need to update all dependencies, especially critical ones like the Monaco editor. They need to be up to date so we will be able to maintain the codebase in...
Currently, if you want to use the playground on safari you get the warning: `You're currently using an unsupported browser to access the Flow Playground. We hope to support your...
**Overview** A new version of Cadence will cause some breaking changes in this SDK. It's important that those changes are addressed in a timely manner (by the end of the...
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....
We need to update mobile SDK links to also include JVM FCL https://github.com/Outblock/fcl-android We should also include the README into documentation from Swift SDK and Kotlin SDK. Tagging @bthaile and...
The FLIX doesn't work for very basic default setup using the Flow CLI and emulator. The experience should be that if you setup a new project and run an emulator...
Progress reporting should be avoided where possible (in some cases it provides value to CLI users seeing the progress). There's a possible bug not stopping the progress https://github.com/onflow/flow-cli/blob/93b7336efceb00bf20b3039ca3694cec492ebff9/flowkit/flowkit.go#L310 All the...
Reevaluate handling of errors. Currently, most of the errors that are returned are not wrapped to better describe the context in which they happened. Consistently wrapping errors would be a...
We should make sure we don't define similar types, one example is [`BlockQuery`](https://github.com/onflow/flow-cli/blob/93b7336efceb00bf20b3039ca3694cec492ebff9/flowkit/flowkit.go#L50) and [`ScriptQuery`](https://github.com/onflow/flow-cli/blob/93b7336efceb00bf20b3039ca3694cec492ebff9/flowkit/flowkit.go#L81). They can both be represented by `BlockQuery`. Another maybe better approach would be to introduce...
There are a lot of repos containing common contracts like NFT that still use the outdated import syntax. We should address and fix those to use the new one and...