]> Git Repo - VerusCoin.git/log
VerusCoin.git
8 years agoReturn improved error message when trying to spend Coinbase coins (#1373).
Simon [Thu, 22 Sep 2016 18:30:32 +0000 (11:30 -0700)]
Return improved error message when trying to spend Coinbase coins (#1373).

Extra parameter added to AvailableCoins to include or exclude Coinbase coins.
SelectCoins, used for sending taddr->taddr, will exclude Coinbase coins.

Added qa rpc test and a runtime parameter -regtestprotectcoinbase to enforce
the coinbase->zaddr consensus rule in regtest mode.

8 years agoAuto merge of #1492 - arcalinea:document-wallet-reindex, r=bitcartel
zkbot [Fri, 7 Oct 2016 16:13:53 +0000 (12:13 -0400)]
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

8 years agoRm beta 1 release note about encrypted wallets
Jay Graber [Fri, 7 Oct 2016 15:56:29 +0000 (08:56 -0700)]
Rm beta 1 release note about encrypted wallets

8 years agoDocument wallet reindexing for z_importkey description in payment-api.md
Jay Graber [Fri, 7 Oct 2016 00:32:39 +0000 (17:32 -0700)]
Document wallet reindexing for z_importkey description in payment-api.md

8 years agoUpdate release process to sign release tags
Jack Grigg [Wed, 5 Oct 2016 04:07:13 +0000 (23:07 -0500)]
Update release process to sign release tags

8 years agov1.0.0-beta2
Jack Grigg [Wed, 5 Oct 2016 02:55:26 +0000 (21:55 -0500)]
v1.0.0-beta2

8 years agoAuto merge of #1458 - str4d:1386-remove-findanddelete-and-codeseparator, r=ageis
zkbot [Wed, 5 Oct 2016 01:51:29 +0000 (21:51 -0400)]
Auto merge of #1458 - str4d:1386-remove-findanddelete-and-codeseparator, r=ageis

Remove FindAndDelete and disable OP_CODESEPARATOR

Closes #1386

8 years agoAuto merge of #1480 - ageis:update-release-process, r=str4d
zkbot [Tue, 4 Oct 2016 23:40:50 +0000 (19:40 -0400)]
Auto merge of #1480 - ageis:update-release-process, r=str4d

Adds note about updating guide during testnet deployment

8 years agoAuto merge of #1477 - zcash:812.change-address-prefixes.0, r=str4d
zkbot [Tue, 4 Oct 2016 22:59:20 +0000 (18:59 -0400)]
Auto merge of #1477 - zcash:812.change-address-prefixes.0, r=str4d

Update address prefixes

Closes #812 and #1450

8 years agoAdds note about updating guide during testnet deployment
Kevin Gallagher [Tue, 4 Oct 2016 22:46:18 +0000 (15:46 -0700)]
Adds note about updating guide during testnet deployment

8 years agoRepair rpc-tests/signrawtransactions.py.
Daira Hopwood [Tue, 4 Oct 2016 22:04:19 +0000 (23:04 +0100)]
Repair rpc-tests/signrawtransactions.py.

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoRepair bitcoin-util-test.
Daira Hopwood [Tue, 4 Oct 2016 21:56:33 +0000 (22:56 +0100)]
Repair bitcoin-util-test.

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoUpdate address in Founders' Reward gtest
Jack Grigg [Tue, 4 Oct 2016 18:55:40 +0000 (11:55 -0700)]
Update address in Founders' Reward gtest

8 years agoFix zkey test
Jack Grigg [Tue, 4 Oct 2016 18:05:57 +0000 (11:05 -0700)]
Fix zkey test

8 years agoAuto merge of #1476 - ebfull:update-parameters, r=str4d
zkbot [Tue, 4 Oct 2016 08:54:02 +0000 (04:54 -0400)]
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.

8 years agoAuto merge of #1474 - ageis:update-release-process, r=str4d
zkbot [Tue, 4 Oct 2016 08:22:00 +0000 (04:22 -0400)]
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.

8 years agoAuto merge of #1429 - str4d:867-update-dependencies, r=str4d
zkbot [Tue, 4 Oct 2016 07:48:42 +0000 (03:48 -0400)]
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.

8 years agoFix secp256k1 test compilation
Jack Grigg [Tue, 4 Oct 2016 07:45:56 +0000 (00:45 -0700)]
Fix secp256k1 test compilation

8 years agoRe-encode Founders' Reward keys
Jack Grigg [Tue, 4 Oct 2016 06:59:59 +0000 (23:59 -0700)]
Re-encode Founders' Reward keys

Closes #1450

8 years agoRe-encode hard-coded addresses in tests
Jack Grigg [Tue, 4 Oct 2016 06:51:32 +0000 (23:51 -0700)]
Re-encode hard-coded addresses in tests

8 years agoCBitcoinAddress should use nVersionBytes == 2.
Daira Hopwood [Tue, 4 Oct 2016 01:53:55 +0000 (02:53 +0100)]
CBitcoinAddress should use nVersionBytes == 2.

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoReencode keys in JSON test data. refs #812
Daira Hopwood [Tue, 4 Oct 2016 00:11:24 +0000 (01:11 +0100)]
Reencode keys in JSON test data. refs #812

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoWIP: update address prefixes. refs #812
Daira Hopwood [Mon, 3 Oct 2016 18:58:16 +0000 (19:58 +0100)]
WIP: update address prefixes. refs #812

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoAuto merge of #1427 - bitcartel:master_1345_getbalance, r=bitcartel
zkbot [Tue, 4 Oct 2016 05:20:12 +0000 (01:20 -0400)]
Auto merge of #1427 - bitcartel:master_1345_getbalance, r=bitcartel

Fixes #1345 so that RPC getbalance star calculates balance of UTXOs correctly.

8 years agoMark previously-valid test data as invalid
Jack Grigg [Mon, 3 Oct 2016 23:14:09 +0000 (16:14 -0700)]
Mark previously-valid test data as invalid

8 years agoUpdate to `beta2` public parameters, remove `regtest`/`testnet3` parameters
Sean Bowe [Mon, 3 Oct 2016 21:58:02 +0000 (15:58 -0600)]
Update to `beta2` public parameters, remove `regtest`/`testnet3` parameters
subdirectories.

8 years agoAuto merge of #1374 - str4d:1106-alert-safe-mode, r=str4d
zkbot [Mon, 3 Oct 2016 21:36:59 +0000 (17:36 -0400)]
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 986b5e257e2bb9d7aaed5111ca335732f8808b2d and adds a priority check.

Continuation of #1337
Closes #1106

8 years agoMerge pull request #1473 from arcalinea/update-documentation
Jay Graber [Mon, 3 Oct 2016 20:39:54 +0000 (13:39 -0700)]
Merge pull request #1473 from arcalinea/update-documentation

Update documentation

8 years agoFinal edits
Jay Graber [Mon, 3 Oct 2016 18:28:24 +0000 (11:28 -0700)]
Final edits

8 years agoFixes #1345 so that UTXO debit and credits are computed correctly for a transaction.
Simon [Tue, 20 Sep 2016 23:22:30 +0000 (16:22 -0700)]
Fixes #1345 so that UTXO debit and credits are computed correctly for a transaction.

8 years agoInserts some notes related to testnet deployment
Kevin Gallagher [Mon, 3 Oct 2016 18:06:36 +0000 (11:06 -0700)]
Inserts some notes related to testnet deployment

8 years agoUpdate wording
Jay Graber [Mon, 3 Oct 2016 17:41:47 +0000 (10:41 -0700)]
Update wording

8 years agoAuto merge of #1468 - str4d:1138-change-versioning-scheme, r=str4d
zkbot [Sun, 2 Oct 2016 23:29:38 +0000 (19:29 -0400)]
Auto merge of #1468 - str4d:1138-change-versioning-scheme, r=str4d

Change versioning scheme

Closes #1138

8 years agoMerge pull request #4 from daira/1138-change-versioning-scheme
str4d [Sun, 2 Oct 2016 23:28:36 +0000 (16:28 -0700)]
Merge pull request #4 from daira/1138-change-versioning-scheme

Repair FormatSubVersion tests. refs #1138

8 years agoRepair FormatSubVersion tests. refs #1138
Daira Hopwood [Sun, 2 Oct 2016 15:44:56 +0000 (16:44 +0100)]
Repair FormatSubVersion tests. refs #1138

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoAuto merge of #1467 - ageis:wget-cert-verify, r=str4d
zkbot [Sun, 2 Oct 2016 07:01:14 +0000 (03:01 -0400)]
Auto merge of #1467 - ageis:wget-cert-verify, r=str4d

Verify TLS certificates w/ wget in fetch-params.sh

Per NCC-2016-017, wget was being run with `--no-check-certificate`, which means that the connection can be man-in-the-middled, even if we are verifying the integrity of the parameters later via hash sums.
The rationale cited in the Bash comments does not stand up to scrutiny. There's really no persuasive reason not to verify certificates.

Fixes #1346.

8 years agoFormatting fix
Jack Grigg [Sun, 2 Oct 2016 06:15:01 +0000 (19:15 +1300)]
Formatting fix

8 years agoAuto merge of #1398 - bitcartel:master_fr48, r=bitcartel
zkbot [Sat, 1 Oct 2016 21:12:33 +0000 (17:12 -0400)]
Auto merge of #1398 - bitcartel:master_fr48, r=bitcartel

Add multiple founders' reward addresses

./zcash-gtest --gtest_filter="founders_reward_test.*"

Closes #1405.

8 years agoUpdate mainnet addresses used for testing to have the correct number
Simon [Sat, 1 Oct 2016 14:19:24 +0000 (07:19 -0700)]
Update mainnet addresses used for testing to have the correct number

8 years agoUpdate release process with version schema
Jack Grigg [Sat, 1 Oct 2016 11:27:50 +0000 (00:27 +1300)]
Update release process with version schema

8 years agoUse CLIENT_VERSION_BUILD to represent -beta and -rc in client version
Jack Grigg [Sat, 1 Oct 2016 11:20:02 +0000 (00:20 +1300)]
Use CLIENT_VERSION_BUILD to represent -beta and -rc in client version

8 years agoDowngrade bdb to 5.3.28
Jack Grigg [Sat, 1 Oct 2016 10:02:32 +0000 (23:02 +1300)]
Downgrade bdb to 5.3.28

bdb 6.X was released under the AGPL, which is incompatible with MIT-licensed
software (the result must be licensed under AGPL). bdb 5.X uses the same license
as bdb 4.8, and thus retains the same compatibility as in upstream Bitcoin.

Thanks to Luke-Jr for raising this issue.

8 years agoAdd field fMinerTestModeForFoundersRewardScript to chainparams
Simon [Sat, 1 Oct 2016 01:31:51 +0000 (18:31 -0700)]
Add field fMinerTestModeForFoundersRewardScript to chainparams

8 years agoAdd mainnet 2-of-3 multisig addresses for testing.
Simon [Sat, 1 Oct 2016 01:29:10 +0000 (18:29 -0700)]
Add mainnet 2-of-3 multisig addresses for testing.

8 years agoUpdate testnet founders reward addresses
Simon [Fri, 30 Sep 2016 06:53:08 +0000 (23:53 -0700)]
Update testnet founders reward addresses

8 years agoUpdate founders reward test to output path of temporary wallet.dat file which contain...
Simon [Fri, 30 Sep 2016 06:04:27 +0000 (23:04 -0700)]
Update founders reward test to output path of temporary wallet.dat file which contains keys which can be used for testing founders reward addresses.

8 years agoUpdate comment per review
Simon [Fri, 30 Sep 2016 02:37:38 +0000 (19:37 -0700)]
Update comment per review

8 years agoRefactor and fix per review
Simon [Thu, 29 Sep 2016 17:24:15 +0000 (10:24 -0700)]
Refactor and fix per review

8 years agoRefactor to add test to verify number of rewards each mainnet address will receive
Simon [Wed, 28 Sep 2016 22:31:02 +0000 (15:31 -0700)]
Refactor to add test to verify number of rewards each mainnet address will receive

8 years agoFounders reward: Refactor test and formatting per review.
Simon [Fri, 23 Sep 2016 21:16:38 +0000 (14:16 -0700)]
Founders reward: Refactor test and formatting per review.

8 years agoFounders reward: changed index computation, added new test and some refactoring.
Simon [Thu, 22 Sep 2016 23:38:44 +0000 (16:38 -0700)]
Founders reward: changed index computation, added new test and some refactoring.

8 years agoAdd founders reward to ChainParams.
Simon [Wed, 21 Sep 2016 19:02:36 +0000 (12:02 -0700)]
Add founders reward to ChainParams.
Fix bug where subsidy slow shift was ignored.

8 years agoAuto merge of #1433 - str4d:gtest-expected-failures, r=str4d
zkbot [Fri, 30 Sep 2016 21:12:26 +0000 (17:12 -0400)]
Auto merge of #1433 - str4d:gtest-expected-failures, r=str4d

Add a make command for checking expected failures

With this merged, we can add gtests prefixed with `DISABLED_`, and then configure Buildbot to run those tests but not require they pass in order to merge.

8 years agoVerify TLS certificates w/ wget in fetch-params.sh
Kevin Gallagher [Fri, 30 Sep 2016 19:08:15 +0000 (12:08 -0700)]
Verify TLS certificates w/ wget in fetch-params.sh

Per NCC-2016-017, wget was run with --no-check-certificate,
which means that the connection can be man-in-the-middled,
even if we are verifying the integrity of the params later via hash sums.
The rationale cited in the Bash comments does not stand up to scrutiny.
There's really no persuasive reason not to verify certificates.

Fixes #1346.

8 years agoRemove OP_CODESEPARATOR from tests
Jack Grigg [Fri, 30 Sep 2016 12:17:32 +0000 (01:17 +1300)]
Remove OP_CODESEPARATOR from tests

8 years agoDisable OP_CODESEPARATOR
Jack Grigg [Fri, 30 Sep 2016 12:16:51 +0000 (01:16 +1300)]
Disable OP_CODESEPARATOR

8 years agoAdd section abt confs and reorgs to security-warnings.md
Jay Graber [Fri, 30 Sep 2016 06:35:54 +0000 (23:35 -0700)]
Add section abt confs and reorgs to security-warnings.md

8 years agoAuto merge of #1444 - str4d:1394-reindex-clear-witness-caches, r=str4d
zkbot [Fri, 30 Sep 2016 06:30:01 +0000 (02:30 -0400)]
Auto merge of #1444 - str4d:1394-reindex-clear-witness-caches, r=str4d

Clear note witness caches on reindexing

This PR also fixes a test that was passing arguments in the wrong order.

Closes #1394

8 years agoEnsure correctness if asserts are compiled out
Jack Grigg [Fri, 30 Sep 2016 05:54:16 +0000 (18:54 +1300)]
Ensure correctness if asserts are compiled out

8 years agoFix comment and formatting per review
Simon [Fri, 30 Sep 2016 05:07:38 +0000 (22:07 -0700)]
Fix comment and formatting per review

8 years agoAdd tests for alerts enabling RPC safe mode
Jack Grigg [Fri, 23 Sep 2016 05:26:03 +0000 (17:26 +1200)]
Add tests for alerts enabling RPC safe mode

8 years agoLink to z.cash on security-warnings.md
Jay Graber [Fri, 30 Sep 2016 04:02:59 +0000 (21:02 -0700)]
Link to z.cash on security-warnings.md

8 years agoUpdate to use new API in CCryptoKeyStore and store a viewing key in walletdb.
Simon [Thu, 29 Sep 2016 00:58:08 +0000 (17:58 -0700)]
Update to use new API in CCryptoKeyStore and store a viewing key in walletdb.

8 years agoAdd support for spending keys to the encrypted wallet.
Simon [Wed, 21 Sep 2016 21:02:35 +0000 (14:02 -0700)]
Add support for spending keys to the encrypted wallet.

8 years agoSimplify ClearNoteWitnessCache()
Jack Grigg [Fri, 30 Sep 2016 02:00:16 +0000 (15:00 +1300)]
Simplify ClearNoteWitnessCache()

8 years agoUse asserts to check allocation errors in CECKey::Recover
Jack Grigg [Fri, 30 Sep 2016 01:17:14 +0000 (14:17 +1300)]
Use asserts to check allocation errors in CECKey::Recover

8 years agoRemove no-autoalginit and no-autoerrinit OpenSSL flags
Jack Grigg [Fri, 30 Sep 2016 01:11:27 +0000 (14:11 +1300)]
Remove no-autoalginit and no-autoerrinit OpenSSL flags

These flags are potentially risky, because they require that the app explicitly
initialize stuff that it wouldn't otherwise need to initialize, and we don't
have time for the necessary review.

8 years agoAuto merge of #1370 - ageis:improve-fetch-params, r=daira
zkbot [Fri, 30 Sep 2016 00:22:07 +0000 (20:22 -0400)]
Auto merge of #1370 - ageis:improve-fetch-params, r=daira

Improvements to fetch-params.sh

Two instances of the fetch-params.sh script running at once will result in corruption of the proving key and an error when the hashes are computed. This implements a lock to stop such a scenario from occurring.

We also terminate and don't create the symlinks if the downloaded parameters fail the checksum command.

Fixes #1306. This is the same as #1310 but now targeting master.

8 years agoAuto merge of #1372 - str4d:1199-spending-key-wallet-encryption, r=str4d
zkbot [Thu, 29 Sep 2016 23:42:30 +0000 (19:42 -0400)]
Auto merge of #1372 - str4d:1199-spending-key-wallet-encryption, r=str4d

Encrypt spending keys in the wallet

This is a continuation of #1210.

8 years agoAuto merge of #1451 - zcash:daira-update-CoC-email, r=str4d
zkbot [Thu, 29 Sep 2016 10:12:21 +0000 (06:12 -0400)]
Auto merge of #1451 - zcash:daira-update-CoC-email, r=str4d

Update my email address in the Code of Conduct.

8 years agoAuto merge of #1445 - bitcartel:master_fix_filtered_notes, r=str4d
zkbot [Thu, 29 Sep 2016 09:33:11 +0000 (05:33 -0400)]
Auto merge of #1445 - bitcartel:master_fix_filtered_notes, r=str4d

Fix casting error in GetFilteredNotes

Use int for minDepth like upstream instead of size_t which can lead to casting problems if a wallet tx has a depth of -1.
Also don't use FindMyNotes as mapNoteData has already been set on wallet tx.

@str4d As dicussed. This should be merged before other PRs related to wallet.

8 years agoAssert that new OpenSSL allocators succeed
Jack Grigg [Thu, 29 Sep 2016 03:25:12 +0000 (16:25 +1300)]
Assert that new OpenSSL allocators succeed

8 years agoAdd libsnark to pre-release dependency checks
Jack Grigg [Thu, 29 Sep 2016 03:15:08 +0000 (16:15 +1300)]
Add libsnark to pre-release dependency checks

8 years agoDisable nearly everything in OpenSSL
Jack Grigg [Thu, 29 Sep 2016 02:53:41 +0000 (15:53 +1300)]
Disable nearly everything in OpenSSL

Flags obtained from:
https://gist.github.com/steakknife/8247726#gistcomment-1739713

Some flags not enabled because they aren't supported in OpenSSL 1.1.0b.

Flags not enabled because they break compilation:
- no-deprecated
- no-dh
- no-ec

8 years agoRe-enable disabled compiler warnings
Jack Grigg [Thu, 29 Sep 2016 01:33:00 +0000 (14:33 +1300)]
Re-enable disabled compiler warnings

Reverts:
be1bae14e8a769966b833026ed47a43f5250a4b9
ec3bd70b6d6ef8be901a5523a401e333c52e7bbe

Closes #944

8 years agoReplace auto_ptr with unique_ptr
Jack Grigg [Thu, 29 Sep 2016 01:28:38 +0000 (14:28 +1300)]
Replace auto_ptr with unique_ptr

8 years agoFix auto_ptr deprecation warning in Boost
Jack Grigg [Thu, 29 Sep 2016 01:15:55 +0000 (14:15 +1300)]
Fix auto_ptr deprecation warning in Boost

8 years agoRelease process: check dependencies for updates
Jack Grigg [Thu, 29 Sep 2016 00:59:29 +0000 (13:59 +1300)]
Release process: check dependencies for updates

8 years agoUpdate my email address in the Code of Conduct.
Daira Hopwood [Thu, 29 Sep 2016 00:33:11 +0000 (01:33 +0100)]
Update my email address in the Code of Conduct.

8 years agoUpgrade ccache to 3.3.1
Jack Grigg [Thu, 22 Sep 2016 01:27:40 +0000 (13:27 +1200)]
Upgrade ccache to 3.3.1

8 years agoUpgrade miniupnpc to 2.0
Jack Grigg [Thu, 22 Sep 2016 00:30:28 +0000 (12:30 +1200)]
Upgrade miniupnpc to 2.0

8 years agoUpgrade OpenSSL to 1.1.0b
Jack Grigg [Wed, 21 Sep 2016 08:35:31 +0000 (20:35 +1200)]
Upgrade OpenSSL to 1.1.0b

Closes #1348

8 years agobuild: remove libressl check
Wladimir J. van der Laan [Mon, 28 Sep 2015 14:06:38 +0000 (16:06 +0200)]
build: remove libressl check

Now that BIP66 passed, OpenSSL is no longer directly part of the
consensus. What matters is that DER signatures are correctly parsed, and
secp256k1 crypto is implemented correctly (as well as the other
functions we use from OpenSSL, such as random number generation)

This means that effectively, using LibreSSL is not a larger risk than
using another version of OpenSSL.

Remove the specific check for LibreSSL.

Includes the still-relevant part of #6729: make sure CHECK_HEADER is
called using the right CXXFLAGS, not CFLAGS (as AC_LANG is c++).

Zcash Note:
This includes a code removal from d9add719519e2019b1f353d8d6832dcfc88ee850
that was omitted from 5a3913361d0c045db69932ac5f152c4cf76e13cb during
backporting of bitcoin/bitcoin#6501 to 0.11.* in bitcoin/bitcoin#6703

8 years ago[depends] OpenSSL 1.0.1k - update config_opts
fanquake [Sat, 14 May 2016 08:38:44 +0000 (16:38 +0800)]
[depends] OpenSSL 1.0.1k - update config_opts

8 years agoUpgrade libgmp to 6.1.1
Jack Grigg [Tue, 20 Sep 2016 06:15:14 +0000 (18:15 +1200)]
Upgrade libgmp to 6.1.1

8 years agoUpgrade Boost to 1.62.0
Jack Grigg [Tue, 20 Sep 2016 06:11:39 +0000 (18:11 +1200)]
Upgrade Boost to 1.62.0

Part of #944
Closes #1241

8 years agoChanges to upgrade bdb to 6.2.23
Robert C. Seacord [Tue, 16 Aug 2016 13:20:36 +0000 (09:20 -0400)]
Changes to upgrade bdb to 6.2.23

Closes #1255

8 years agoUse correct lock for spending keys
Jack Grigg [Wed, 28 Sep 2016 22:35:18 +0000 (11:35 +1300)]
Use correct lock for spending keys

8 years agoCache note decryptors in encrypted keystore
Jack Grigg [Wed, 28 Sep 2016 22:34:59 +0000 (11:34 +1300)]
Cache note decryptors in encrypted keystore

8 years agoUpdate test to filter and find notes.
Simon [Wed, 28 Sep 2016 05:43:13 +0000 (22:43 -0700)]
Update test to filter and find notes.

8 years agoAuto merge of #1384 - str4d:1378-atomic-witness-storage, r=ebfull
zkbot [Wed, 28 Sep 2016 01:27:11 +0000 (21:27 -0400)]
Auto merge of #1384 - str4d:1378-atomic-witness-storage, r=ebfull

Write note witness cache atomically to disk to avoid corruption

Closes #1378

8 years agoImplement CSecureDataStream for streaming CKeyingMaterial
Jack Grigg [Wed, 28 Sep 2016 00:44:31 +0000 (13:44 +1300)]
Implement CSecureDataStream for streaming CKeyingMaterial

8 years agoTest that invalid keys fail to unlock the keystore
Jack Grigg [Tue, 27 Sep 2016 23:52:38 +0000 (12:52 +1300)]
Test that invalid keys fail to unlock the keystore

8 years agoWrite note witness cache atomically to disk to avoid corruption
Jack Grigg [Tue, 13 Sep 2016 04:46:48 +0000 (16:46 +1200)]
Write note witness cache atomically to disk to avoid corruption

Closes #1378

8 years agoFix GetFilteredNotes to use int for minDepth like upstream and avoid casting problems...
Simon [Tue, 27 Sep 2016 18:14:49 +0000 (11:14 -0700)]
Fix GetFilteredNotes to use int for minDepth like upstream and avoid casting problems. Don't use FindMyNotes as mapNoteData has already been set on wallet tx.

8 years agoClear note witness caches on reindex
Jack Grigg [Fri, 16 Sep 2016 06:43:30 +0000 (18:43 +1200)]
Clear note witness caches on reindex

8 years agoAdd wallet method to clear the note witness cache
Jack Grigg [Fri, 16 Sep 2016 06:02:49 +0000 (18:02 +1200)]
Add wallet method to clear the note witness cache

8 years agoFix test
Jack Grigg [Thu, 15 Sep 2016 10:47:10 +0000 (22:47 +1200)]
Fix test

8 years agoRemove FindAndDelete. refs #1386
Daira Hopwood [Mon, 26 Sep 2016 23:48:30 +0000 (00:48 +0100)]
Remove FindAndDelete. refs #1386

Signed-off-by: Daira Hopwood <[email protected]>
8 years agoUpdates dns.testnet.z.cash -> dnsseed.testnet.z.cash
Kevin Gallagher [Mon, 26 Sep 2016 21:34:26 +0000 (14:34 -0700)]
Updates dns.testnet.z.cash -> dnsseed.testnet.z.cash

People seem to agree that dnsseed.* is a more intuitive address.
The original address was committed to beta1 as a result of a misunderstanding.
The DNS seeder service will be updated to coincide with at beta2 release.

This page took 0.064775 seconds and 4 git commands to generate.