aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2021-06-28Remove unused wallet pointer from NotifyAddressBookChangedMarcoFalke
2021-06-28Remove unused wallet pointer from NotifyTransactionChanged signalMarcoFalke
2021-06-24Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo...W. J. van der Laan
2021-06-23Merge bitcoin/bitcoin#22166: Add support for inferring tr() descriptorsSamuel Dobson
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-06-22Opportunistically use bech32m change addresses if availableAndrew Chow
2021-06-22Add OutputType::BECH32MAndrew Chow
2021-06-22Limit LegacyScriptPubKeyMan address typesAndrew Chow
2021-06-22wallet: Add missing BlockUntilSyncedToCurrentChainMarcoFalke
2021-06-18Report address as solvable based on inferred descriptorPieter Wuille
2021-06-18Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...Samuel Dobson
2021-06-16refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usageSjors Provoost
2021-06-16refactor: clean up external_signer.h includesSjors Provoost
2021-06-12Add support for SIGHASH_DEFAULT in RPCs, and make it defaultPieter Wuille
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2021-06-12Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is activeW. J. van der Laan
2021-06-12Merge bitcoin/bitcoin#22214: refactor: Rearrange fillPSBT argumentsfanquake
2021-06-10Allow tr() import only when Taproot is activeAndrew Chow
2021-06-10scripted-diff: wallet/test: Use existing chainmanCarl Dong
2021-06-10Rearrange fillPSBT argumentsRussell Yanofsky
2021-06-09Merge bitcoin/bitcoin#22173: wallet: Do not load external signers wallets whe...Samuel Dobson
2021-06-09Merge bitcoin/bitcoin#21944: wallet: Fix issues when `walletdir` is root dire...Samuel Dobson
2021-06-09Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...Samuel Dobson
2021-06-09Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)Samuel Dobson
2021-06-06Do not load external signers wallets when unsupportedAndrew Chow
2021-06-03Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptorsW. J. van der Laan
2021-06-03Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to guiW. J. van der Laan
2021-06-01Fix issues when `walletdir` is root directoryunknown
2021-05-31refactor: Switch serialize to uint8_t (1/n)MarcoFalke
2021-05-30scripted-diff: Rename SelectCoinsMinConf to AttemptSelectionAndrew Chow
2021-05-30Move vin filling to before final fee settingAndrew Chow
2021-05-30Set m_subtract_fee_outputs during recipients vector loopAndrew Chow
2021-05-30Move variable initializations to where they are usedAndrew Chow
2021-05-30Move recipients vector checks to beginning of CreateTransactionAndrew Chow
2021-05-30Rename nSubtractFeeFromAmount in CreateTransactionAndrew Chow
2021-05-30Rename nValue and nValueToSelectAndrew Chow
2021-05-30Remove extraneous scope in CreateTransactionInternalAndrew Chow
2021-05-30Move cs_wallet lock in CreateTransactionInternal to top of functionAndrew Chow
2021-05-30Merge bitcoin/bitcoin#21207: MOVEONLY: CWallet transaction code out of wallet...Samuel Dobson
2021-05-27gui: display address on external signerSjors Provoost
2021-05-27wallet: add displayAddress to interfaceSjors Provoost
2021-05-27scripted-diff: Fix ellipsis after pr20773Hennadii Stepanov
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-25Merge bitcoin/bitcoin#22021: rpc: bumpfee/psbtbumpfee fixes and updatesMarcoFalke
2021-05-24Separate WitnessV1Taproot variant in CTxDestinationPieter Wuille
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo