piotrnar / gocoin

Full bitcoin solution written in Go (golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code not signed

marmarek opened this issue · comments

Currently there is no way to verify if the downloaded source code is really what you've written. Please add pgp signatures. For example, at very least, sign release tags (git tag -s ...). But better - sign every commit (gpg config commit.gpgsign true, or git commit -S).

Other than that, the project looks really great! Really offline wallet!

Thanks. I will look into it.

OK. It took awhile but you can try already git verify-tag 1.9.4