aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-03-05Remove redundant type information from rpc docsDavid O'Callaghan
2020-03-04Merge #17809: rpc: Auto-format RPCResultMarcoFalke
2020-03-02wallet: use constant CWallets in rpcwallet.cppKarl-Johan Alm
2020-03-02wallet: make ReserveDestination pwallet ivar constKarl-Johan Alm
2020-03-02wallet: make BackupWallet() constKarl-Johan Alm
2020-03-02wallet: make getters constKarl-Johan Alm
2020-03-02wallet/spkm: make GetOldestKeyPoolTime() constKarl-Johan Alm
2020-03-02wallet: use constant CWallets in rpcdump.cppKarl-Johan Alm
2020-03-02wallet/db: make IsDummy() constKarl-Johan Alm
2020-03-02wallet/db: make Backup() constKarl-Johan Alm
2020-03-02wallet: make CanGetAddresses() constKarl-Johan Alm
2020-03-02wallet: make KeypoolCountExternalKeys() constKarl-Johan Alm
2020-03-02wallet: make CanGenerateKeys() constKarl-Johan Alm
2020-03-02make BlockUntilSyncedToCurrentChain() constKarl-Johan Alm
2020-03-01Merge #17399: validation: Templatize ValidationState instead of subclassingMarcoFalke
2020-03-01Change example addresses to bech32Yusuf Sahin HAMZA
2020-02-29Merge #18195: test: Add cost_of_change parameter assertions to bnb_search_testMarcoFalke
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-25rpc: Auto-format RPCResultMarcoFalke
2020-02-25Merge #17264: rpc: set default bip32derivs to true for psbt methodsSamuel Dobson
2020-02-25Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson
2020-02-22test: Add cost_of_change parameter assertions to bnb_search_testYancy Ribbens
2020-02-21scripted-diff: Wallet: Rename incorrectly named *UsedDestinationLuke Dashjr
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2020-02-20Merge #18122: rpc: update validateaddress RPCExamples to bech32fanquake
2020-02-19Merge #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recogn...Samuel Dobson
2020-02-17Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan
2020-02-16Merge #18098: scripted-diff: Add missing spaces in RPCResult, Normalize type ...MarcoFalke
2020-02-14Deduplicate the message signing codeVasil Dimov
2020-02-14Deduplicate the message verifying codeVasil Dimov
2020-02-13Merge #17746: refactor: rpc: Remove vector copy from listtransactionsWladimir J. van der Laan
2020-02-13refactor: rpc: Remove vector copy from listtransactionsJoão Barbosa
2020-02-13rpc: update validateaddress RPCExamples to bech32Sebastian Falbesoner
2020-02-12wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognitionRussell Yanofsky
2020-02-09scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke
2020-02-09Merge #18032: rpc: Output a descriptor in createmultisig and addmultisigaddressMarcoFalke
2020-02-05Merge #17804: doc: Misc RPC help fixesWladimir J. van der Laan
2020-02-05Merge #18052: Remove false positive GCC warningWladimir J. van der Laan
2020-02-02Merge #17585: rpc: deprecate getaddressinfo labelSamuel Dobson
2020-02-01Remove false positive GCC warningHennadii Stepanov
2020-01-30Output a descriptor in createmultisig and addmultisigaddressAndrew Chow
2020-01-30psbt_wallet_tests: use unique_ptr for GetSigningProviderAnthony Towns
2020-01-30Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson
2020-01-30Merge #17719: Document better -keypool as a look-ahead safety mechanismSamuel Dobson
2020-01-29Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake
2020-01-23Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow
2020-01-23Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyManAndrew Chow
2020-01-23Box the wallet: Add multiple keyman maps and loopsAndrew Chow
2020-01-23refactor: define a UINT256_ONE global constantAndrew Chow