51 Commits (d4aac39f7574dcab77698db467eeff683ec83dda)

Author SHA1 Message Date
blackjok3r 02a3f08894 fix staking wallet fix. 5 years ago
blackjok3r cf6f647d1e fix wallet corruption fix, for staking chains, fix forced rescan for ZEX and KMD with ztx in wallet. 5 years ago
blackjok3r 0bb8c5be22 fix wallet code. Force daemon close and reccomend zapwallettxns for non staking chains. 5 years ago
blackjok3r 2e727de8ee fix wallet crash 5 years ago
blackjok3r 7c56d03474 try wallet fix 5 years ago
jl777 100eac1654
Jl777 (#1315) 5 years ago
jl777 8e89c783d4 Casts for windows 5 years ago
blackjok3r 096d25df97 Disable all experminetal/LABS features that are not required. 5 years ago
blackjok3r 06ff993abd Fix rescan entire wallet when finding corrupt transaction on load. Now removes corrupt tx and re adds it with GetTransaction. 6 years ago
blackjok3r 94593ce8fd CheckTransaction does not call overwinter checks 6 years ago
blackjok3r a963718c7c tx-overwinter-active skip check on wallet load 6 years ago
blackjok3r 2cbde4d787 fix wallet expired on load, fix pindex->segid for PoW. 6 years ago
blackjok3r 1cd8881329 change print 6 years ago
blackjok3r ff43475a31 Re-add txs that were removed from wallet, if they are valid. 6 years ago
blackjok3r 5837b5bc05 Wallet corruption fix. No longer calls a rescan on daemon load, instead we now delete the non existant txs from the wallet, so next time you load it the error is gone. 6 years ago
blackjok3r 91b6694c71 Fix some bugs? Add getimports RPC. 6 years ago
jl777 0ea9ae3c05 Update copyright to 2019 6 years ago
blackjok3r 8799583cc0 remove rescan for corrupt tx and add LOCK2 for deleteion of staking tx. debug prints. 6 years ago
blackjok3r 3028d884e5 Major rebase and fix staking. 6 years ago
blackjok3r b76ca3dc43 Try wallet fix here 6 years ago
ca333 492d6703ed sync jl777:FSM 6 years ago
jl777 d7355261ee wallet time allowed 6 years ago
Michael Toutonghi df756d24ba Cheatcatcher 6 years ago
miketout c2dc091e40 Merge branch 'master' of https://github.com/zcash/zcash into dev 6 years ago
Jack Grigg 5513faccf6
Ignore decoding errors during -zapwallettxes 6 years ago
Jack Grigg 3e471410f1
Persist Sapling payment address to IVK map 6 years ago
mdr0id 2fcf06077f
Persist Sapling key material in the wallet to disk 6 years ago
Jack Grigg e2416930ea
wallet: Store HDSeed and chain data 6 years ago
Jack Grigg 4c77517772
Rename *ViewingKey* -> *SproutViewingKey* 6 years ago
Jack Grigg e5eab182b5
Use boost::variant to represent shielded addresses and keys 6 years ago
Pieter Wuille 3d31e09cbb
Split key_io (address/key encodings) off from base58 7 years ago
Pieter Wuille 07444da1db
Introduce wrappers around CBitcoinAddress 7 years ago
Pieter Wuille 29a8ade782
Prevector type 9 years ago
jl777 e73b2055c6 Merge branch 'beta' into mergemaster 6 years ago
Jack Grigg 167cd33374
Implement viewing key storage in the wallet 7 years ago
Jack Grigg 642a1caf93
ViewingKey -> ReceivingKey per zcash/zips#117 7 years ago
syd c72a4732cc Remove Boost conditional compilation. 7 years ago
Jack Grigg 6fb8d0c2d6
Skip JoinSplit verification before the last checkpoint 8 years ago
Sean Bowe 58c4c0bba3 Change some Bitcoin strings to Zcash strings. 8 years ago
Simon 2aa9c0253a Update to use new API in CCryptoKeyStore and store a viewing key in walletdb. 8 years ago
Simon 73699ceaf6 Add support for spending keys to the encrypted wallet. 8 years ago
Simon 805344dcf4 Refactor: replace calls to GetTxid() with GetHash() 8 years ago
Jack Grigg 4086e5ce98 Replace vAnchorCache with a cache size counter 8 years ago
Jack Grigg be74c80deb Add caching of incremental witnesses for spendable notes 8 years ago
Simon 309b0ecd80 Add "zkey" to list of key types (used by the wallet to decide 8 years ago
Simon 79d769a382 Remove one line of dead code. 8 years ago
Simon 2e0cc87acf Fix comment. 8 years ago
Simon c1c4594371 Implemented RPC calls z_importkey, z_exportkey, z_getnewaddress. 8 years ago
Simon 10d2c57c0d Replace calls to GetHash() with GetTxid() for transaction objects. 8 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago