You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate time functionality into dedicated feature flag
- Add 'time' feature flag to allow disabling time-dependent functionality
- Include 'time' in default features
- Allow users to disable SystemTime::now without disabling all std features
- Follows pattern established in other crates (e.g., lightning-transaction-sync)
- Improves compatibility with WASM environments
0 commit comments