Age | Commit message (Expand) | Author |
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: 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-21 | Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede... | Andrew Chow |
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-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-11 | rpc: Run type check against RPCArgs | MarcoFalke |
2023-01-10 | Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with tests | 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 |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-08 | rpc: Enable wallet import on pruned nodes | Aurèle Oulès |
2022-12-06 | rpc, wallet: use the same `next_index` in listdescriptors and importdescriptors | w0xlt |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-10-25 | rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle... | Sebastian Falbesoner |
2022-10-13 | Merge bitcoin/bitcoin#26205: wallet: #25768 follow ups | fanquake |
2022-09-30 | Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini... | MacroFake |
2022-09-29 | refactor: remove unused locks for ResubmitWalletTransactions | stickies-v |
2022-09-26 | doc, rpc: mention that `listdescriptors` result is sorted by string represent... | Sebastian Falbesoner |
2022-09-17 | rpc: Allow importmulti watchonly imports with locked wallet | Aurèle Oulès |
2022-09-13 | rpc: Set RPCArg options with designated initializers | MacroFake |
2022-09-05 | Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac... | glozow |
2022-09-01 | Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors result | Andrew Chow |
2022-08-31 | rpc: sort listdescriptors result | Sjors Provoost |
2022-08-29 | wallet: Deduplicate Resend and ReacceptWalletTransactions | Andrew Chow |
2022-08-24 | scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/) | Sebastian Falbesoner |
2022-07-26 | refactor: remove unnecessary string initializations | fanquake |
2022-07-25 | scripted-diff: Replace NullUniValue with UniValue::VNULL | MacroFake |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-03 | rpc, wallet: Document mempool rescan after importdescriptor, importwallet | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importmulti | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importpubkey | Fabian Jahr |
2022-07-03 | rpc, wallet: Document and test mempool scan after importprivkey | João Barbosa |
2022-07-03 | rpc, wallet: Document and test mempool scan after importaddress | João Barbosa |
2022-06-14 | doc: Update importaddress mention incompatibility with descriptor wallet | BrokenProgrammer |
2022-06-04 | doc: Fix typo in importdescriptors | Kolby Moroz Liebl |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-04-26 | Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors | fanquake |