MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

Create Hush 2.0.0 release #144

Closed leto closed 6 years ago

leto commented 6 years ago

This will track all the things needed to make our Hush 2.0.0 release, which is happening in the release branch. This is evolving and more stuff may be added

Optional/later:

leto commented 6 years ago

@radix42 if you are able to test the latest dev branch on any of your servers and/or OS's, that would be much appreciated!!! You can join the notary nodes in being some of the first nodes with DPoW-enabled Hush full nodes 😺

leto commented 6 years ago

Made this PR, I think it's pretty damn close to what 2.0.0 will be: https://github.com/MyHush/hush/pull/145

There could be some weird changes to files that are related to making binaries, but I am mostly worrying about creating a 2.0.0 tarball source code release.

Scottrock commented 6 years ago

Running latest dev branch, syncing chain from scratch. hushd is writing MB to the debug.log Daemon crashes regularly - I expect on log oversize

leto commented 6 years ago

@Scottrock sounds like you may have had a version of dev branch that had a coredump, latest dev and v2.0.0-rc branch have it fixed. It's normal to write lots to debug.log when syncing for the first time. Please let me know if you can still reproduce. I have been testing on multiple nodes with txindex=0 and txindex=1

Scottrock commented 6 years ago

Last dev branch I built synced fine - but I am one commit behind. I should have time to build and start a new chain sync before leaving for work.

leto commented 6 years ago

donezo