263 Commits (master)

Author SHA1 Message Date
Jonathan "Duke" Leto 7920cbc7e7 Merge z_viewtransaction from str4d zcash PR4146 5 years ago
ca333 85aad4be5d fix PING attack [CVE-2019-17048] 5 years ago
Jack Grigg a581ac5e1b wallet: Skip transactions with no shielded data in CWallet::SetBestChain() 6 years ago
Bartlomiej Lisiecki 191fc2e152 Add support for importing and exporting sapling ivk 5 years ago
jl777 58cd849591
Jl777 (#1311) 5 years ago
Duke Leto c99801952b Teach RPC interface about dpow-enabled minconfs (#1231) 5 years ago
jl777 93b616becd Move WITNESS_CACHE_SIZE 6 years ago
jl777 02d75902ad Move declaration WITNESS_CACHE 6 years ago
jl777 9040d03af6 Match WITNESS_CACHE_SIZE to maxreorg 6 years ago
jl777 c5b3b68ace Increase witness cache size for maxreorg 6 years ago
jl777 0ea9ae3c05 Update copyright to 2019 6 years ago
jl777 a2ea9de06f Revert txfee changes 6 years ago
jl777 5ea3f23ac9 Update three 6 years ago
ca333 492d6703ed sync jl777:FSM 6 years ago
Jonathan "Duke" Leto d3f0b4269d Clean up dicebet/dicestatus error handling and add new macro to make things easier 6 years ago
Eirik Ogilvie-Wigley 095eee4f4d Wrap long line and update comments 6 years ago
Eirik Ogilvie-Wigley e92414f91e Remove GetUnspentFilteredNotes 6 years ago
Eirik Ogilvie-Wigley ef27d7e4b3 Add functionality from GetUnspentFilteredNotes to GetFilteredNotes 6 years ago
Eirik Ogilvie-Wigley 9396b85db8 Remove unspent note entry structs 6 years ago
miketout 47ab0926c4 Auto-rescan wallets on reorg if note witnesses get out of sync 6 years ago
miketout 5f63373eb9 Selectively reject Sapling transactions while synced below activation height. Add separate control of staking. 6 years ago
miketout c2dc091e40 Merge branch 'master' of https://github.com/zcash/zcash into dev 6 years ago
Eirik Ogilvie-Wigley d6ad8cef2c GenerateNewSproutZKey can return a SproutPaymentAddress 6 years ago
Eirik Ogilvie-Wigley 92fc29a3f4 Rename GenerateNewZKey to include Sprout 6 years ago
Jack Grigg 3e471410f1
Persist Sapling payment address to IVK map 6 years ago
mdr0id 48a93fd2e0
Serialize Sapling data in CWalletTx 6 years ago
mdr0id 2fcf06077f
Persist Sapling key material in the wallet to disk 6 years ago
Jack Grigg 1b79de781c
Store ExtFVK with encrypted Sapling spending key instead of FVK 6 years ago
miketout 06f4116090 VerusStakeTransaction 6 years ago
Eirik Ogilvie-Wigley a4ecd0fa72 Add newly discovered sapling addresses to the wallet 6 years ago
Larry Ruane e4f0d6a8de Sapling support for z_listreceivedbyaddress 6 years ago
Eirik Ogilvie-Wigley 83c4e360da Address need not be optional when adding sapling keys 6 years ago
miketout b8deecdc09 Sapling transaction testing 6 years ago
Eirik Ogilvie-Wigley 2fe39561ec Export zip32 metadata with sapling keys 6 years ago
Eirik Ogilvie-Wigley 9bcf90e2de Add sapling support to z_importwallet 6 years ago
Eirik Ogilvie-Wigley 0f03de5536 Return more information when adding a spending key 6 years ago
Eirik Ogilvie-Wigley fcab001b1e Move AddSpendingKeyToWallet 6 years ago
Eirik Ogilvie-Wigley a0783bb957 Rename AddZKey to include sprout 6 years ago
Eirik Ogilvie-Wigley d6b31d59b5 Rename map to include sprout 6 years ago
Simon b1c693e532 Add methods to store SaplingOutPoint in setLockedSaplingNotes 6 years ago
Simon 0f62cacf0c Refactor: rename ListLockedNotes -> ListLockedSproutNotes 6 years ago
Simon 9ae73247e2 Refactor: rename UnlockAllNotes -> UnlockAllSproutNotes 6 years ago
Simon d358d145ca Refactor: rename setLockedNotes -> setLockedSproutNotes 6 years ago
Jack Grigg 70b4ad2dcd
wallet: Switch from SaplingSpendingKey to SaplingExtendedSpendingKey 6 years ago
Jack Grigg a4ac4fc3f4
wallet: Store Sapling key metadata indexed by ivk 6 years ago
Jack Grigg e2416930ea
wallet: Store HDSeed and chain data 6 years ago
Jack Grigg 81e0fd2eb9
wallet: Add HaveSpendingKeyForPaymentAddress visitor 6 years ago
Jack Grigg e22c115e78
Move GetSpendingKeyForPaymentAddress visitor into wallet.h 6 years ago
Anton Lysakov fd2fd9a7e5 Errors printout define moved to wallet.h 6 years ago
Jack Grigg 053cb3497d
Add Sapling support to z_getbalance and z_gettotalbalance 6 years ago