blackjok3r
f8e62200d0
delcare
2018-11-02 08:42:30 +08:00
blackjok3r
aaab9bf85d
try this
2018-11-02 08:40:36 +08:00
blackjok3r
750f835106
try
2018-11-02 08:29:36 +08:00
blackjok3r
db2460a381
; modified: src/wallet/wallet.cpp
2018-11-02 08:26:04 +08:00
blackjok3r
05b2d67fc4
fix
2018-11-02 08:24:55 +08:00
blackjok3r
4bce36c1ad
try
2018-11-02 08:22:42 +08:00
blackjok3r
0d9cf86b64
try
2018-11-02 08:16:16 +08:00
blackjok3r
6ea2be525f
oops
2018-11-02 07:44:34 +08:00
blackjok3r
43104ff55c
oo
2018-11-02 07:30:46 +08:00
blackjok3r
08241004e1
try
2018-11-02 07:23:48 +08:00
blackjok3r
d83243962d
a
2018-11-02 07:10:39 +08:00
blackjok3r
0737f32e4d
try
2018-11-02 07:07:32 +08:00
blackjok3r
dbf49cd4d2
try
2018-11-02 06:54:50 +08:00
blackjok3r
023ee98af0
fix
2018-11-02 06:48:40 +08:00
blackjok3r
287ddc4a6b
try
2018-11-02 06:37:38 +08:00
blackjok3r
203e3004f8
try
2018-11-02 06:13:32 +08:00
blackjok3r
a5b17840a6
fix
2018-11-02 05:40:58 +08:00
blackjok3r
8616d8e5f7
ld
2018-11-02 05:28:55 +08:00
blackjok3r
600f580dc5
try
2018-11-02 05:24:54 +08:00
miketout
f1f6dfbb85
Don't log mempool error for staking tx, fix default destination for staking tx
2018-11-01 13:40:51 -07:00
miketout
1aa576ade2
Reduce log messages of non-relayed transactions
2018-10-29 04:01:55 -07:00
miketout
99aeab28f9
Integrate latest Zcash fixes and update for non-latin user names
2018-10-27 20:29:03 -07:00
Homu
d2019a4ccd
Auto merge of #3581 - Eirik0:3580-unspent-note-cleanup, r=daira
...
Remove GetUnspentFilteredNotes
Closes #3580
This PR generalized `GetFilteredNotes`, expanding its functionality to also do what we do in `GetUnspentFilteredNotes`. This enables us to remove the latter.
2018-10-22 22:36:05 -07:00
Eirik Ogilvie-Wigley
095eee4f4d
Wrap long line and update comments
2018-10-22 10:01:17 -06:00
Homu
32c2c17a91
Auto merge of #3579 - Eirik0:3577-generate-sprout-zkey, r=bitcartel
...
Make it clear that CWallet::GenerateNewZKey is Sprout specific
Closes https://github.com/zcash/zcash/issues/3577
When adding sapling support we had considered making the method `GenerateNewZKey` generic, but it ended up making more sense to add a second method `GenerateNewSaplingZKey` for sapling support.
This PR changes the name of `GenerateNewZKey` to `GenerateNewSproutZKey` and changes the return type from `libzcash::PaymentAddress` to `libzcash::SproutPaymentAddress` to make it more clear that this is what the method does.
2018-10-18 19:47:46 -07:00
Eirik Ogilvie-Wigley
e92414f91e
Remove GetUnspentFilteredNotes
2018-10-18 15:52:13 -06:00
Eirik Ogilvie-Wigley
ef27d7e4b3
Add functionality from GetUnspentFilteredNotes to GetFilteredNotes
2018-10-18 15:52:13 -06:00
Eirik Ogilvie-Wigley
9396b85db8
Remove unspent note entry structs
2018-10-18 15:52:07 -06:00
miketout
9befb850b6
Comment out test code
2018-10-14 17:03:26 -07:00
miketout
75c34b7494
Latest Zcash bug fixes
2018-10-14 15:09:50 -07:00
miketout
d738023b12
Stop removing future txes for later resend
2018-10-14 14:46:40 -07:00
miketout
d565e7b73c
Eliminate mapBlockIndex risk of nulls across VRSC
2018-10-14 11:59:13 -07:00
miketout
41e9e058e0
Additional null pindex checks
2018-10-14 01:31:58 -07:00
miketout
ec8a120b4d
Cleanup, comment out test code, prepare for release PR
2018-10-13 22:49:45 -07:00
miketout
3abeed2c60
Fix reference and test signature
2018-10-13 00:45:41 -07:00
miketout
4326041663
Cheatcatcher tests to remove and change to max sequential POS
2018-10-12 21:09:45 -07:00
miketout
47ab0926c4
Auto-rescan wallets on reorg if note witnesses get out of sync
2018-10-12 18:05:32 -07:00
miketout
83a426bc91
Adjust cheat catcher height
2018-10-12 16:53:53 -07:00
miketout
085c3640bb
Improve error reporting and wallet cleanup
2018-10-12 13:54:31 -07:00
Simon
cd10562c73
Resolves Sapling nullifier persistence issue when importing a key.
...
During a rescan, a CWalletTx was persisted to disk before it had its
note data set. This meant that upon restart, the CWalletTx would
potentially be missing its nullifiers causing the wallet's balance
to include notes which had already been spent.
The resolution is to ensure that after a rescan, a CWalletTx is
persisted after it has had its nullifiers set correctly.
Co-authored-by: Eirik Ogilvie-Wigley <eirik@z.cash >
2018-10-11 21:25:53 -07:00
miketout
271326fafd
Clean up stake rebroadcasting and mempool checking
2018-10-11 19:52:32 -07:00
miketout
85ca7bb9cb
Debug comment cleanup
2018-10-09 00:04:45 -07:00
miketout
c2dc091e40
Merge branch 'master' of https://github.com/zcash/zcash into dev
2018-10-08 17:19:15 -07:00
miketout
8682e17a7d
Sapling support for z_shieldcoinbase and more
2018-10-08 16:17:24 -07:00
Eirik Ogilvie-Wigley
d6ad8cef2c
GenerateNewSproutZKey can return a SproutPaymentAddress
2018-10-08 14:52:58 -06:00
Eirik Ogilvie-Wigley
92fc29a3f4
Rename GenerateNewZKey to include Sprout
2018-10-08 14:23:03 -06:00
miketout
ca4a5f2692
Change name to Stake Guard
2018-10-07 19:56:02 -07:00
miketout
68b9a352da
Change behavior of ExtractDestination, Solver, and GetscriptAddress for crypto conditions
2018-10-06 00:36:21 -07:00
Jack Grigg
3e471410f1
Persist Sapling payment address to IVK map
...
This ensures we remember any diversified addresses manually generated
outside the wallet.
2018-10-06 00:45:39 +01:00
mdr0id
2fcf06077f
Persist Sapling key material in the wallet to disk
2018-10-06 00:01:14 +01:00