cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
919 stars 382 forks source link

specify units of `timeoutTimestamp` in ICS20 #1058

Closed noot closed 8 months ago

noot commented 8 months ago

Previously the units for timeoutTimestamp were not specified and it's unclear whether they were unix seconds or nanoseconds. This specifies that the units are unix nanoseconds as per the Go implementation: https://github.com/cosmos/ibc-go/blob/d0cf5b64dc8756206dad6c922e3530535ab78b79/proto/ibc/applications/transfer/v1/tx.proto#L47