format icon indicating copy to clipboard operation
format copied to clipboard

Smart contract debugging data format – Standards development working group

Results 29 format issues
Sort by recently updated
recently updated
newest added

It would make sense to wrap it in a different object that would make the integration with other tooling easier...

local variables (and params): The compiler should if possible returns all the ranges in the VM trace where a specific local is in the scope, and how to track its...

This format needs to be able to represent 32-byte storage slot addresses and such. Do we require these be expressed as `0x`-prefixed hexadecimal strings? Or do we require these be...

question

JSON Schema is nice because it gives us a mechanism for specifying example values for schemas. It does not, sadly, afford a way to specify illustrative counter-examples, but we can...

## Context Our team is actively developing a Solidity debugger aimed at providing a more robust and intuitive debugging experience for Solidity developers. A key feature of any interactive debugger...

These might be useful inspiration: GPT-4 and DALL-E are strange bedfellows ![image](https://github.com/ethdebug/format/assets/151065/e63ad277-91ae-4b3d-9ed8-fb9cc65440ba) ![image](https://github.com/ethdebug/format/assets/151065/575f948b-f3be-4634-8d2d-5f269f49d6a5)

[just dumping my comment from matrix] For the high-level type descriptions, I'm still wondering if we should make it more future-proof from the start. We will have general algebraic data...