MyHush / hush

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

Latest Zcash Release Merge to v1.0.12-rc #45

Closed oDinZu closed 6 years ago

oDinZu commented 6 years ago

Merged the latest zcash 1.0.12 release into the hush dev codebase 1.0.9

Zcash added IPFS Sprout URL - I left the Zcash IPFS URL. We can change it in future if we want our own URL.

I forked the repo of hush to my repo >> cloned it from my repo >> CD'd to hush >> git checkout v1.0.12-lin >> git branch HushUpgrade >> git checkout HushUpgrade >> git remote add upstream zcash:masterURL >> git pull upstream >> git status >> [Check changed files] >> Modified each file manually to work with Hush >> git add >> git commit -m 'comment' >> git status >> git remote -v >> git remote remove upstream >> git checkout v1.0.12-lin >> git merge >> git push (csharpee/hush.git) >> Create PR

Files Updated: image .travis.yml was removed and rpcrawtransactions was modified to use Hush naming conventions. BalefulStatic has been changed to PickleRick via rpcnet.cpp and clientversion.cpp

jenkins-hush commented 6 years ago

Can one of the admins verify this patch?

lludlow commented 6 years ago

test this please

oDinZu commented 6 years ago

The PickleRick 1.0.12-rc build has been built local successfully! It is running in background now. I will keep an eye out for it here: myhush.network l can redo the tx/rx tests if needed.

image

lludlow commented 6 years ago

test this please

jenkins-hush commented 6 years ago

all tests passed