Richard Moore

Results 530 comments of Richard Moore

I would love to, and have considered it. The problem is that it does not play well with ENS. The reason to start a domain with `0xg` is to mark...

Looking awesome! I haven't had a chance to try it out yet, but looks good. :) What is the Chai package, though?

It should be possible, but for some reason Etherscan tries to be too smart for its own good in these cases. I need to bug them to add a feature...

That’s possible. I’ll look into this when I get a chance. I don’t remember if I used intentionally replayable transactions to deploy it... if so, you can try replaying the...

You are correct. I should’ve used chainId of 0. Ok, I’ll deploy it to Görli. :)

No, the way rooted works there is no “place” to put a salt. It uses the normal initcode, not a Solidity selector. It would be easy to build a version...

It would prolly have a solidity signature like `function deploy(bytes32 salt, bytes bytecode) payable`. I only put the salt first because the code would be in EVM assembly and plucking...

That's correct. The Numeric and Alphanumeric modes are (intentionally) highly constrained. Sorry. :s

No, it's a widely adopted standard. :) If you add them, your QR code will be read incorrectly when scanned by any other QR scanning software...

I don't, but you can try. :) Here is some info I found useful when implementing it: - [Alphanumeric Encoding](https://www.thonky.com/qr-code-tutorial/alphanumeric-mode-encoding) - [Alphanumeric Table](https://www.thonky.com/qr-code-tutorial/alphanumeric-table)