aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2021-05-13Merge bitcoin/bitcoin#21907: wallet: Do not iterate a directory if having an ...Samuel Dobson
2021-05-13Merge bitcoin/bitcoin#21910: refactor: remove redundant fOnlySafe argumentSamuel Dobson
2021-05-12wallet: Do not iterate a directory if having an error while accessing itHennadii Stepanov
2021-05-11Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-11refactor: remove redundant fOnlySafe argumentt-bast
2021-05-10Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransactionW. J. van der Laan
2021-05-10Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellipsis ...W. J. van der Laan
2021-05-10Merge bitcoin/bitcoin#21786: wallet: ensure sat/vB feerates are in range (man...MarcoFalke
2021-05-10Merge bitcoin/bitcoin#21897: rpc: adjust incorrect RPCHelpMan typesMarcoFalke
2021-05-09rpc/listaddressgroupings: redefine inner-most array as ARR_FIXEDKarl-Johan Alm
2021-05-09rpc: for sat/vB fee rates, limit ParseFixedPoint decimals to 3Jon Atack
2021-05-05Merge bitcoin/bitcoin#21817: refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-05-05Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorageW. J. van der Laan
2021-05-04refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-05-04refactor: Use CPubKey vector constructor where possibleMarcoFalke
2021-05-02scripted-diff: Replace three dots with ellipsis in the UI stringsHennadii Stepanov
2021-05-01doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-01scripted-diff: Clarify that feerates are per virtual sizeMarcoFalke
2021-04-30rpc: include_unsafe option for fundrawtransactiont-bast
2021-04-29Merge bitcoin/bitcoin#21759: wallet: document coin selection codefanquake
2021-04-27move-only: Move constants to blockstorageMarcoFalke
2021-04-26refactor + document coin selection strategyglozow
2021-04-26[docs] add doxygen comments to wallet codeglozow
2021-04-26Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNullMarcoFalke
2021-04-22[docs] format existing comments as doxygenglozow
2021-04-19Merge #21679: rpc: Keep default argument value in correct typeMarcoFalke
2021-04-18refactor: Drop CCoinControl::SetNullJoão Barbosa
2021-04-17rpc: Keep default argument value in correct typeJoão Barbosa
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-14Merge #21666: Miscellaneous external signer changesfanquake
2021-04-13Merge #21634: tests: Skip SQLite fsyncs while testingMarcoFalke
2021-04-13wallet: remove CWallet::GetExternalSigner()fanquake
2021-04-13refactor: unify external wallet runtime errorsfanquake
2021-04-13refactor: add missing includes to external signer codefanquake
2021-04-13refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefsfanquake
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-04-08rpc: add help for enumeratesigners and walletdisplayaddressSjors Provoost
2021-04-08Move external signer out of wallet moduleSjors Provoost
2021-04-07Drop JSONRPCRequest constructors after #21366Russell Yanofsky
2021-04-07Merge #21572: Fix wrong wallet RPC context set after #21366MarcoFalke
2021-04-07Merge #21613: build: enable -Wdocumentationfanquake
2021-04-07Merge #21540: wallet: refactor: dedup sqlite statement preparations/deletionsfanquake
2021-04-06doc: fixup -Wdocumentation issuesfanquake
2021-04-06Merge #21598: refactor: Remove negative lock annotations from globalsMarcoFalke
2021-04-05Merge #21302: wallet: createwallet examples for descriptor walletsW. J. van der Laan
2021-04-05refactor: Remove negative lock annotations from globalsMarcoFalke
2021-04-02Fix wrong wallet RPC context set after #21366Russell Yanofsky
2021-04-02wallet: refactor: dedup sqlite statement deletionsSebastian Falbesoner
2021-04-02wallet: refactor: dedup sqlite statement preparationsSebastian Falbesoner
2021-04-02Merge #21063: wallet, rpc: update listdescriptors response formatfanquake