Daniel Luca

Results 20 comments of Daniel Luca

A proxy forwarder inspired by EIP-2535 ```solidity contract ProxyForward { mapping (bytes4 => address) facets; function setFacet(bytes4 signature_, address facet_) public { facets[signature_] = facet_; } fallback() external { address...

Yes, this is confusing. Could the gas limit specified there be used when making transactions? I see there is a gas estimation request done before and the result from there...

@yann300 I'm not sure if this is enough or if I break some functionality https://github.com/ethereum/remix/pull/1092

This also happens if you deploy a token, mint, approve and deposit in the same transaction. The tokens appear in the transfer ledger, but the withdraw is not possible. This...

Just tested this on `v0.20.0` and it still happens

> Mythril assumes that some random guy knows your nonce and may have sent some eth to this address to screw it up before you creating it :sunglasses: I understand...

I was expecting a response. Is this a feature that you want to do? Is this already in the application? Closing issues like this without having a response is not...

Thanks for the response. Is it possible to have the feature open until it is implemented? This way I (and all subscribers of this issue) will be notified when it...

Creating a file structure that includes the timestamp is an easy way to sort the files while retaining the chronological order.