Franco Victorio
Franco Victorio
Oh, that's interesting. Is there a chance you can make a minimal example of that? It could be a bug in our tracer.
Closing this for lack of reproduction steps.
Thanks for the detailed info @nedgar. So this looks like an ethers.js thing? If not and if you think there's something we can do on our side, please let us...
Thanks a lot @nedgar, this is really useful
There is a `console.logBytes`, but I don't think we have a function for arrays. With respect to adding an overload for `console.log(bytes)`, I guess that's doable? But maybe there is...
Sadly, overloading for bytes it's not possible, at least for now. The reason is that if we include that overload, then this statement wouldn't compile: ```solidity console.log("abc") ``` because the...
@nanaknihal there is a `console.logBytes32` overload.
@kmjones1979 see [this comment](https://github.com/NomicFoundation/hardhat/issues/2043#issuecomment-1047261161).
@avele we forgot to include a changeset for this change, so this wasn't included in our latest release. I will create one now, so that this is published the next...