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
2023-02-23
wallet: skip R-value grinding for external signers
Sjors Provoost
2023-02-23
wallet: annotate bools in descriptor SPKM FillPSBT()
Sjors Provoost
2023-02-22
Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null characters
Andrew Chow
2023-02-22
Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...
fanquake
2023-02-21
wallet, rpc: Update migratewallet help text for encrypted wallets
Andrew Chow
2023-02-21
Detailed error message for passphrases with null chars
John Moffett
2023-02-21
Pass all characters to SecureString including nulls
John Moffett
2023-02-21
Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...
Andrew Chow
2023-02-20
Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX wi...
fanquake
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...
Andrew Chow
2023-02-16
Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`
Andrew Chow
2023-02-16
wallet: Be able to unlock the wallet for migration
Andrew Chow
2023-02-16
rpc: Allow users to specify wallet name for migratewallet
Andrew Chow
2023-02-16
wallet: Allow MigrateLegacyToDescriptor to take a wallet name
Andrew Chow
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-15
refactor: remove <util/system.h> include from wallet.h
furszy
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-15
wallet: set '-walletnotify' script instead of access global args manager
furszy
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
2023-02-15
wallet: reuse change dest when recreating TX with avoidpartialspends
Matthew Zipkin
2023-02-14
wallet: ensure that the passphrase is not deleted from memory when being used...
ishaanam
2023-02-14
wallet: keep track of when the passphrase is needed when rescanning
ishaanam
2023-02-11
wallet: check solvability using descriptor in AvailableCoins
Antoine Poinsot
2023-02-10
Zero out wallet master key upon lock
John Moffett
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-02-05
Remove `-sysperms` option
Hennadii Stepanov
2023-02-03
Merge bitcoin/bitcoin#25966: test: Remove redundant test
Andrew Chow
2023-02-01
Merge bitcoin/bitcoin#26910: wallet: migrate wallet, exit early if no legacy ...
Andrew Chow
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-30
Merge bitcoin/bitcoin#26499: wallet: Abandon descendants of orphaned coinbases
glozow
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-26
refactor: Extract RIPEMD160
Ben Woosley
2023-01-26
Merge bitcoin/bitcoin#25296: Add DataStream without ser-type and ser-version ...
fanquake
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-26
Merge bitcoin/bitcoin#26960: refactor: Remove c_str from util/check
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26955: wallet: permit mintxfee=0
fanquake
2023-01-24
refactor: Remove c_str from util/check
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
2023-01-23
wallet: permit mintxfee=0
willcl-ark
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-18
Merge bitcoin/bitcoin#25659: wallet: simplify ListCoins implementation
Andrew Chow
2023-01-18
wallet: migrate wallet, exit early if no legacy data exist
furszy
2023-01-17
doc: Fix incorrect sendmany RPC doc
MarcoFalke
2023-01-17
wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`
Seibart Nedor
2023-01-17
wallet: extract and reuse RPC argument format definition for outputs
Seibart Nedor
2023-01-17
Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)
fanquake
2023-01-16
Merge bitcoin/bitcoin#25375: rpc: add minconf/maxconf options to sendall and ...
Andrew Chow
2023-01-11
Merge bitcoin/bitcoin#26675: wallet: For feebump, ignore abandoned descendant...
Andrew Chow
[next]