-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impact assessment of removing chrono
dependency
#1012
Comments
It should be possible to migrate from |
Yeah that's what I'm hoping. It's not super high priority right now, but I was thinking that, if I had some time to kill in the next month or so, I'd do a little scouting through the codebase and write up an ADR to quantify the impact. @mzabaluev you're welcome to take this on if you have the time to spare. |
@thanethomson Will do, also as a practice in writing ADRs. On the initial examination, exposing the chrono type wrapped by As a side observation, the serde impls for both |
For your refactoring using |
Following from #1007 (comment), it could possibly make sense to remove our dependency on
chrono
altogether in tendermint-rs.The primary outcome of this issue should be a clear indication as to whether this is possible and what the impact of this will be.
The text was updated successfully, but these errors were encountered: