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-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 |
2022-04-26 | Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe... | fanquake |
2022-04-25 | rpc: Explain active and internal in listdescriptors | Andrew Chow |
2022-04-16 | util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN... | Aurèle Oulès |
2022-04-11 | refactor: introduce single-separator split helper `SplitString` | Sebastian Falbesoner |
2022-04-06 | doc: Convert remaining comments to clang-tidy format | MarcoFalke |
2022-02-03 | refactor: replace boost::filesystem with std::filesystem | Kiminuo |
2022-01-11 | Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:... | MarcoFalke |
2022-01-11 | Change type of `backup_file` parameter in RestoreWallet/restoreWallet | Hennadii Stepanov |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |