Deniz Mert Edincik

Results 482 comments of Deniz Mert Edincik

I have few questions that I am not sure about the answers. Considering I have a key pair ( EVM EOA ): 1. is it safe to delegate it and...

> Looking at this I don't think EIP 7702 can be used to achieve delegation of EOA to COA permanently since the contract code is only active during transaction 7702...

just need to add a forwarder function to COA smart contract code [https://github.com/onflow/flow-go/blob/master/fvm/evm/handler/coa/coa.sol]; something like: `forwardCall( target, data, gas )` then inside forwardCall need to pre check if it is...

Unrelated but: Doesnt this give an error? Can you share the snippet

did you have any preliminary results with running nodes with pebble instead of badger? I am using pebble and pretty happy so far, but was thinking to check badger for...

This is very good idea, but I think this syntax looks better and more beginner friendly. ```cadence for symbol in Symbol for rank in Rank { let card

so we have like 48% dupes for public keys ? PS: I was surprised at first but it seems it is totally possible, https://www.flowscan.io/tx/9a35d1fcfd746a9617483db11501953b9acff376f26b2f4b8416b58c7fb92c1c?tab=script I don't have much faith in...

@jribbink oh I was playing with this idea a little bit; ( at least similar ) I think account address(es) as dependency works here better than events. ( Event is...

> it was difficult to reimplement Cadence's dictionary iteration ordering in JavaScript. I would not suggest that anyway, it is implementation detail, can change any time. When I played with...

nit: is EVM.drycall technically view though? see: revertibleRandom