Deniz Mert Edincik
Deniz Mert Edincik
interface can call the implementation but implementation cannot call the interface? I think both should be able to call each other ( without being public ) my mental model was...
> exposing HashableStruct as an interface that user-defined types can implement is a bit more complicated I think this is very very hard, if not impossible.
> @bluesign How so? Because of the type input requirement I noted above, or because of something else? `hash` should be something that cannot change over time in my opinion....
Array and Dictionary mutation functions on value typed collections can't be used in a `view` context
yeah this is one of the most common errors ( second most common actually ) when upgrading mainnet contracts with cadence upgrader ( https://github.com/bluesign/cadenceUpgrader ) best work I came up...
added stage contracts browser to: https://f.dnz.dev/0x2ceae959ed1a7e7a
I think the critical issue is spamming is cheap, from spammer to AN, but cost is amplified in the network. From AN to CN , CN to EN etc. if...
I think this does solve half of the problem, considering going forwards we will proceed with AN allowing to execute script at any height at spork, after HCU scripts ran...
@peterargue basically I am playing with the idea of having an simple interface for executor. Then binding this executor via webassembly modules. So I will compile simple 2 methods API...
I remember commenting on this ( or creating an issue ) but somehow couldn't find now. (edit: found https://github.com/onflow/flow-go/issues/961 ) Here is what I remember maybe it helps. There is...
I think problem is: `AnyStruct` covering optional types. This is working as intended ( warning ) for sure. But I think this should be only allowed to written as :...