We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack's values might be misleading due to up to 256 bit size
Humans are not able to easily recognize whether leading zeros are omitted.
see example of the Solidity's selector for Error(string): https://www.evm.codes/playground?fork=shanghai&unit=Wei&codeType=Mnemonic&code='PUSH3%200x461bcd%5CnPUSH1%200xe5%5CnSHL'_
The selector should show 08c379a0...
Proposal:
add leading zeros, but shade them
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stack's values might be misleading due to up to 256 bit size
Humans are not able to easily recognize whether leading zeros are omitted.
see example of the Solidity's selector for Error(string):
https://www.evm.codes/playground?fork=shanghai&unit=Wei&codeType=Mnemonic&code='PUSH3%200x461bcd%5CnPUSH1%200xe5%5CnSHL'_
The selector should show 08c379a0...
Proposal:
add leading zeros, but shade them
The text was updated successfully, but these errors were encountered: