Auto merge of #1233 - str4d:1199-note-tracking, r=str4d

Add Note tracking

This PR extends the existing transaction tracking in the wallet to track spendable Notes.

Closes #1199
This commit is contained in:
zkbot
2016-09-01 08:17:07 +00:00
20 changed files with 1103 additions and 20 deletions

View File

@@ -18,7 +18,8 @@ zcash_gtest_SOURCES = \
gtest/test_txid.cpp \
gtest/test_wallet_zkeys.cpp \
gtest/test_libzcash_utils.cpp \
gtest/test_proofs.cpp
gtest/test_proofs.cpp \
wallet/gtest/test_wallet.cpp
zcash_gtest_CPPFLAGS = -DMULTICORE -fopenmp -DBINARY_OUTPUT -DCURVE_ALT_BN128 -DSTATIC