Commit Graph

510 Commits

Author SHA1 Message Date
blackjok3r
b9316f3b8d looking good 2018-11-02 12:22:00 +08:00
blackjok3r
de3bc9d0c2 fix 2018-11-02 11:33:44 +08:00
blackjok3r
588b53717c poo 2018-11-02 11:14:16 +08:00
blackjok3r
5ecc6857c4 try 2018-11-02 11:07:52 +08:00
blackjok3r
4b044d68f0 fix 2018-11-02 10:54:51 +08:00
blackjok3r
997c7844a5 try this 2018-11-02 10:52:39 +08:00
blackjok3r
ea856ec7b3 try 2018-11-02 10:40:15 +08:00
blackjok3r
18b9025ffc try 2018-11-02 10:38:45 +08:00
blackjok3r
2d82fd3f29 fix 2018-11-02 10:30:49 +08:00
blackjok3r
f699248ef1 ; 2018-11-02 10:29:29 +08:00
blackjok3r
958095444d fix 2018-11-02 10:28:43 +08:00
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