decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

dcrtimed: Init filesystem log. #67

Closed amass01 closed 4 years ago

amass01 commented 4 years ago

This diff initializes the backend filesystem log, which had been previously left out by mistake.

amass01 commented 4 years ago

@lukebp thanks for the review, updated.

amass01 commented 4 years ago

What about go.sum, running go 1.14 currently, I guess I should downgrade to 1.12 ? Do you use any go version manager to switch versions on the fly? Just found this: https://github.com/moovweb/gvm

lukebp commented 4 years ago

Update the original commit message and title to reflect the updated PR. Use the commit message style outlined by dcrd.

https://github.com/decred/dcrd/blob/master/docs/code_contribution_guidelines.md#ModelGitCommitMessages

amass01 commented 4 years ago

@lukebp sure thing.

amass01 commented 4 years ago

Done. waiting on: #70

amass01 commented 4 years ago

@marcopeereboom updated again, looks better now