Skip to content

Return result of `v2/debug/block` as JSON

Veado requested to merge veado/midgard:fix/v2debug-as-json into develop

See discussion at https://discord.com/channels/838986635756044328/1034642235674869760/1035179267614584973

Creates the following data return for debug/block/{blockid} endpoint. better for parsing.

{
 "timestamp": {timestamp},
 "blockHeight": {blockID},
 "blockResults": ...
}
Edited by Hoori Rn

Merge request reports