Files
rippled/docker
Pratik Mankawde f80faea85d fix(telemetry): match the renamed close-time attrs in expected_spans.json
The close-time span attributes name their unit and epoch:
close_time_ripple_epoch_s, parent_close_time_ripple_epoch_s and
close_time_self_ripple_epoch_s. The harness inventory still required the
unsuffixed keys, so the attribute checks for consensus.accept.apply and
ledger.build failed on every validation run while the spans themselves
were correct.

Rename the four required_attributes entries to the keys the code emits.
2026-09-04 11:47:33 +01:00
..