debug_api: Implement debug_traceBlockByHash
API endpoint
#63
Labels
challenging 🏴☠️
Indicates a difficult item
debug_api 🔍
Indicates debug namespace api tasks
p2 🟡
Indicates moderately high priority item
Description:
The
debug_traceBlockByHash
endpoint needs to be implemented. The purpose of this endpoint is to return structured traces for operations within the block of the specified block hash.Expected response
Command returns proper response:
Requirements:
Implement the API:
Vec<ResultDebugCall>
.Unit Tests:
trace_block_by_hash
method.Documentation:
///
comments) detailing the method's purpose, return values, and any potential edge cases or error scenarios.SUPPORTED_APIS.md
with updated documentation and examples.test_endpoints.http
for easier manual verification.Task Checklist:
trace_block_by_hash
method.trace_block_by_hash
method.debug_traceBlockByHash
endpoint.debug_traceBlockByHash
endpoint inSUPPORTED_APIS.md
.Additional Notes:
If you're an external contributor looking to take on this issue, please comment below to let us know you're working on it. If you need further clarification on the requirements or need assistance with anything related to the implementation, feel free to ask!
The text was updated successfully, but these errors were encountered: