aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2021-05-26MOVEONLY: CWallet transaction code out of wallet.cpp/.hRussell Yanofsky
2021-05-26Merge bitcoin/bitcoin#18418: wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100fanquake
2021-05-26Replace size/weight estimate tuple with struct for named fieldsGregory Sanders
2021-05-26Merge bitcoin/bitcoin#17331: Use effective values throughout coin selectionSamuel Dobson
2021-05-19Have OutputGroup determine the value to useAndrew Chow
2021-05-19Remove CreateTransaction while loop and some related variablesAndrew Chow
2021-05-19Remove use_bnb and bnb_usedAndrew Chow
2021-05-19Do both BnB and Knapsack coin selection in SelectCoinsMinConfAndrew Chow
2021-05-19Have KnapsackSolver actually use effective valuesAndrew Chow
2021-05-19Roll static tx fees into nValueToSelect instead of having it be separateAndrew Chow
2021-05-19Move output reductions for fee to after coin selectionAndrew Chow
2021-05-19wallet: make chain optional for CWallet::CreateIvan Metlushko
2021-05-19CWallet::Create move chain init message up into calling codeIvan Metlushko
2021-05-19refactor: Add CWallet:::AttachChain methodRussell Yanofsky
2021-05-19refactor: move first run detection to client codeIvan Metlushko
2021-05-18wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100Fabian Jahr
2021-05-13Make cost_of_change part of CoinSelectionParamsAndrew Chow
2021-05-13Move some calculations to common code in SelectCoinsMinConfAndrew Chow
2021-05-13scripted-diff: rename some variablesAndrew Chow
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-04refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-05-02scripted-diff: Replace three dots with ellipsis in the UI stringsHennadii Stepanov
2021-04-30rpc: include_unsafe option for fundrawtransactiont-bast
2021-04-26refactor + document coin selection strategyglozow
2021-04-13wallet: remove CWallet::GetExternalSigner()fanquake
2021-04-13refactor: unify external wallet runtime errorsfanquake
2021-04-13refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefsfanquake
2021-03-21Merge #21040: wallet: Fix already-loading message grammarMarcoFalke
2021-03-17Merge #21415: refactor: remove Optional & nulloptWladimir J. van der Laan
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-17Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...Samuel Dobson
2021-03-16Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-16wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-16wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-16wallet: Replace nFeeRateNeeded with effective_feeAndrew Chow
2021-03-16wallet: Use existing feerate instead of getting a new oneAndrew Chow
2021-03-15Add new format string placeholders for walletnotify to include relevant block...Maayan Keshet
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-09Merge #18842: wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2021-03-09Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...Samuel Dobson
2021-03-07wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2021-03-03wallet: Add IsAddressUsed / SetAddressUsed methodsRussell Yanofsky
2021-03-03interfaces: Stop exposing wallet destdata to guiRussell Yanofsky
2021-02-23rpc: send: support external signerSjors Provoost
2021-02-23rpc: signerdisplayaddressSjors Provoost
2021-02-23wallet: ExternalSigner: add GetDescriptors methodSjors Provoost
2021-02-23wallet: add GetExternalSigner()Sjors Provoost
2021-02-23wallet: add ExternalSignerScriptPubKeyManSjors Provoost