Deniz Mert Edincik

Results 311 comments of Deniz Mert Edincik

@bjartek it would be nice, I suggested that before ( https://github.com/onflow/cadence/issues/1059 ) But I think there are some technical limitations preventing that to be implemented. Events per block, events per...

I don't think we can have reasonable `Reactive control` on blockchain where new identity can be created instantly. I think ( at least for me ) most important part of...

> In Cadence, what we're calling "capabilities" is just one of many capability patterns: the Facet pattern To be honest, I don't have many experience here, can you give some...

Thanks @katelynsills, very informative and in my opinion, in such a subject, multiple comments are totally fine. > Yup! HORTON comes from the capability community, too, so it's not weakening...

I will try to look at the security perspective. I think HORTON doc is based on trusted identities ( cost of identity is great ) But here on Flow, we...

> I think if Carol can be sure that an issued capability will only be able to be used by the party it was issued to, Alice cannot create new...

> These paths and types are loaded from storage one by one. Why do we load full value here ? Shouldn't we load type info only ? This can cause...

I have some questions to make it a bit clear. - If I define a function `pure` I cannot change it later to `impure` right? - Isn't `pure` will be...

I look from another perspective here: - allowing pure / impure change is big hammer ( hurts composability very much. ) - asking developers to mark every public function pure/impure...

From my knowledge better test would be fixing the test on single access node. (Skipping load balancer) Also afaik cli has version check on each call. (So commenting it out...