teepot/bin/verify-era-proof-attestation/src
Harald Hoyer 95b6a2d70a
refactor(verify-era-proof-attestation): replace watch channel with CancellationToken
Refactored stop signal handling in all components to use `tokio_util::sync::CancellationToken` instead of `tokio::sync::watch`.

- Improved cancellation logic by leveraging `CancellationToken` for cleaner and more efficient handling.
- Updated corresponding dependency to `tokio-util` version `0.7.14`.
2025-04-07 08:54:00 +02:00
..
client refactor(verify-era-proof-attestation): modularize and restructure proof verification logic 2025-04-04 17:05:30 +02:00
core refactor(verify-era-proof-attestation): modularize and restructure proof verification logic 2025-04-04 17:05:30 +02:00
processor refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00
proof refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00
verification refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00
error.rs refactor(verify-era-proof-attestation): modularize and restructure proof verification logic 2025-04-04 17:05:30 +02:00
main.rs refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00