Commit Graph

10681 Commits

Author SHA1 Message Date
Procrastinator 693229a7e1 Merge pull request #94 from z-classic/regtest
Readd regtest genesis block as it got reverted in dc55699
2017-06-18 11:12:46 -04:00
Procrastinator fcb5766c7d Readd regtest genesis block as it got reverted in dc55699 2017-06-17 23:14:06 -04:00
Procrastinator fdc06ba914 Merge pull request #93 from cronicc/v1.0.9-mac
Update Mac build script
2017-06-17 01:20:08 -04:00
cronicc 2f7ff7b746 Update Mac build script 2017-06-17 01:35:33 +00:00
heyrhett abe4a87f31 Merge pull request #92 from z-classic/remove-replay-protection
Revert transaction replay protection and BIP9 implementation
2017-06-16 14:36:25 -07:00
joshuayabut f8b69d2092 Revert transaction replay protection and BIP9 implementation 2017-06-14 18:40:42 -04:00
Procrastinator dc55699a6b Merge pull request #86 from z-classic/v1.0.9-dev
Pull v1.0.9
2017-06-09 17:21:53 -04:00
Procrastinator 4291b850ac Update README.md 2017-05-28 01:28:55 -04:00
aayanl 02abf011fe Zcash release v1.0.9.
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEAaIg3w6ppCxOrmsd7UF/vnnJnowFAlkmE0kACgkQ7UF/vnnJ
 noy8vhAAn7eTfoM2CG0Nec6YyakxzfL8dLg71VDpCg9V9EaxIRQCo0Qv7v1u9v8U
 DZuJXFisua/lEHCQP1FrkwAhRC+oOitWqLZxO0qfm6e2L5VYrDxNj2FpEItH4UNB
 T8RMVh0/VdKwEKdF0ji+cMkgh+NLf4NpyIrn28LunR8KnLGfUp/oAJ6MEGzkBwBB
 Xu6d5QmQtfTgSoKiTqccuySTsrm3d0xVZcJhnQifs/RxsZkI5c/UpYfBBIHMI6CW
 K5wBd38C0g88SLOhdSEXhlMxwAddw1Kz1Q8jQGRvusIgrEmNO3uFLgARXm1ZA6DJ
 8m08/OMGm3LXD90ZEOqemlEKJTCMYmDuLcT4WTcYL75LkMJnK8ggx353Klk625jD
 xmyZGnJcS43G4fsDfJv5elaEPy2PTxL4CDUwXESPP1zXOj7L9LWMFdSOTHdzqCrZ
 oTiorGPvEsHQBBfP9sqHMCXXBrGJ4fG57FpUW7d+JXjFMb7WZuZN2RGOx2Qq9IvH
 U5ompyeWMR31Ig4vDGppAH637eMdxfdM1fYRNKWJFAtVLRS3jlyee2Cs6G73C+Pn
 ILZHiX2I0DbnIShwopojGrS4GUI1QbDDRWecGyQW2WZAKQUqeQCNRpLQXrWrmx8O
 7tXduTdbtoUqpx49yQ4AAGyxN/XU6YSQzd/I+53vNzLYZ1b0YCQ=
 =4vKf
 -----END PGP SIGNATURE-----

Merge tag 'v1.0.9' of https://github.com/zcash/zcash into v1.0.9

Zclassic release v1.0.9.
2017-05-28 00:41:02 -04:00
Homu a410f124b2 Auto merge of #2402 - nathan-at-least:release-v1.0.9, r=nathan-at-least
Release v1.0.9
2017-05-24 14:21:43 -07:00
Nathan Wilcox 8b922a4ad4 make-release.py: Updated release notes and changelog for 1.0.9. 2017-05-24 12:51:06 -07:00
Nathan Wilcox 98574ff599 make-release.py: Updated manpages for 1.0.9. 2017-05-24 12:51:06 -07:00
Nathan Wilcox de9c56c88a make-release.py: Versioning changes for 1.0.9. 2017-05-24 12:50:05 -07:00
Homu 8566d45d6b Auto merge of #2401 - nathan-at-least:doc-1.0.9-deprecation-policy, r=nathan-at-least
Define the deprecation policy for 1.0.9.

This explicitly avoids naming any release-specific data so we can leave
this text unchanged for upcoming releases.

ref: #2398
2017-05-24 08:31:57 -07:00
Nathan Wilcox e895b8631a Clarify that the feature is automated *shutdown*. 2017-05-24 08:15:03 -07:00
Nathan Wilcox ce7e7cafbf Define the deprecation policy for 1.0.9.
This explicitly avoids naming any release-specific data so we can leave
this text unchanged for upcoming releases.
2017-05-24 07:37:10 -07:00
Homu 6bcaaabdbc Auto merge of #2399 - ebfull:g1-at-infinity, r=nathan-at-least
Check that pairings work properly when the G1 point is at infinity.
2017-05-24 02:58:15 -07:00
Homu 25d47f46ae Auto merge of #2280 - str4d:2279-disable-proton-js-binding, r=nathan-at-least
Disable building Proton JavaScript bindings and other non-essential stuff

