chore(docs): fix docs link
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Adds in-process block fetching from ChainDB, bypassing N2C IPC. Response includes raw CBOR bytes and cardano block header (slot, hash, height).
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
GET /addresses/{address}/utxos returned an empty tx_hash for any UTxO whose
source block aged out of the archive window: tx_hash was built from a
block_data archive lookup, and on a miss (block_data == None, governed by
max_history) unwrap_or_default yields "". Source it from the UTxO's own
TxoRef (always present) instead.
Co-authored-by: Robert Phair <[email protected]>
Co-authored-by: Robert Phair <[email protected]>
Co-authored-by: Robert Phair <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>