aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-08-19wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-08-19[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-03-12wallet: Close wallet env lock fileJoão Barbosa
2019-03-12wallet: Close dbenv error file db.logJoão Barbosa
2019-03-12Tests: add unit tests for GetWalletEnvPierre Rochard
2019-03-12Trivial: add doxygen-compatible comments relating to BerkeleyEnvironmentPierre Rochard
2019-03-12Free BerkeleyEnvironment instances when not in useRussell Yanofsky
2019-03-11wallet: Create IsDatabaseLoaded functionChun Kuan Lee
2019-03-11Refactor: Move m_db pointers into BerkeleyDatabaseRussell Yanofsky
2019-03-11wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...Chun Kuan Lee
2019-03-11wallet: Fix duplicate fileidChun Kuan Lee
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2019-03-11wallet: Add WalletLocation utility classJoão Barbosa
2019-03-11No longer shutdown after encrypting the walletAndrew Chow
2019-03-11Move BerkeleyEnvironment deletion from internal method to callsiteAndrew Chow
2019-03-11After encrypting the wallet, reload the database environmentAndrew Chow
2019-03-11Add function to close all Db's and reload the databae environmentAndrew Chow
2019-01-31Merge #15002: 0.17: Backport #14941Wladimir J. van der Laan
2019-01-25Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-16rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2018-12-24Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...MarcoFalke
2018-12-09importmulti: Don't add internal addresses to address bookGregory Sanders
2018-12-07rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-05rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa
2018-12-03Refactor PSBTInput signing to enforce invariantGlenn Willen
2018-12-03Simplify arguments to SignPSBTInputGlenn Willen
2018-12-03New PartiallySignedTransaction constructor from CTransctionGlenn Willen
2018-12-03Remove redundant txConst parameter to FillPSBTGlenn Willen
2018-12-03More concise conversion of CDataStream to stringGlenn Willen
2018-12-01Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-11-30Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders
2018-11-28wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift
2018-11-28[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-11Convert non-witness UTXOs to witness if witness sig createdAndrew Chow
2018-09-11Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow
2018-08-28fix walletcreatefundedpsbt deriv paths, add testGregory Sanders
2018-08-27Docs: Fix help message typo optiona -> optionalBen Woosley
2018-08-21RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders
2018-08-21walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders
2018-08-15Only wipe wrong UTXO type data if overwritten by walletPieter Wuille
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-13Merge #13808: wallet: shuffle coins before grouping, where warrantedWladimir J. van der Laan
2018-08-10Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hourMarcoFalke
2018-08-09Use 72 byte dummy signatures when watching only inputs may be usedAndrew Chow
2018-08-09Use 71 byte signature for DUMMY_SIGNATURE_CREATORAndrew Chow
2018-08-10wallet: shuffle coins before grouping, where warrantedKarl-Johan Alm
2018-08-09Use pushKV in some new PSBT RPCs.Daniel Kraft
2018-08-09Merge #13911: doc: Revert translated string change, clarify wallet log messagesMarcoFalke