-
Notifications
You must be signed in to change notification settings - Fork 383
Feature request: adding console.log(string,bytes32) #129
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Related: NomicFoundation/hardhat#1440 |
Maybe console2 could pick up these changes quicker than waiting for changes to console. |
I agree, not having to use |
I'd say PRs for things like this into
Yea if there's ambiguity in your call solc will just force you to cast and be explicit, which I think is ok |
Agree with |
As hinted at above, the reason it's If you'd prefer the overload + required casting, I'd suggest leaving a comment on foundry-rs/foundry#3782 since there may eventually be a |
I often find myself needing to log bytes32 and currently this only works with console.logBytes32.
Is there a possibility of extending console to add in console.log(bytes32) or console.log(string,bytes32)?
The text was updated successfully, but these errors were encountered: