ceramicnetwork / rust-ceramic

Implementation of the Ceramic protocol in Rust
Other
37 stars 10 forks source link

fix: use cacao timestamp strings and parse #504

Closed dav1do closed 2 months ago

dav1do commented 2 months ago

In order to ensure that CACAOs round trip without changing the CID, we use a string when deserializing rather than a chrono::DateTime which can change the second precision that was originally included. It's a bit clunky, open to better ideas.

linear[bot] commented 2 months ago

AES-333 change capability timestamps to strings