aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-09-02Merge #16185: gettransaction: add an argument to decode the transactionMeshCollider
2019-08-31Merge #16716: wallet: Use wallet name instead of pointer on unload/releasefanquake
2019-08-30gettransaction: add an argument to decode the transactiondarosior
2019-08-29wallet: extract PubKey from P2PK script with SolverSebastian Falbesoner
2019-08-25wallet: Use wallet name instead of pointer on unload/releaseJoão Barbosa
2019-08-21Merge #16572: wallet: Fix Char as Bool in Walletfanquake
2019-08-16Give more errors for specific failure conditionsAndrew Chow
2019-08-16Return an error from descriptor Parse that gives more information about what ...Andrew Chow
2019-08-16Merge #16383: rpcwallet: default include_watchonly to true for watchonly walletsfanquake
2019-08-12Merge #16557: [wallet] restore coinbase and confirmed/conflicted checks in Su...MarcoFalke
2019-08-09[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-08Fix Char as Bool in interfacesJeremy Rubin
2019-08-06[wallet] restore coinbase check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-02Merge #16097: Refactor: Add Flags enum to ArgsManager classMarcoFalke
2019-08-02Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...MarcoFalke
2019-08-02Merge #15911: Use wallet RBF default for walletcreatefundedpsbtMarcoFalke
2019-08-01Remove duplicate checks in SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Introduce CWalletTx::SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Merge #16277: [Tests] Suppress output in test_bitcoin for expected errorsWladimir J. van der Laan
2019-08-01Merge #16394: Allow createwallet to take empty passwords to make unencrypted ...MeshCollider
2019-08-01Merge #16502: wallet: Drop unused OldKeyfanquake
2019-07-31wallet: Drop unused OldKeyJoão Barbosa
2019-07-31Merge #15906: [wallet] Move min_depth and max_depth to coin controlWladimir J. van der Laan
2019-07-30[wallet] Remove CMerkleTx serialization logicJohn Newbery
2019-07-30[wallet] Flatten CWalletTx class hierarchyJohn Newbery
2019-07-30[wallet] Move CMerkleTx functions into CWalletTxJohn Newbery
2019-07-30Add setting as known typePeter Bushnell
2019-07-30Merge #16475: wallet: Enumerate walletdb keysfanquake
2019-07-29Allow createwallet to take empty passwords to make unencrypted walletsAndrew Chow
2019-07-29Merge #16399: wallet: Improve wallet creationMarcoFalke
2019-07-27wallet: Rename CWalletKey to OldKeyMarcoFalke
2019-07-27wallet: Enumerate walletdb keysMarcoFalke
2019-07-27Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov
2019-07-27[doc] rpc: remove "fallback to" from RBF default helpSjors Provoost
2019-07-27[rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-07-27Merge #15588: Log the actual wallet file version and no longer publicly expos...MeshCollider
2019-07-27Merge #16402: Remove wallet settings from chainparamsMeshCollider
2019-07-27Merge #15996: rpc: Deprecate totalfee argument in `bumpfee`MeshCollider
2019-07-26Merge #16301: Use CWallet::Import* functions in all import* RPCsMarcoFalke
2019-07-26deprecate totalFee argument in bumpfee RPC callGregory Sanders
2019-07-24Have importwallet use ImportPrivKeys and ImportScriptsAndrew Chow
2019-07-24Optionally allow ImportScripts to set script creation timestampAndrew Chow
2019-07-24Have importaddress use ImportScripts and ImportScriptPubKeysAndrew Chow
2019-07-24Have importpubkey use CWallet's ImportScriptPubKeys and ImportPubKeys functionsAndrew Chow
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-22extract min & max depth onto coin controlAmiti Uttarwar