Mirrors the reference_script_path workaround already on wallet_send. Lets the caller hand aldabra a path to a hex-CBOR file inside the container instead of pasting the hex inline as a JSON-RPC arg, which lets us bypass the 2026-05-07 MCP large-string transport bug (>~ 4500 char hex strings get a 1-byte truncation between Claude Code and aldabra's stdio reader, surfacing as 'odd length' decode errors and blocking debug-build minting policies). policy_cbor_hex becomes Option<String>; new policy_cbor_path: Option<String> sits next to it. New resolver helper resolve_policy_cbor_bytes mirrors resolve_ref_script_bytes — at most one of the two may be set, exactly one must be set. Whitespace is stripped from file contents so the file may have trailing newlines. Unblocks Track #33 / preprod_test3: debug-build validators that overshoot the transport ceiling can now be minted via path arg. |
||
|---|---|---|
| .. | ||
| aldabra-chain | ||
| aldabra-core | ||
| aldabra-dao | ||
| aldabra-mcp | ||