Commit Graph

549 Commits

Author SHA1 Message Date
blackjok3r
dd18452d20 fix? 2018-11-02 10:27:19 +08:00
blackjok3r
e836e146a3 fix 2018-11-02 10:25:22 +08:00
blackjok3r
0ec91dd3a9 try 2018-11-02 10:23:56 +08:00
miketout
73b4d69673 Return more stake outputs, including those thought to be change, fix cheatcatcher error reporting 2018-11-01 19:23:23 -07:00
blackjok3r
b14b985d7d backwards 2018-11-02 10:01:10 +08:00
blackjok3r
73c0dd2b2e getting close 2018-11-02 09:42:53 +08:00
blackjok3r
0ea25a07b1 try 2018-11-02 09:22:06 +08:00
blackjok3r
496c0b2ac6 fix 2018-11-02 09:18:39 +08:00
blackjok3r
36957b0a7d fix vin 2018-11-02 09:17:09 +08:00
blackjok3r
580cea6efc fix 2018-11-02 09:14:02 +08:00
blackjok3r
d21d7f6c79 try 2018-11-02 09:10:19 +08:00
blackjok3r
5fdb5772a8 fix 2018-11-02 08:47:31 +08:00
blackjok3r
151847b000 fix 2018-11-02 08:44:30 +08:00
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