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-03-08
Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l...
Andrew Chow
2023-03-08
Merge bitcoin/bitcoin#27180: doc: DummySignInput mention external signer
fanquake
2023-03-06
Merge bitcoin/bitcoin#25806: wallet: group outputs only once, decouple it fro...
Andrew Chow
2023-03-06
Merge bitcoin/bitcoin#25491: wallet: use Mutex for g_sqlite_mutex instead of ...
Andrew Chow
2023-03-06
wallet: single output groups filtering and grouping process
furszy
2023-03-06
wallet: unify outputs grouping process
furszy
2023-03-06
test: coinselector_tests refactor, use CoinsResult instead of plain std::vector
furszy
2023-03-06
wallet: decouple outputs grouping process from each ChooseSelectionResult
furszy
2023-03-06
refactor: make OutputGroup::m_outputs field a vector of shared_ptr
furszy
2023-03-06
test: wallet, add coverage for outputs grouping process
furszy
2023-03-03
wallet: make OutputGroup "positive_only" filter explicit
furszy
2023-03-01
doc: DummySignInput mention external signer
Sjors Provoost
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
[next]