Skip to content
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

change time.Time types to int64 unix timestamps #16

Merged
merged 1 commit into from
Aug 9, 2019
Merged

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Aug 9, 2019

This PR changes the time types of the Add and Status responses from time.Time to int64 Unix timestamps. The motivation for this change will be more clear in the corresponding server change, but essentially time.Time was difficult to work with for our use case, and the extra precision was not necessary anyways.

@jmank88 jmank88 requested a review from r-gochain August 9, 2019 19:46
@jmank88 jmank88 merged commit e213786 into master Aug 9, 2019
@jmank88 jmank88 deleted the time-types branch August 9, 2019 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants