Age | Commit message (Expand) | Author |
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-06 | rpc, wallet: use the same `next_index` in listdescriptors and importdescriptors | w0xlt |
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-30 | rpc, docs: Add note for commands that supports only legacy wallets | Yusuf Sahin HAMZA |
2022-11-15 | Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase... | Andrew Chow |
2022-11-03 | rpc: doc: add missing option "bech32m" for `change_type` parameters | Sebastian Falbesoner |
2022-10-31 | refactor: move url.h/cpp from lib util to lib common | fanquake |
2022-10-29 | scripted-diff: wallet: rename AvailableCoinsParams members to snake_case | furszy |
2022-10-29 | wallet: group AvailableCoins filtering parameters in a single struct | furszy |
2022-10-29 | RPC: listunspent, add "include immature coinbase" flag | furszy |
2022-10-27 | Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{transac... | Andrew Chow |
2022-10-26 | Merge bitcoin/bitcoin#25957: wallet: fast rescan with BIP157 block filters fo... | Andrew Chow |
2022-10-26 | rpc: make `address` field optional | w0xlt |
2022-10-25 | rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle... | Sebastian Falbesoner |
2022-10-20 | wallet: Check utxo prevout index out of bounds in sendall | Andrew Chow |
2022-10-20 | rpc: Improve error when wallet is already loaded | Aurèle Oulès |
2022-10-19 | wallet: Correctly check ismine for sendall | Andrew Chow |
2022-10-13 | Merge bitcoin/bitcoin#26205: wallet: #25768 follow ups | fanquake |
2022-10-01 | refactor: move Boost datetime usage to wallet | 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-21 | Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE... | fanquake |
2022-09-20 | Merge bitcoin/bitcoin#26116: rpc: Allow importmulti watchonly imports with lo... | Andrew Chow |
2022-09-20 | Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ... | MacroFake |
2022-09-17 | rpc: Allow importmulti watchonly imports with locked wallet | Aurèle Oulès |
2022-09-15 | rpc: remove unneeded RPCTypeCheckArgument checks | furszy |
2022-09-15 | Fix issues identified by codespell 2.2.1 and update ignored words | Jon Atack |
2022-09-15 | wallet: fix sendall creates tx that fails tx-size check | kouloumos |
2022-09-15 | Merge bitcoin/bitcoin#26084: sendall: check if the maxtxfee has been exceeded | MacroFake |
2022-09-13 | sendall: check if the maxtxfee has been exceeded | ishaanam |
2022-09-13 | RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are provided | furszy |
2022-09-13 | rpc: Set RPCArg options with designated initializers | MacroFake |
2022-09-06 | Merge bitcoin/bitcoin#26010: RPC: fix sendall docs | Andrew Chow |