Closed whitneypurdum closed 2 years ago
Actually, I see that a Unix timestamp is in seconds not miliseconds, so we can't say that is directly a Unix timestamp. Perhaps we should say that it is a "Unix timestamp expressed in milliseconds"?
@whitneypurdum In this PR, @JGiter is using seconds as the unit for RegisterOnchainOptions
which I think might be correct https://github.com/energywebfoundation/iam-client-lib/pull/636/files
What are your thoughts?
@jrhender so just in registerOnChainClaim Options is it seconds?
@whitneypurdum In this PR, @JGiter is using seconds as the unit for
RegisterOnchainOptions
which I think might be correct https://github.com/energywebfoundation/iam-client-lib/pull/636/files What are your thoughts?
updated so RegisterOnChainOptions is in seconds.
@whitneypurdum I'm sorry, I'm looking at it again in and I think maybe it should be milliseconds in RegisterOnchainOptions
and it is wrong in https://github.com/energywebfoundation/iam-client-lib/pull/636/files
Maybe we merge with milliseconds in this PR and then we can debate seconds vs milliseconds in the other PR 😄
@whitneypurdum I'm sorry, I'm looking at it again in and I think maybe it should be milliseconds in
RegisterOnchainOptions
and it is wrong in https://github.com/energywebfoundation/iam-client-lib/pull/636/files Maybe we merge with milliseconds in this PR and then we can debate seconds vs milliseconds in the other PR 😄
OKay @jrhender , I changed it back to milliseconds. We can't merge anyways till we figure out why the tests are failing. This PR doesn't have the updated packages and it is now failing. Maybe something wrong with cache server?
@jrhender Please can you review this one more time?
:tada: This PR is included in version 6.0.1-alpha.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 6.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
Updates documentation for expirationTimestamp to be explicit that the timestamp is in milliseconds
Contributor checklist