Commit Graph

10594 Commits

Author SHA1 Message Date
Jay Graber
3f9957879c Rm build-unix.md, to keep single copy of build instructions for Zcash on github wiki 2016-10-07 16:21:09 -07:00
Jay Graber
83ea935339 Rm bitcoin logo 2016-10-07 16:17:32 -07:00
Jay Graber
b9f953aa1a Refer to Zcash wiki in INSTALL 2016-10-07 16:17:08 -07:00
Jay Graber
dd8e398be1 Note that Coinbase maturity interval does not protect JoinSplits 2016-10-07 15:23:02 -07:00
zkbot
f2c99399b8 Auto merge of #1492 - arcalinea:document-wallet-reindex, r=bitcartel
Document wallet reindexing for z_importkey description in payment-api.md

Documents how to enable funds for imported keys  #1395
2016-10-07 12:13:53 -04:00
Jay Graber
5b834670d3 Rm beta 1 release note about encrypted wallets 2016-10-07 08:56:29 -07:00
Simon
f7cfb52d3c Add vjoinsplit to JSON output of RPC call gettransaction 2016-10-06 19:53:46 -07:00
Jay Graber
e9c7cf3298 Document wallet reindexing for z_importkey description in payment-api.md 2016-10-06 17:37:07 -07:00
jl777
fd55cc9c72 test 2016-10-06 12:37:09 -03:00
Jack Grigg
3c31eb24d3 Throw an RPC error for all accounts except the default 2016-10-05 15:16:47 -05:00
Jack Grigg
6216b4b2dc WriteWitnessCache: Catch errors and abort transaction
Closes #1456
2016-10-05 09:49:43 -05:00
Jack Grigg
ece30654a8 Update release process to sign release tags 2016-10-04 23:07:13 -05:00
Jack Grigg
17b23ffe20 v1.0.0-beta2 2016-10-04 21:55:26 -05:00
zkbot
b4526f4d22 Auto merge of #1458 - str4d:1386-remove-findanddelete-and-codeseparator, r=ageis
Remove FindAndDelete and disable OP_CODESEPARATOR

Closes #1386
2016-10-04 21:51:29 -04:00
zkbot
a1e7dda816 Auto merge of #1480 - ageis:update-release-process, r=str4d
Adds note about updating guide during testnet deployment
2016-10-04 19:40:50 -04:00
zkbot
1f4515a8c0 Auto merge of #1477 - zcash:812.change-address-prefixes.0, r=str4d
Update address prefixes

Closes #812 and #1450
2016-10-04 18:59:20 -04:00
Kevin Gallagher
13f9b4bacc Adds note about updating guide during testnet deployment 2016-10-04 15:46:18 -07:00
Daira Hopwood
db5dd18c16 Repair rpc-tests/signrawtransactions.py.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-04 23:04:19 +01:00
Daira Hopwood
9418345fe6 Repair bitcoin-util-test.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-04 22:56:33 +01:00
Jack Grigg
9cf182d451 Update address in Founders' Reward gtest 2016-10-04 11:55:40 -07:00
Jack Grigg
f92f004714 Fix zkey test 2016-10-04 11:05:57 -07:00
jl777
68ef0dbd22 Merge pull request #34 from Yzord/patch-2
Update README.md
2016-10-04 08:13:30 -03:00
Yzord
67e8ca1c6c Update README.md 2016-10-04 13:10:41 +02:00
jl777
a0413d6ab7 txindex=1 2016-10-04 07:35:45 -03:00
jl777
21b49cd9ee Merge pull request #32 from Yzord/patch-1
Update README.md
2016-10-04 07:09:43 -03:00
Yzord
d5a5f0f390 Update README.md 2016-10-04 12:01:08 +02:00
Yzord
d2438574e6 Update README.md 2016-10-04 12:00:27 +02:00
Yzord
af7b3566c4 Update README.md 2016-10-04 11:53:52 +02:00
zkbot
d86218a52f Auto merge of #1476 - ebfull:update-parameters, r=str4d
Update to beta2 public parameters

Also gets rid of the `testnet3`/`regtest` subdirectories/symlinks and other such things.
2016-10-04 04:54:02 -04:00
zkbot
ed3e736af0 Auto merge of #1474 - ageis:update-release-process, r=str4d
Inserts some notes related to testnet deployment

Should satisfy #959 for now. I don't want to get too detailed here, since the infrastructure automation is in a still non-public repository, but instead supply a basic overview. We can write more detailed documentation and attach it to that repo.
2016-10-04 04:22:00 -04:00
zkbot
4cfbe798bf Auto merge of #1429 - str4d:867-update-dependencies, r=str4d
Update all dependencies

Also re-enables disabled compiler warnings.

Closes #867, #944, #1241, #1255, #1348.
2016-10-04 03:48:42 -04:00
Jack Grigg
87da7b4ea0 Fix secp256k1 test compilation 2016-10-04 00:45:56 -07:00
Jack Grigg
1fc7e92ea0 Re-encode Founders' Reward keys
Closes #1450
2016-10-03 23:59:59 -07:00
Jack Grigg
ee64b5e726 Re-encode hard-coded addresses in tests 2016-10-03 23:53:14 -07:00
Daira Hopwood
00e56272e8 CBitcoinAddress should use nVersionBytes == 2.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-03 23:53:14 -07:00
Daira Hopwood
fbad4cac24 Reencode keys in JSON test data. refs #812
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-03 23:53:14 -07:00
Daira Hopwood
702721c1fb WIP: update address prefixes. refs #812
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-03 23:53:13 -07:00
zkbot
4f49d32a28 Auto merge of #1427 - bitcartel:master_1345_getbalance, r=bitcartel
Fixes #1345 so that RPC getbalance star calculates balance of UTXOs correctly.
2016-10-04 01:20:12 -04:00
Jack Grigg
a4f2555b35 Mark previously-valid test data as invalid 2016-10-03 20:09:18 -07:00
Sean Bowe
796c7ee52f Update to beta2 public parameters, remove regtest/testnet3 parameters
subdirectories.
2016-10-03 15:58:02 -06:00
zkbot
efe18f2e9b Auto merge of #1374 - str4d:1106-alert-safe-mode, r=str4d
Enable high-priority alerts to put the RPC into safe mode

This reverts the changes in 986b5e257e and adds a priority check.

Continuation of #1337
Closes #1106
2016-10-03 17:36:59 -04:00
Jay Graber
cadf968511 Merge pull request #1473 from arcalinea/update-documentation
Update documentation
2016-10-03 13:39:54 -07:00
jl777
ca700a4259 Merge pull request #31 from pondsea/master
Update README.md
2016-10-03 17:37:43 -03:00
pondsea
c6444836a7 Update README.md 2016-10-04 07:19:54 +11:00
Jay Graber
3620caa464 Final edits 2016-10-03 11:28:24 -07:00
Simon
86cf60b5c8 Fixes #1345 so that UTXO debit and credits are computed correctly for a transaction. 2016-10-03 11:06:43 -07:00
Kevin Gallagher
d94ce512b4 Inserts some notes related to testnet deployment 2016-10-03 11:06:36 -07:00
Jay Graber
28799d8bd9 Update wording 2016-10-03 10:41:47 -07:00
jl777
e3463de18a test 2016-10-03 14:27:47 -03:00
jl777
1602791a5b test 2016-10-03 11:43:17 -03:00