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
It would be kind of nice to adjust the error type returned by processing a trace to wrap the actual error with additional metadata along these lines:
Block num: 19240118 Txn idx: 145 Address: 0xfa7093cdd9ee6932b4eb2c9e1cde7ce00b1fa4b9 Hashed address: 0x5f3894a1bacf9d3f41232eb5c05d070fce1a22b37da1d990e09f4c3df82bc9c6 Slot: 0x00000000000000000000000000000000000000000000000000000000000000fe Slot hashed: 0x54075df80ec1ae6ac9100e1fd0ebf3246c17f5c933137af392011f4c5f61513a Slot value written: 0x12594b0 Txn hash: 0x6641bb9ae913e1fecddf9e6005e78b57c7877f5fd7acbf66189b2c11728a218f
I'm often needing this information while debugging, and having to not manually extract every time would be worthwhile. Impl should be easy.
Not all of these fields will be available in every single circumstance, but we could sort of dynamically build it up each time based on what is.
The text was updated successfully, but these errors were encountered:
vladimir-trifonov
Successfully merging a pull request may close this issue.
It would be kind of nice to adjust the error type returned by processing a trace to wrap the actual error with additional metadata along these lines:
I'm often needing this information while debugging, and having to not manually extract every time would be worthwhile. Impl should be easy.
Not all of these fields will be available in every single circumstance, but we could sort of dynamically build it up each time based on what is.
The text was updated successfully, but these errors were encountered: