index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
Age
Commit message (
Expand
)
Author
2022-03-02
Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...
laanwj
2022-02-28
Merge bitcoin/bitcoin#24365: wallet: Don't generate keys for wallets with pri...
laanwj
2022-02-23
Merge bitcoin/bitcoin#24401: wallet: Add external-signer-support specific err...
Andrew Chow
2022-02-22
Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...
laanwj
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-20
wallet: Add external-signer-support specific error message
Hennadii Stepanov
2022-02-18
Rename wallet-tool to bitcoin-wallet in code comment
Kristaps Kaupe
2022-02-17
User-facing content fixups from transifex translator feedback
Jon Atack
2022-02-16
wallet: Don't generate keys when privkeys disabled when upgrading
Andrew Chow
2022-02-17
doc: Fix typos
Taeik Lim
2022-02-10
RPC: Return external_signer in getwalletinfo
Kristaps Kaupe
2022-02-09
Use ArgsManager::GetPathArg() for "-walletdir" option
Hennadii Stepanov
2022-02-04
Re-enable walletinit_verify_walletdir_no_trailing2 test disabled in #20744
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-01
Merge bitcoin/bitcoin#24083: Revert "Add to spends only transcations from me"
Andrew Chow
2022-01-31
Merge bitcoin/bitcoin#24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, r...
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-27
Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...
laanwj
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...
Andrew Chow
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-24
rpc, wallet: Allow users to specify input weights
Andrew Chow
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
2022-01-24
wallet: add input weights to CCoinControl
Andrew Chow
2022-01-19
fs: Make compatible with boost 1.78
Andrew Chow
2022-01-17
Revert "Add to spends only transcations from me"
S3RK
2022-01-14
wallet: Refactor TopUp to be able to top up inactive chains too
Andrew Chow
2022-01-14
interfaces: Remove unused is_final
MarcoFalke
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Merge bitcoin/bitcoin#24026: Block unsafe std::string fs::path conversion cop...
fanquake
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-10
refactor: Block unsafe std::string fs::path conversion copy_file calls
Hennadii Stepanov
2022-01-10
Merge bitcoin/bitcoin#23884: doc: Remove outdated scriptChange TODO comment
Andrew Chow
2022-01-07
Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo...
fanquake
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-05
Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum is ...
laanwj
2022-01-05
Move functions to BlockManager
MarcoFalke
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-28
Merge bitcoin/bitcoin#23840: doc: Fix -changetype help text
fanquake
2021-12-27
doc: Remove outdated scriptChange TODO comment
MarcoFalke
2021-12-27
doc: Remove fixed TODO from wallet/feebumper
MarcoFalke
2021-12-26
wallettool: Check that the dumpfile checksum is the correct size
Andrew Chow
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-22
doc: Fix -changetype help text
MarcoFalke
2021-12-21
wallet: add taprootEnabled() to interface
Sjors Provoost
2021-12-20
Merge bitcoin/bitcoin#23341: RPC: Better safety with newkeypool command and w...
Andrew Chow
2021-12-17
wallet: Strictly match tx change type to improve privacy
MarcoFalke
[next]