MrChico
MrChico
Hmmm, I guess one could imagine a sort of `pure` validity checking contract which would be called with staticcall and return `true` to the original caller if all is ok,...
@wighawag couldn't you just as well check the validity of the permit in the "paymaster" in that case? As per the spec, you need to validate: - The current blocktime...
Although the `nonce` is not given as an argument in the `permit` function, it will equal to `Token.nonces[owner]` if it is indeed a valid signature.
> but this does not scale if my paymaster wanted to support all token that support the permit standard (unless A DOMAIN_SEPARATOR view was also part of the standard), hence...
one solution would be to make sure seth uses gnu mktemp, as we already do with `sed` for example
All great points. A few test objects would also be good for seeing exactly what we can and cannot do at this points. I'm not sure whether sha256 will be...
This project has been dormant for a while, so no, there are still no support for linked IPFS objects. Would be happy to include support for links in PRs!
Thanks for the writeup. This is indeed an accurate description of the situation. The fast gas price is chosen simply for being the most reliable to ensure that the tx...
Does not surprise me, the code is over a year old and Solidity has undergone a lot of changes. Does this seem like something you would be able to fix...
If you want to reconstruct the allowance fron LOGS (which is not really recommended, as LOGS shouldnt be relied upon for historical data) you can easily recalculate it from the...