jl777
af50ce3fab
Test
2017-04-26 18:48:53 +03:00
jl777
6ad5e10198
Merge pull request #419 from jl777/dev
...
Mesh crash test
2017-04-26 18:27:57 +03:00
jl777
2825c0b505
Mesh crash test
2017-04-26 18:25:20 +03:00
jl777
8a7d6889f5
Merge pull request #418 from jl777/dev
...
Dev
2017-04-26 09:16:51 +03:00
jl777
f2b068bd42
Test
2017-04-25 18:13:23 +03:00
jl777
6fc1969b95
Investigate kv crash
2017-04-25 18:07:32 +03: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
jl777
8a382987c4
Test
2017-04-18 15:55:45 +03:00
jl777
a7f86bc7ab
Remove print
2017-04-18 09:01:01 +03:00
jl777
0fff4d5e3f
Newer mesh
2017-04-18 08:58:41 +03: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
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
jl777
e9e7e410ef
Test
2017-04-17 17:33:52 +03:00
jl777
bfb634f223
Increment number of note witness cache
2017-04-17 17:24:00 +03:00
jl777
7020df9139
New mesh
2017-04-17 10:18:22 +03:00
ca333
d1f9f6070a
Merge pull request #9 from jl777/beta
...
beta update
2017-04-17 01:47:41 +02: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
jl777
a74c52b02a
Merge pull request #416 from jl777/dPoW
...
DPoW
2017-04-16 08:33:46 +03:00
jl777
147379d2eb
Merge pull request #415 from jl777/beta
...
Beta
2017-04-16 08:31:41 +03:00
ca333
01fefc2784
Merge pull request #8 from jl777/master
...
master update
2017-04-16 03:32:02 +02: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
jl777
854af15e28
Merge pull request #412 from jl777/dev
...
https://github.com/zcash/zcash/pull/2259/commits
2017-04-14 08:37:02 +03:00
jl777
4d4a7cd55d
https://github.com/zcash/zcash/pull/2259/commits
...
https://github.com/zcash/zcash/pull/2259/commits
2017-04-14 08:33:04 +03:00
Nathan Wilcox
c5229b5603
[Direct master commit] Fix a release snafu in debian version string.
2017-04-13 20:24:28 -07:00
zkbot
67b47d212c
Auto merge of #2260 - nathan-at-least:release-v1.0.8-1, r=nathan-at-least
...
Release v1.0.8 1
2017-04-14 01:12:14 +00:00
Nathan Wilcox
c4bfb295a9
Fix the previous incorrect fix to the manpage.
2017-04-13 18:10:19 -07:00
Nathan Wilcox
9bfe6e8854
Undo a documentation error due to an automated tool.
2017-04-13 18:08:12 -07:00
Nathan Wilcox
1c360b2128
Fix a release-process.md bug; commit results changelog + debian updates.
2017-04-13 17:48:08 -07:00
Nathan Wilcox
a4f764bb28
Commit the changes from gen-manpages.sh, except manually tweak the version strings.
2017-04-13 17:39:36 -07:00
Nathan Wilcox
451047d14a
Bump version numbers for v1.0.8-1.
2017-04-13 17:10:32 -07:00
zkbot
b0b5358b7e
Auto merge of #2259 - nathan-at-least:simplify-joinsplit-priority2, r=ebfull
...
simplify joinsplit priority
2017-04-13 22:54:55 +00:00
Daira Hopwood
60b7410cce
Add check for JoinSplit priority as calculated by CCoinsViewCache::GetPriority.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-04-13 22:40:37 +01:00
Daira Hopwood
ec19e8e283
Simplify JoinSplit priority calculation. refs 1896
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-04-13 22:40:20 +01:00
str4d
c83c5932e4
Add unit test for security issue 2017-04-11.a
2017-04-13 17:59:36 +01:00
str4d
e40180aa0f
Update tests to check actual infinity as well as INF_FEERATE
2017-04-13 17:59:36 +01:00
Daira Hopwood
0090c64534
Don't rely on a finite upper bound on fee rate or priority.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-04-13 17:59:36 +01:00
jl777
21afe18407
Merge pull request #411 from jl777/dev
...
Test
2017-04-10 17:36:49 +03:00