aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-09-01Merge #19668: Do not hide compile-time thread safety warningsMarcoFalke
2020-09-01Merge #19671: wallet: Remove -zapwallettxesfanquake
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-31Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke
2020-08-31Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson
2020-08-31Merge #19773: wallet: Avoid recursive lock in IsTrustedSamuel Dobson
2020-08-31Merge #19099: refactor: Move wallet methods out of chain.h and node.hMarcoFalke
2020-08-29sync.h: Make runtime lock checks require compile-time lock checksAnthony Towns
2020-08-29Add missed thread safety annotationsHennadii Stepanov
2020-08-28wallet, refactor: Remove duplicate map lookups in GetAddressBalancesJoão Barbosa
2020-08-28wallet: Avoid recursive lock in IsTrustedJoão Barbosa
2020-08-28wallet, refactor: Immutable CWalletTx::pwalletJoão Barbosa
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-08-27Merge #19169: rpc: Validate provided keys for query_options parameter in list...MarcoFalke
2020-08-27Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lockWladimir J. van der Laan
2020-08-21wallet: IsChange requires cs_wallet lockJoão Barbosa
2020-08-19Merge #19750: refactor: remove unused c-string variant of atoi64()Wladimir J. van der Laan
2020-08-18-maxapsfee: follow-up fixesKarl-Johan Alm
2020-08-18Merge #19719: build: Add Werror=range-loop-analysisfanquake
2020-08-17util: remove unused c-string variant of atoi64()Sebastian Falbesoner
2020-08-17Merge #14582: wallet: always do avoid partial spends if fees are within a spe...Samuel Dobson
2020-08-17wallet: IsMine overloads require cs_wallet lockJoão Barbosa
2020-08-17wallet: GetWalletTx requires cs_wallet lockJoão Barbosa
2020-08-15Merge #15937: Add loadwallet and createwallet load_on_startup optionsSamuel Dobson
2020-08-15Merge #17458: Refactor OutputGroup effective value calculations and filtering...Samuel Dobson
2020-08-14build: Add Werror=range-loop-analysisMarcoFalke
2020-08-14Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...MarcoFalke
2020-08-14rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke
2020-08-14Merge #19568: Wallet should not override signing errorsfanquake
2020-08-14Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky
2020-08-13Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...Wladimir J. van der Laan
2020-08-13Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson
2020-08-12Cap listsinceblock target_confirmations paramAdam Stein
2020-08-11Refactor OutputGroups to handle effective values, fees, and filteringAndrew Chow
2020-08-09Merge #19660: refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-07[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coinsSjors Provoost
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-06wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm
2020-08-04Merge #19634: rpc: Document getwalletinfo's unlocked_until field as optionalfanquake
2020-08-02rpc: document returned error fields as optional if applicableSebastian Falbesoner
2020-07-31rpc: Document getwalletinfo's unlocked_until field as optionalJustin Moon
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-30Use real value when calculating OutputGroup valueAndrew Chow
2020-07-30Merge #19561: refactor: Pass ArgsManager into functions that register argsMarcoFalke
2020-07-29walletdb: Ensure that having no database handle is a failureAndrew Chow
2020-07-29Remove BDB dummy databasesAndrew Chow
2020-07-29Introduce DummyDatabase and use it in the testsAndrew Chow
2020-07-29scripted-diff: Replace gArgs with local argsmanIvan Metlushko
2020-07-29refactor: add unused ArgsManager to replace gArgsIvan Metlushko