Files
pezkuwichain b78fc90fd8 fix(metrics): make runtime_can_publish_metrics test more robust
- Wait for 4 finalized blocks instead of 2 (more time for bitfield processing)
- Add retry loop (3 attempts, 2s delay) for metric propagation through wasm tracing
- Replace bare unwrap() with descriptive assertion message
- Lower threshold from > 1 to > 0 for bitfield counter
- Print available teyrchain/pezkuwi metrics on failure for diagnostics
2026-02-22 22:16:57 +03:00
..

pezkuwi-node-metrics

Testing

Before running cargo test in this crate, make sure the worker binaries are built first. This can be done with:

cargo build --bin pezkuwi-execute-worker --bin pezkuwi-prepare-worker