mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-26 01:49:29 +00:00
- ValidityWindow<T = BlockId> now generic over bound type - Generic Display<T> implementation for all bound types - to_datetime_window() converts block-id window to UTC datetime window - Backward compatible: default type param is BlockId Enables ValidityWindow<chrono::DateTime<Utc>> for human-readable display. Refs #421