ethdebug / format

Smart contract debugging data format – Standards development working group
https://ethdebug.github.io/format/
47 stars 4 forks source link

Define schema for representing data types #46

Closed gnidan closed 10 months ago

gnidan commented 10 months ago

(Pardon the short description and lack of commit sanity, but I'm opening this PR in hopes Fleek will deploy a preview build. [didn't work... stealing the main Fleek URL])

This PR proposes to define the ethdebug/format/type JSON schema for representing known and unknown data types in a machine-readable way (so that a compiler can tell a debugger about types).

This takes the organization approach to do the following:

Current status

gnidan commented 10 months ago

Closing this in favor of #48