Commit Graph

10760 Commits

Author SHA1 Message Date
Jack Grigg b4f861d191 Wrap messages nicely on metrics screen 2017-05-12 14:41:50 +12:00
Jack Grigg 5b3bc9716e Implement automatic shutdown of deprecated Zcash versions
Closes #2274.
2017-05-12 14:41:46 +12:00
Paige Peterson 56dbd7b564 str4d and Ariel's suggestions 2017-05-11 19:51:21 -04:00
emilrus bcbcf1437e Replace bitcoind with zcashd 2017-05-11 11:41:13 +03:00
Daira Hopwood 1e9db0b38a Remove an unneeded version workaround as per @str4d's review comment.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-05-11 07:27:43 +01:00
Procrastinator 153c328b27 Update bitrpc.py 2017-05-10 17:47:19 -04:00
Procrastinator d3ad37b0f6 Update chainparams.cpp 2017-05-10 17:45:43 -04:00
Joshua Yabut df4de58ade Merge pull request #78 from z-classic/tx-replay-protection
[Softfork] BIP Implementation for TX Replay Protection and BIP 9 implementation
2017-05-10 17:40:50 -04:00
Daira Hopwood b04529fefd Disable building Proton by default.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-05-10 16:54:58 +01:00
Procrastinator 2c1b8944ba Update regtest halving to be less insane (#79) 2017-05-09 18:11:14 -04:00
joshuayabut b1a973ed76 Added verbose BIP9 details 2017-05-07 16:48:35 -04:00
joshuayabut 5a8b402c59 Add BIP9 Softfork Capability for OP_CHECKBLOCKATHEIGHT 2017-05-07 12:50:09 -04:00
joshuayabut 48c79776d3 #12 - Bugfix for out of bounds read. 2017-05-07 01:03:19 -04:00
joshuayabut 0680463a15 Disable OP_BLOCKCHECKATHEIGHT compilation for gtests 2017-05-06 19:46:29 -04:00
joshuayabut a703cfcbb3 Update version to v1.0.8-2 2017-05-06 19:01:34 -04:00
joshuayabut f8b701d381 Define BITCOIN_TX to disable OP_CHECKBLOCKATHEIGHT 2017-05-06 18:30:01 -04:00
joshuayabut cda34be4c6 Add OP_CHECKBLOCKATHEIGHT tests 2017-05-06 13:02:19 -04:00
joshuayabut 10436b0f6a #12 - Add zen-tx syntax checks for OP_CHECKBLOCKATHEIGHT 2017-05-06 13:02:19 -04:00
joshuayabut 8010f5511e Disable alert test and fix subsidy test 2017-05-06 13:02:19 -04:00
joshuayabut e56547286e #12 - Fixup: Data type and size comparison not correct 2017-05-06 13:02:19 -04:00
joshuayabut 10ecaa97ec Disable OP_BLOCKCHECKATHEIGHT compilation for non-wallets 2017-05-06 13:01:52 -04:00
joshuayabut f766ab3146 WIP: #12 - Replay attack prevention
Conflicts:
	src/Makefile.am
2017-05-06 12:24:44 -04:00
joshuayabut 8430716115 Add block checkpoint at 96577 2017-05-06 12:23:07 -04:00
Amgad Abdelhafez 8dafb9c6ce Update timedata.cpp
Capitalizing the 'z' in "Zcash" string
2017-05-05 11:24:48 -04:00
Paige Peterson 8e27d624aa typo and rewording edits 2017-05-03 21:49:19 -04:00
Paige Peterson d5cdb0519a wallet backup instructions 2017-05-03 21:25:06 -04:00
Amgad Abdelhafez bed9dd2cd2 Update timedata.cpp
Changing error message string from botcoin core to zcash
2017-05-02 19:33:52 -04:00
Simon b9f6e40c9c Patch to build Proton with minimal dependencies.
Closes #2279.  Configures CMake to enable C++11, build static libaries
and only build cpp bindings with minimal dependencies. Documentation,
examples, tests and other language bindings are no longer built.
CMake will no longer try to find commands and packages which are not
required for building the target.
2017-04-28 12:03:37 -07:00
Procrastinator 5ae14e99cd Merge pull request #77 from z-classic/aayanl-patch-1
Fix spaces, test CI
2017-04-24 19:40:06 -04:00
Procrastinator a473f76e20 Fix spaces 2017-04-24 16:24:14 -04:00
Daira Hopwood 8d8318c947 Alert 1003 (versions 1.0.3-1.0.8 inclusive).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-04-24 19:55:20 +01:00
Daira Hopwood fa151bc517 Alert 1002 (versions 1.0.0-1.0.2 inclusive).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-04-24 19:42:12 +01:00
Jack Grigg 409606118b
Check that >3-digit octals are truncated. 2017-04-21 13:23:29 +12:00
Jack Grigg 8df5fd1116
Correctly handle three-digit octals with leading digit 4-7 2017-04-21 13:22:51 +12:00
Jack Grigg d15cab21bc
Address Daira's further comments 2017-04-21 13:15:39 +12:00
zkbot 20d61ac0ea Auto merge of #2270 - bitcartel:2269_change_regtest_port, r=daira
Change regtest port to 18344.  Closes #2269.
2017-04-19 11:07:49 +00:00
Jack Grigg 0b431fbdb5
Address Daira's comments 2017-04-19 15:23:28 +12:00
Jack Grigg 2bf4f2781b
[manpage] Handle build numbers in versions 2017-04-19 14:21:45 +12:00
Jack Grigg a2e20e9ac6
Convert Zcash versions to Debian format 2017-04-19 13:45:55 +12:00
Jack Grigg 519713d32e
torcontrol: Add missing copyright header 2017-04-18 12:54:22 +12:00
Jack Grigg b93cedafe4
torcontrol: Handle escapes in Tor QuotedStrings
https://trac.torproject.org/projects/tor/ticket/14999 is tracking an encoding
bug with the Tor control protocol, where many of the QuotedString instances that
Tor outputs are in fact CStrings, but it is not documented which ones are which.

https://spec.torproject.org/control-spec section 2.1.1 provides a future-proofed
rule for handing QuotedStrings, which this commit implements.
2017-04-18 12:54:16 +12:00
cronicc 235d7a248b Update build scripts #69 fixes #70 (#72)
* #69 Update build-win.sh

* #69 update build-mac.sh

* update for rust exclusion
2017-04-17 12:24:09 -04:00
zkbot 8e96dc44dd Auto merge of #2205 - arcalinea:1804_zcash_addresses_in_help, r=daira
Change help text examples to use Zcash addresses

Closes #1804 and #2109

Ensures command line help text addresses are Zcash addresses.

Didn't change the text strings that say bitcoin or btc, leaving that for #2150 to close

Did I get all the addresses?
2017-04-17 15:49:37 +00:00
Simon 05844ba53b Change regtest port to 18344. Closes #2269. 2017-04-16 14:48:04 -07:00
zkbot ab3c2fe7b0 Auto merge of #2265 - daira:2263.fix-rpc-error-reporting, r=daira
Fix an error reporting bug due to BrokenPipeError and ConnectionResetError not existing in Python 2

refs #2263

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-04-16 16:56:16 +00:00
zkbot f7f764e0b2 Auto merge of #2189 - bitcartel:1.0.7_with_apache_qpid, r=bitcartel
Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0

Closes #2188
2017-04-16 15:09:19 +00:00
Simon 56f66372c5 Fix proton build issue with debian jessie, as used on CI servers.
Debian 8 stable ships with gcc 4.9.2 and cmake 3.0.2.  Previously
the depends package used CMAKE_CXX_STANDARD to tell cmake to use
C++11, but the option requires cmakes 3.1+.  To resolve the issue
we now update relevant CMakeLists.txt and set CMAKE_CXX_FLAGS.
2017-04-16 00:30:58 -07:00
Jay Graber 0a56135336 Poll on getblocktemplate result rather than use bare sleep to avoid race condition. 2017-04-14 17:31:35 -07:00
Daira Hopwood 80cbdbc749 Fix an error reporting bug due to BrokenPipeError and ConnectionResetError not existing in Python 2.
refs #2263

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-04-14 21:40:30 +01:00
Nathan Wilcox c5229b5603 [Direct master commit] Fix a release snafu in debian version string. 2017-04-13 20:24:28 -07:00