aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2022-03-16doc: Delete old line of code that was commented outMichael Folkson
2022-03-14Merge bitcoin/bitcoin#24225: wallet: Add sanity checks to DiscourageFeeSnipingAndrew Chow
2022-03-14Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly crea...MarcoFalke
2022-03-11Merge bitcoin/bitcoin#24530: wallet: assert BnB's internally calculated waste...Andrew Chow
2022-03-11Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAddres...MarcoFalke
2022-03-11[wallet] assert BnB internally calculated waste is the same as GetSelectionWa...glozow
2022-03-10Merge bitcoin/bitcoin#24486: wallet: refactor: dedup sqlite blob bindingfanquake
2022-03-10wallet: Add a deprecation warning for newly created legacy walletsAndrew Chow
2022-03-08Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSONAndrew Chow
2022-03-07Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...MarcoFalke
2022-03-06wallet: refactor: dedup sqlite blob bindingSebastian Falbesoner
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-02-28doc: Use human-friendly DefaultHint for change_address/changeAddress in walle...Luke Dashjr
2022-02-28Bugfix: doc: Correct type of change_address/changeAddress in wallet RPC help ...Luke Dashjr
2022-02-28Merge bitcoin/bitcoin#24365: wallet: Don't generate keys for wallets with pri...laanwj
2022-02-23Merge bitcoin/bitcoin#24401: wallet: Add external-signer-support specific err...Andrew Chow
2022-02-22blockstorage: Make m_block_index own CBlockIndex'sCarl Dong
2022-02-22Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...laanwj
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2022-02-20wallet: Add external-signer-support specific error messageHennadii Stepanov
2022-02-18Rename wallet-tool to bitcoin-wallet in code commentKristaps Kaupe
2022-02-17User-facing content fixups from transifex translator feedbackJon Atack
2022-02-16wallet: Don't generate keys when privkeys disabled when upgradingAndrew Chow
2022-02-17doc: Fix typosTaeik Lim
2022-02-10RPC: Return external_signer in getwalletinfoKristaps Kaupe
2022-02-09doc: include wtxid in TransactionDescriptionStringbrunoerg
2022-02-09Use ArgsManager::GetPathArg() for "-walletdir" optionHennadii Stepanov
2022-02-04Re-enable walletinit_verify_walletdir_no_trailing2 test disabled in #20744Ryan Ofsky
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-02-02wallet: Add sanity checks to AntiFeeSnipeMarcoFalke
2022-02-01Merge bitcoin/bitcoin#24083: Revert "Add to spends only transcations from me"Andrew Chow
2022-02-01wallet: add wtxid in WalletTxToJSONbrunoerg
2022-02-01wallet: add GetWitnessHash()brunoerg
2022-01-31Merge bitcoin/bitcoin#24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, r...MarcoFalke
2022-01-27Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serializelaanwj
2022-01-27Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...laanwj
2022-01-26Extract CTxIn::MAX_SEQUENCE_NONFINAL constantMarcoFalke
2022-01-25Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...Andrew Chow
2022-01-25Require CBlockIndex::GetBlockPos() to hold mutex cs_mainJon Atack
2022-01-25wallet: Avoid dropping confirmed coinsMarcoFalke
2022-01-24rpc, wallet: Allow users to specify input weightsAndrew Chow
2022-01-24wallet: Allow user specified input size to overrideAndrew Chow
2022-01-24wallet: add input weights to CCoinControlAndrew Chow
2022-01-19fs: Make compatible with boost 1.78Andrew Chow
2022-01-17Revert "Add to spends only transcations from me"S3RK
2022-01-14wallet: Refactor TopUp to be able to top up inactive chains tooAndrew Chow
2022-01-14interfaces: Remove unused is_finalMarcoFalke
2022-01-11Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...MarcoFalke
2022-01-11Merge bitcoin/bitcoin#24026: Block unsafe std::string fs::path conversion cop...fanquake
2022-01-11Change type of `backup_file` parameter in RestoreWallet/restoreWalletHennadii Stepanov