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
/
rpc
Age
Commit message (
Expand
)
Author
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-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-15
refactor: remove <util/system.h> include from wallet.h
furszy
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
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-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-26
refactor: Extract RIPEMD160
Ben Woosley
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
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-11
rpc: add minconf and maxconf options to sendall
ishaanam
2023-01-11
Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund calls
Juan Pablo Civile
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2023-01-11
Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...
MarcoFalke
2023-01-10
Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with tests
Andrew Chow
2023-01-09
Merge bitcoin/bitcoin#26618: rpc: Prevent unloading a wallet when rescanning
Andrew Chow
2023-01-04
refactor: Add sanity checks in LabelFromValue
Aurèle Oulès
2023-01-04
rpc: Sanitize label name in various RPCs
Aurèle Oulès
2023-01-04
Merge bitcoin/bitcoin#26795: rpc: Correct RPCHelpMan for fundrawtransaction's...
MarcoFalke
2023-01-03
Merge bitcoin/bitcoin#26192: rpc: Improve error when wallet is already loaded
Andrew Chow
2023-01-02
rpc: Correct RPCHelpMan for fundrawtransaction's input_weights field
jdjkelly@gmail.com
2022-12-30
rpc: Remove duplicate field in RPCHelpMan for gettransactions
Joshua Kelly
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-20
Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support
Andrew Chow
2022-12-16
Merge bitcoin/bitcoin#24865: rpc: Enable wallet import on pruned nodes and ad...
Andrew Chow
2022-12-10
Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame...
fanquake
2022-12-08
rpc: Prevent unloading a wallet when rescanning
Aurèle Oulès
2022-12-08
rpc: Enable wallet import on pruned nodes
Aurèle Oulès
2022-12-07
bugfix: Strict type checking for RPC boolean parameters
MarcoFalke
2022-12-06
wallet, rpc: add `label` to `listsinceblock`
brunoerg
2022-12-06
refactor, wallet: use optional for `label` in `ListTransactions`
brunoerg
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-01
Merge bitcoin/bitcoin#26594: wallet: Avoid a segfault in migratewallet failur...
fanquake
2022-11-30
wallet: Explicitly say migratewallet on encrypted wallets is unsupported
Andrew Chow
2022-11-15
Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase...
Andrew Chow
[next]