Closes #2279.
2017-05-23 22:45:56 -07:00
Sean Bowe 9eb9eebbb8 Check that pairings work properly when the G1 point is at infinity. 2017-05-23 16:31:41 -06:00
Homu 57c7838d5f Auto merge of #2393 - nathan-at-least:2391.make-release-script, r=nathan-at-least
make-release.py script

ref #2391

This is a new `make-release.py` script which automates creation of the 'release PR' branch.

It has partial unittest coverage (large around version parsing/sorting/serializing) and always runs unittests prior to doing actual work. Most of the testing was done manually by using the ``--repo`` arg on a test repo, then reseting its state each time I needed a new test (to get around git checks). There is no other 'dry run' functionality.
2017-05-22 21:28:26 -07:00
Nathan Wilcox 88bf7eb050 Add a few more version strings to positive parser test. 2017-05-22 21:23:11 -07:00
Nathan Wilcox 187e64c7ab Consider both beta and rc versions to be `IS_RELEASE == false`. 2017-05-22 20:42:00 -07:00
Nathan Wilcox 92333721e5 Examine all future versions which are assumed to follow the same Version parser schema. 2017-05-22 20:38:22 -07:00
Nathan Wilcox 73a3f7dc02 Include release version in commit comments. 2017-05-22 20:38:06 -07:00
Nathan Wilcox 7f10df4785 Fix `release-process.md` doc usage for `make-release.py` to have correct arguments and order. 2017-05-22 20:24:42 -07:00
Homu 8b1384ca29 Auto merge of #2397 - nathan-at-least:performance-benchmarks-fixes, r=nathan-at-least
Performance benchmarks fixes

Addresses #2395 and #2392.
2017-05-22 18:57:57 -07:00
Nathan Wilcox 5a027a4a6e Do not use `-rpcwait` on all `zcash_rpc` invocations, only block when starting zcashd. 2017-05-22 17:51:23 -07:00
Nathan Wilcox 4e47698633 Reuse zcash_rpc. 2017-05-22 17:47:36 -07:00
Nathan Wilcox 453c74743c Fix a variable name typo. 2017-05-22 17:46:26 -07:00
Nathan Wilcox 0cfc9d65fa Enable set -u mode. 2017-05-22 17:46:13 -07:00
Nathan Wilcox 0df82709b4 First full-release-branch version of script; rewrite large swatch of release-process.md. [Manually tested.] 2017-05-22 12:34:00 -07:00
Homu 7ea88c9513 Auto merge of #2389 - str4d:2388-bench-archive-determinism, r=nathan-at-least
Remove additional sources of nondeterminism from benchmark archive

Closes #2388.
2017-05-22 11:05:36 -07:00
Nathan Wilcox c66c5ab21f Tidy up / systematize logging output a bit more. 2017-05-19 18:20:00 -07:00
Nathan Wilcox 08d66a9c01 Polish logging a bit more. 2017-05-19 18:09:35 -07:00
Nathan Wilcox c62edf9471 Generate manpages; commit that; improve error output in sh_log. 2017-05-19 18:05:02 -07:00
Nathan Wilcox 785244020a Commit the version changes and build. 2017-05-19 18:05:02 -07:00
Nathan Wilcox f6b9ffefb7 Shorten the arg log line. 2017-05-19 18:05:02 -07:00
Nathan Wilcox 14b2a420d3 Switch from `sh_out_logged` to `sh_log`. 2017-05-19 17:35:20 -07:00
Nathan Wilcox cf97f66987 Remove portions of `./doc/release-process.md` now implemented in `make-release.py`. 2017-05-19 17:16:59 -07:00
Nathan Wilcox 4dbb6c0b1d Modify the `APPROX_RELEASE_HEIGHT`. 2017-05-19 17:09:37 -07:00
Jack Grigg 08dc7889d2
Remove additional sources of determinism from benchmark archive
The archive has also been moved from .tar.gz to .tar.xz for a
33% reduction in size.

Closes #2388.
2017-05-20 11:59:16 +12:00
Nathan Wilcox ab55424763 Generalize buildnum patching for both `clientversion.h` and `configure.ac`. 2017-05-19 16:45:01 -07:00
Nathan Wilcox 482291582e Implement the IS_RELEASE rule for betas. 2017-05-19 16:35:44 -07:00
Nathan Wilcox 68ab915a24 Implement `PathPatcher` abstraction, `clientversion.h` rewrite, and build numbering w/ unittests. 2017-05-19 16:32:09 -07:00
Homu c7e1e4f29a Auto merge of #2364 - emilrus:tordoc, r=nathan-at-least
Trivial: Replace bitcoind with zcashd in tor doc
2017-05-19 15:34:08 -07:00
Nathan Wilcox 2d8d493ff9 Exit instead of raising an unexpected exception, since it's already logged. 2017-05-19 15:27:07 -07:00
Nathan Wilcox fad06b020b Make sure to pull the latest master. 2017-05-19 15:25:39 -07:00
Nathan Wilcox ea5abe2ca7 Add an option to run against a different repo directory. 2017-05-19 15:15:59 -07:00
Procrastinator bd21a80fc0 Merge pull request #83 from z-classic/fix-#82
Update fetch-params.sh, #82
2017-05-19 17:48:16 -04:00
Procrastinator 887b3e4b85 Update fetch-params.sh 2017-05-19 16:40:33 -04:00