Improve compatibility between tendermint-rs's Time
and ibc-rs's Timestamp
types
#1323
Closed
2 tasks
Milestone
Feature Summary
Following the work done in #1307, ibc-rs's
Timestamp
type no longer relies upon tendermint-rs'sTime
type. Both of these types now co-exist, each one wrapping a privatePrimitiveDateTime
. For better interoperability between these co-existing types, at least one of them should expose the underlyingPrimitiveDateTime
type.Proposal
There are multiple avenues for how compatibility between these two types can be improved:
TryFrom<PrimitiveDateTime>
andInto<PrimitiveDateTime>
for theTimestamp
typeThe text was updated successfully, but these errors were encountered: