jl777
910405ceed
test
2017-01-16 11:12:25 +02:00
jl777
e484d0960d
Merge pull request #116 from jl777/dPoW
...
DPoW
2017-01-16 03:42:38 +02:00
jl777
0650764b31
Merge pull request #115 from jl777/beta
...
Beta
2017-01-16 03:41:51 +02:00
jl777
ef64953413
Merge pull request #114 from jl777/dev
...
Dev
2017-01-16 03:37:03 +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
15b99a756f
Merge pull request #113 from jl777/dev
...
change notaries RPC default to current height
2017-01-14 14:57:13 +02:00
jl777
b013ec02df
change notaries RPC default to current height
2017-01-14 13:51:24 +02:00
jl777
434433261c
Merge pull request #112 from jl777/dPoW
...
DPoW
2017-01-13 22:14:10 +02:00
jl777
b3ac2f80b6
Merge pull request #111 from jl777/beta
...
Beta
2017-01-13 22:13:34 +02:00
jl777
8cfa5165bf
Merge pull request #110 from jl777/dev
...
Dev
2017-01-13 22:12:47 +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
8dc737bf12
Merge pull request #109 from jl777/dev
...
prevent non-notary price feed
2017-01-13 09:13:53 +02:00
jl777
d42d3348fb
prevent non-notary price feed
2017-01-13 09:13:15 +02:00
Simon
f1498d5829
Remove UTF-8 BOM efbbbf from zcash.conf to avoid problems with command line tools
2017-01-12 18:26:20 -08:00
Paige Peterson
80f3db55d8
move template to subdirectory, fix typo, include prompt under describing issue section, include uploading file directly to github ticket as option for sharing logs
2017-01-12 16:42:19 -05:00
Paige Peterson
56a033219c
Create ISSUE_TEMPLATE.md
2017-01-11 16:55:29 -05:00
jl777
393ce4ea11
Merge pull request #108 from jl777/dev
...
Dev
2017-01-11 22:59:56 +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
f3a4dae63a
Auto merge of #2009 - bitcartel:2008_update_copyright_to_2017, r=str4d
...
Bump COPYRIGHT_YEAR from 2016 to 2017.
Closes #2008
2017-01-10 11:17:13 +00:00
Simon
e466df9369
Bump COPYRIGHT_YEAR from 2016 to 2017.
2017-01-09 23:23:36 -08:00
Jack Grigg
1c76501909
Rename build-aux/m4/bitcoin_find_bdb48.m4 to remove version
...
Closes #1622 .
2017-01-09 18:54:08 +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
zkbot
06ffa210ee
Auto merge of #1986 - tromer:createjoinsplit-startprofiling, r=ebfull
...
CreateJoinSplit: add start_profiling() call
This solves the problem of profiling output from the CreteJoinSplit benchmarking binary displaying nonsensical large time values.
2017-01-05 18:07:53 +00: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