The Apollo Tx library needs additional properties, such as end_time, in the output.
http://localhost:8080/api/v1/epochs/latest
In DevKit 0.10.5 Docker build, a patched version of yaci-store has been added to include the missing fields. However, this is not available in the Yaci-CLI zip distribution, as it points to the old version of yaci-store in download.properties.
DevKit 0.10.5 docker build output:
{
"epoch": 195,
"start_time": 1742275910,
"end_time": 1742275940,
"first_block_time": 0,
"last_block_time": 0,
"block_count": 0,
"tx_count": 0,
"output": "0",
"fees": "0",
"active_stake": "0"
}
Blockfrost output:
