Jordan Ribbink
Jordan Ribbink
WIP, need to test this.
### Issue to be solved Currently eslint is fragmented between individual packages. It probably supports monorepos & could be done at the top level, similar to prettier, with default rules...
### Issue to be solved Currently, FCL data models (e.g. services, responses, & other nested objects) are versioned (generally `v1.0.0`). However, the library does not perform and form of semantically...
### Issue to be solved With EVM support coming to Flow, this brings the potential for any Cadence account to interact with Flow EVM. However, any dApps interacting exclusively with...
### Issue to be solved A number of new streaming methods have been added to access nodes. We should add support for these in FCL-JS, like we have for `SubscribeEvents`...
Related to a bug report in discord https://discord.com/channels/613813861610684416/1228032727115108403/1229163434076147752. If the user tries to use the "simple" syntax for contracts in the CLI, the contract does not get deployed with `flow...
### Problem An issue/question was recently encountered with the `flow migrate state` command. It is as follows: what should the behaviour be if the user has configured their flow.json with...
### Problem The new state streaming endpoints available in `flow-go` have not been implemented and have been stubbed out for now in the emulator. https://github.com/onflow/flow-emulator/blob/master/server/access/streamBackend.go#L69-L113 ### Acceptance Criteria These endpoints...