-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make predicate status timestamps optional (#425)
### Description This changes the predicate status timestamps: - from String (converted from a u128) to a u64 - this means we are now storing the data in seconds rather than milliseconds - makes them optional (so they will not appear in a serialized status if set to `None`) #### Breaking change? Previously the timestamp was in milliseconds, now it's in seconds. Anyone depending on the timestamp being in milliseconds could be impacted by this change. --- ### Checklist - [ ] All tests pass - [ ] Tests added in this PR (if applicable)
- Loading branch information
1 parent
ec76f29
commit 10d6475
Showing
2 changed files
with
24 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters