ethereum / portal-network-specs

Official repository for specifications for the Portal Network
313 stars 85 forks source link

`traceGetContent` spec questions #352

Open acolytec3 opened 2 weeks ago

acolytec3 commented 2 weeks ago

While implementing the *traceGetContent endpoints in ultralight, I discovered that there are a couple of places in the traceResultObject where what trin returns doesn't match the current spec but that seem to be required for glados to support tracing of audits.

One other thing I noticed is that the playground representation of the spec doesn't currently expose all of the lower level traceResult types (notably traceResultMetadata and traceResultResponses) and you have to actually open the raw spec to see them. We should fix this so they are clickable from the playground interface. I'll figure out how to make these clickable so we can see them.