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-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-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-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
2021-12-16
Merge bitcoin/bitcoin#23750: rpcwallet: mention labels are disabled for range...
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-15
refactor: remove the wallet folder if the restore fails
w0xlt
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-14
refactor: Implement restorewallet() logic in the wallet section
w0xlt
2021-12-13
wallet: Replace Assume with Assert where needed in coinselection
MarcoFalke
2021-12-12
rpcwallet: mention labels are deactivated for ranged descriptors
Antoine Poinsot
2021-12-12
rpc: Add warning to user about newkeypool command
Samuel Dobson
2021-12-11
Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i...
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#23628: Check descriptors returned by external signers
fanquake
2021-12-09
Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...
W. J. van der Laan
2021-12-09
Merge bitcoin/bitcoin#23346: util, refactor: Improve headers for bitcoin-wall...
MarcoFalke
2021-12-09
Check descriptors returned by external signers
sstone
2021-12-09
Merge bitcoin/bitcoin#23703: scripted-diff: Use named args in RPC docs
fanquake
2021-12-08
rpc: Document that DEFAULT is for Taproot, ALL for everything else
Andrew Chow
2021-12-08
psbt: Actually use SIGHASH_DEFAULT
Andrew Chow
2021-12-08
psbt: Make sighash_type std::optional<int>
Andrew Chow
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
[next]