Deniz Mert Edincik

Results 311 comments of Deniz Mert Edincik

@gta14 I checked now, seems error handling fixed on @onflow/[email protected] (not sure if fixes this case) , probably if you update the fcl it will be ok

Is there any network (chain) using this standard? Or we will be the first ? This seems WalletConnect standard tbh.

Some example: Emulator uses: https://github.com/onflow/flow-emulator/blob/f96b66e8846d1ec57bc8373f9e42db221063eb64/go.mod#L16-L17 ``` github.com/onflow/cadence v0.26.0 github.com/onflow/flow-go v0.26.14-test-synchronization.0.20220901173643-b7c385a64812 ``` Lastest flow-go release (0.27.4) uses: https://github.com/onflow/flow-go/blob/b6e9a988514d13e1e1ecd0802d7e02f9e9b1415b/go.mod#L61

> “Problem” is community, maybe want to announce, and maybe even allow vote (votes are difficult) :))))))

> Cadence programs (transactions, contracts, scripts) are submitted in source code form. This means we need to parse and type check the programs before we can execute them. As some...

I raised this before: https://github.com/onflow/flow-go/issues/3217 Ofc like many of the important issues it is ignored.

I forgot to mention this will be a breaking change, as the storage format is changing a bit. We can make it backwards compatible and little ugly, or decide to...

> What are the advantages of this built-in support for multiple emulators compared to starting multiple emulators on different ports? @turbolent 2 big advantages: - It is cheaper than launching...

@janezpodhostnik thank you very much for the comments, this is to kick off the discussion PR (issue didn't get much attention I wanted to show what I mean more clearly...

@sideninja what was the breaking point when you were trying to integrate into CLI ? Somehow CLI uses backend ? edit: OK, I got some context after a little checking;...