Commit Graph

10584 Commits

Author SHA1 Message Date
jl777
4b0a8bbd70 revert genesis changes 2016-10-28 14:54:59 -03:00
jl777
21de2ee1e4 test 2016-10-28 14:42:43 -03:00
jl777
2d490dcdae test 2016-10-28 14:38:01 -03:00
jl777
4d65d051ec test 2016-10-28 14:35:24 -03:00
jl777
f2be2c8d9f test 2016-10-28 14:22:35 -03:00
jl777
99f7333a12 rebased to zcash mainnet 2016-10-28 14:12:53 -03:00
jl777
30853e4ab9 Merge remote-tracking branch 'zcash/master' into dPoW 2016-10-28 13:50:21 -03:00
jl777
78dece340d test 2016-10-28 13:38:22 -03:00
Zcash Company
1feaefac51 Update network magics for 1.0.0 ⓩ❤ 2016-10-28 14:32:25 +00:00
jl777
8804b352d2 test 2016-10-28 09:43:33 -03:00
jl777
0a2c542854 test 2016-10-28 09:36:04 -03:00
jl777
9a135f9d1c test 2016-10-28 09:34:53 -03:00
Jack Grigg
ff5f66b847 Update Debian manpages and buildscript 2016-10-28 04:39:00 -07:00
Jack Grigg
409dcb7e1d Update Debian changelog 2016-10-28 04:12:29 -07:00
Jack Grigg
7232f2f787 Add release notes for 1.0.0
The Debian build script has been modified to account for the version
discrepancy.
2016-10-28 04:12:27 -07:00
Jack Grigg
998202ba20 Update version strings to 1.0.0
Debian uses 1.0.0-sprout to ensure correct ordering.
2016-10-28 04:12:20 -07:00
jl777
05f1a5d18f test 2016-10-28 07:26:05 -03:00
Jack Grigg
657bde55ef Update tests for new genesis blocks
Miner tests have been commented out, and will be regenerated after launch.
2016-10-28 02:56:15 -07:00
Jack Grigg
30ed379109 Add the Zcash genesis blocks
Closes #1554
2016-10-28 02:55:43 -07:00
zkbot
2787ea686c Auto merge of #1673 - str4d:fix-libsnark-indeterminism, r=str4d
Build libsnark with -march=x86-64 instead of -march=native

Fixes the remaining libsnark indeterminacy.

Thanks to @tromer for the fix!

Closes #1645
2016-10-28 03:32:13 +00:00
Jack Grigg
d35172fb67 Disable the metrics screen on regtest 2016-10-27 19:41:10 -07:00
jl777
2845c3efb8 test 2016-10-27 20:46:21 -03:00
jl777
f82834d805 test 2016-10-27 20:36:54 -03:00
Jack Grigg
da7bcff4fe Build libsnark with -march=x86-64 instead of -march=native 2016-10-27 16:32:27 -07:00
jl777
f955762459 test 2016-10-27 19:47:15 -03:00
jl777
62272f49d2 test 2016-10-27 19:45:33 -03:00
jl777
5e39a3aaef test 2016-10-27 19:44:12 -03:00
jl777
db1e2c0929 test 2016-10-27 19:40:56 -03:00
jl777
e918ccffc3 test 2016-10-27 19:34:59 -03:00
jl777
25f667c41b test 2016-10-27 19:32:53 -03:00
jl777
38550ae9f6 test 2016-10-27 19:31:28 -03:00
jl777
7e45118e0e test 2016-10-27 16:35:48 -03:00
zkbot
ab5c175744 Auto merge of #1661 - ageis:deb-pkg-enhancements, r=arcalinea
Debian packaging fixes

* Updates maintainer scripts from latest version of `dh_make`
* Includes `rules` file
* Use `fakeroot` to build the package.
We use currently `dpkg-deb --build` instead of `debuild` or `dpkg-buildpackage`, so I don't know if the package is well-formatted for the latter. (one difference, the former works with uppercase `DEBIAN`, the latter lowercase `debian` -- that's why the directory was renamed)
2016-10-27 19:13:35 +00:00
jl777
a18ffa11c6 test 2016-10-27 15:47:47 -03:00
jl777
91270f5487 test 2016-10-27 14:44:16 -03:00
jl777
63c3061098 test 2016-10-27 13:54:01 -03:00
jl777
68de14defa test 2016-10-27 13:52:45 -03:00
jl777
7672a1258c test 2016-10-27 13:50:18 -03:00
jl777
e1742bee17 test 2016-10-27 13:37:00 -03:00
jl777
640f999d54 test 2016-10-27 13:26:52 -03:00
jl777
d724654140 test 2016-10-27 13:25:57 -03:00
jl777
ec35af90c0 test 2016-10-27 13:24:47 -03:00
jl777
f671a131a6 test 2016-10-27 13:19:35 -03:00
jl777
5b6939532c test 2016-10-27 13:15:40 -03:00
Kevin Gallagher
fa7261bd44 Run Lintian after built package is copied to $SRC_PATH
Because of `set -e`, if there are any warnings, then the package won't be
copied back to the source directory. For now, there are definitely going to
remain some Lintian warnings which we'll want to ignore.
Also updates comments to make them more descriptive.
2016-10-27 09:08:38 -07:00
jl777
aecaf4bdc4 test 2016-10-27 13:00:32 -03:00
Jack Grigg
31cc0d0861 Fix DEBIAN/control errors raised by lintian 2016-10-27 08:45:16 -07:00
Jack Grigg
acb8bbe4fe Add lintian check to zcutil/build-debian-package.sh 2016-10-27 08:44:44 -07:00
Jack Grigg
b7f7def877 Rework zcutil/build-debian-package.sh to place files correctly
See http://www.tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
for a guide on how to prepare a distribution for using dpkg-deb.
2016-10-27 08:44:24 -07:00
jl777
cd21f5a681 test 2016-10-27 12:39:47 -03:00