Problem. request_batch's outer chain-error is structurally dead on the reference host: each entry already carries its own rpc-result, so the outer error is an unused escape hatch.
Change. Either flatten wit/nexum-host/chain.wit request-batch to list<rpc-result>, or record in ADR-0011 why the outer error is retained for other host implementations.
Relates. #206. Surfaced by the #219 review.
Problem.
request_batch's outer chain-error is structurally dead on the reference host: each entry already carries its ownrpc-result, so the outer error is an unused escape hatch.Change. Either flatten
wit/nexum-host/chain.witrequest-batchtolist<rpc-result>, or record in ADR-0011 why the outer error is retained for other host implementations.Relates. #206. Surfaced by the #219 review.