Commit Graph

14241 Commits

Author SHA1 Message Date
jl777
b55c236736 test 2017-01-16 12:30:34 +02:00
jl777
35dd11f0c1 support hardcoded elected notaries 2017-01-16 11:38:29 +02:00
jl777
483c56f8bd test 2017-01-16 11:31:50 +02:00
jl777
1d3c302743 test 2017-01-16 11:26:33 +02:00
jl777
c9e7728758 test 2017-01-16 11:24:42 +02:00
jl777
1ba18c2d21 test 2017-01-16 11:22:09 +02:00
jl777
f4bc5a9ae9 test 2017-01-16 11:21:15 +02:00
jl777
04478b78c3 test 2017-01-16 11:14:34 +02:00
jl777
910405ceed test 2017-01-16 11:12:25 +02:00
jl777
096ddb41ec test 2017-01-16 03:03:09 +02:00
jl777
f7c9df28e7 test 2017-01-16 03:01:34 +02:00
jl777
4820736167 test 2017-01-16 02:53:54 +02:00
jl777
4fbe324907 test 2017-01-16 02:48:33 +02:00
jl777
5988e960b8 test 2017-01-16 02:27:49 +02:00
jl777
ef2f381377 test 2017-01-16 02:18:28 +02:00
jl777
aa8c4c7b8c proposed REVS snapshot, without swappers 2017-01-16 01:22:25 +02:00
jl777
b013ec02df change notaries RPC default to current height 2017-01-14 13:51:24 +02:00
jl777
2b654a4db7 Revert "revert"
This reverts commit a61191aa6d.
2017-01-13 20:15:58 +02:00
jl777
a61191aa6d revert 2017-01-13 20:15:07 +02:00
jl777
d42d3348fb prevent non-notary price feed 2017-01-13 09:13:15 +02:00
Simon
2d2f3d1806 Closes #1780. Result of z_getoperationstatus now sorted by creation time of operation 2017-01-11 11:49:10 -08:00
jl777
c83633f87b test 2017-01-11 21:34:27 +02:00
jl777
6b6f36e749 test 2017-01-11 21:13:19 +02:00
jl777
2aba5e49f6 test 2017-01-11 20:58:49 +02:00
jl777
8b249d563e test 2017-01-11 20:49:14 +02:00
jl777
217eb34f65 test 2017-01-11 20:29:31 +02:00
jl777
e03bcdd6e6 test 2017-01-11 20:28:24 +02:00
jl777
8b4d7f270e test 2017-01-11 20:24:32 +02:00
jl777
0ded072961 test 2017-01-11 18:46:18 +02:00
jl777
01d3b36a48 test 2017-01-11 18:44:41 +02:00
jl777
ca1dd28e69 test 2017-01-11 18:27:20 +02:00
jl777
76cf805850 test 2017-01-11 18:16:16 +02:00
Jack Grigg
24f4e3365b Show a friendly message explaining why zcashd needs a zcash.conf 2017-01-11 12:55:35 +01:00
jl777
5a544e6adf test 2017-01-11 11:10:36 +02:00
jl777
7d121b4045 test 2017-01-11 11:06:10 +02:00
Jack Grigg
d87f00c4d5 Throw an error if zcash.conf is missing
An empty zcash.conf is sufficient to bypass this error.
2017-01-10 16:33:41 +01:00
zkbot
a6ba873aa8 Auto merge of #1949 - str4d:1810-fix-disablewallet, r=str4d
Fix --disablewallet

Closes #1810.
2017-01-09 17:36:41 +00:00
Wladimir J. van der Laan
e957192c54 rpc: Implement random-cookie based authentication
When no `-rpcpassword` is specified, use a special 'cookie' file for
authentication. This file is generated with random content when the
daemon starts, and deleted when it exits. Read access to this file
controls who can access through RPC. By default this file is stored in
the data directory but it be overriden with `-rpccookiefile`.

This is similar to Tor CookieAuthentication: see
https://www.torproject.org/docs/tor-manual.html.en

Alternative to #6258. Like that pull, this allows running bitcoind
without any manual configuration. However, daemons should ideally never write to
their configuration files, so I prefer this solution.
2017-01-09 17:57:05 +01:00
jl777
fe5e6e3c73 test 2017-01-07 19:15:25 +02:00
jl777
0aa80c4517 test 2017-01-07 18:17:20 +02:00
jl777
37fed60306 test 2017-01-07 18:12:28 +02:00
Eran Tromer
894a0b3295 CreateJoinSplit: add start_profiling() call
This solves the problem of profiling output displaying nonsensical large time values.
2017-01-05 11:30:23 -05:00
Jack Grigg
53e9a6a0e2 Update debug categories
Closes #1954.
2017-01-05 11:56:42 +01:00
Jack Grigg
0b0a48c881 Suggest ./zcutil/fetch-params.sh as well
Once we improve the from-source installation docs to use 'make install', we can
revert this commit.
2017-01-05 11:38:38 +01:00
Jack Grigg
b6e439b261 Handle newlines in UI messages 2017-01-05 08:38:35 +01:00
Jack Grigg
e698459ec8 Strip out the SECURE flag in metrics UI so message style is detected 2017-01-05 08:19:15 +01:00
Jack Grigg
83561c9cb3 Trigger metrics UI refresh on new messages 2017-01-05 08:18:29 +01:00
Simon
4c1cd287be Fixes a bug where the unsigned transaction was logged by z_sendmany
after a successful sign and send, meaning that the logged hash fragment
would be different from the txid logged by "AddToWallet".  This issue
occured when sending from transparent addresses, as utxo inputs must be
signed.  It did not occur when sending from shielded addresses.
2017-01-04 12:26:23 -08:00
Jack Grigg
bddf4079fd Instruct users to run zcash-fetch-params if network params aren't available
Closes #1786.
2017-01-04 17:58:07 +01:00
Jack Grigg
7e3a20f235 Scan the whole chain whenever a z-key is imported
Closes #1941.
2017-01-04 15:40:35 +01:00