Age | Commit message (Expand) | Author |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-08-17 | Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli... | fanquake |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-07-22 | Bugfix: RPC: Remove quotes from non-string oneline descriptions | Luke Dashjr |
2023-06-04 | Restorewallet/createwallet help documentation fixups/improvements | Jon Atack |
2023-06-04 | rpc: remove deprecated "warning" field from {create,load,restore,unload}wallet | Sebastian Falbesoner |
2023-06-01 | Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters | Andrew Chow |
2023-05-08 | Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h | Andrew Chow |
2023-05-03 | RPC: Allow RPC methods accepting options to take named parameters | Ryan Ofsky |
2023-05-01 | Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o... | 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: 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-04 | Switch hardened derivation marker to h in descriptors | Sjors Provoost |
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-11-30 | rpc, docs: Add note for commands that supports only legacy wallets | Yusuf Sahin HAMZA |
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 |