Nick Johnson
Nick Johnson
Yes, although I think being able to have multiple outstanding triggers would be an advantage for multiple limit switches. One way to do this would be to have it in...
If you can read a whole port - which the current API would seem to imply is doable - then the method I outlined should work, and requires no more...
Any chance of this PR getting some love?
I think `clone2` is to `clone` as `create2` is to `create`, so that naming makes sense, while also remaining fairly compact. `predictAddressOfCloneWithCREATE2` seems way too long. Could we do something...
I've done the rename, and also refactored the library to return creation bytecode, which is necessary in order for `addressOfClone2` to be a view function. Unfortunately this does have some...
I did consider that, but it seems like a lot of bloat and maintenance hassle.
With ganache being deprecated, and Anvil's support for `eth_getProof` broken, it'd be great to see this added. Any hope of support? With all the existing libraries already in use, it...
Correction: We already return the CNAME on non-CNAME queries; we should return the A/etc record if it exists as well. This needs to handle chains of CNAMEs, but also avoid...
How are you compiling this? github imports work fine in browser solidity, but if you're compiling from the command line, you should download the library and put it somewhere the...
Yes, whatever library support your framework has; putting it in the same directory will almost certainly work too.