Age | Commit message (Expand) | Author |
2023-05-02 | Merge bitcoin/bitcoin#26094: rpc: Return block hash & height in getbalances, ... | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o... | Andrew Chow |
2023-04-26 | rpc: return block hash & height in getbalances, gettransaction & getwalletinf... | Harris |
2023-04-26 | Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor... | Andrew Chow |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: extract wallet "warnings" fields to a util helper | Jon Atack |
2023-04-10 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-26 | clang-tidy: Add `performance-inefficient-vector-operation` check | Hennadii Stepanov |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-08 | Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l... | Andrew Chow |
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-13 | rpc, wallet: add `abandoned` field for all categories of transactions in List... | brunoerg |
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 |