Age | Commit message (Expand) | Author |
2024-07-17 | Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund... | Ava Chow |
2024-07-17 | doc: getaddressinfo[isscript] is optional | MarcoFalke |
2024-07-01 | wallet: update mempool conflicts tests + docs | ishaanam |
2024-06-27 | [wallet, rpc]: add `max_tx_weight` to tx funding options | ismaelsadeeq |
2024-06-20 | refactor: remove extraneous lock annotations from function definitions | Cory Fields |
2024-06-12 | Merge bitcoin/bitcoin#29015: kernel: Streamline util library | Ava Chow |
2024-06-04 | Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ... | Ava Chow |
2024-06-04 | Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor | Ava Chow |
2024-06-04 | Merge bitcoin/bitcoin#28979: wallet, rpc: document and update `sendall` behav... | Ava Chow |
2024-05-20 | rpc: avoid copying into UniValue | Cory Fields |
2024-05-16 | util: Move util/string.h functions to util namespace | Ryan Ofsky |
2024-05-16 | util: add TransactionError includes and namespace declarations | Ryan Ofsky |
2024-05-16 | util: move fees.h and error.h to common/messages.h | Ryan Ofsky |
2024-05-16 | common: Add PSBTError enum | Ryan Ofsky |
2024-05-16 | util: move util/message to common/signmessage | Ryan Ofsky |
2024-05-15 | rpc: Remove index-based Arg accessor | MarcoFalke |
2024-05-08 | Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec... | Ava Chow |
2024-05-03 | bugfix: addmultisigaddress, add unsupported operation for redeem scripts over... | furszy |
2024-05-03 | fix incorrect multisig redeem script size limit for segwit | furszy |
2024-05-01 | scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes | MarcoFalke |
2024-04-29 | Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name | Ryan Ofsky |
2024-04-25 | Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecode | Ryan Ofsky |
2024-04-24 | scripted-diff: Modernize name of urlDecode function and param | Fabian Jahr |
2024-04-24 | refactor: Remove hooking code for urlDecode | Fabian Jahr |
2024-04-24 | refactor: Replace libevent use in urlDecode with our own code | Fabian Jahr |
2024-04-16 | wallet: return and display signer error | Sjors Provoost |
2024-04-07 | [clang-tidy] Enable the misc-no-recursion check | dergoegge |
2024-03-29 | Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk... | Ryan Ofsky |
2024-03-27 | Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran... | Ryan Ofsky |
2024-03-20 | wallet, rpc: Add createwalletdescriptor RPC | Ava Chow |
2024-03-20 | wallet, rpc: Add gethdkeys RPC | Ava Chow |
2024-03-20 | wallet, rpc: show mempool conflicts in `gettransaction` result | ishaanam |
2024-03-01 | rpc: access some args by name | stickies-v |
2024-02-20 | Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup | fanquake |
2024-02-16 | Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warning | fanquake |
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
2024-02-12 | Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process | Ava Chow |
2024-02-10 | wallet, rpc: implement ancestor aware funding for sendall | ishaanam |
2024-02-10 | rpc, test: test sendall spends unconfirmed change and unconfirmed inputs when... | ishaanam |
2024-02-09 | scripted-diff: rename ZapSelectTx to RemoveTxs | furszy |
2024-02-09 | wallet: batch and simplify ZapSelectTx process | furszy |
2024-02-09 | rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCs | Sebastian Falbesoner |
2024-01-23 | wallet: clarify replaced_by_txid and replaces_txid in help output | marco |
2024-01-19 | refactor: pass CRecipient to FundTransaction | josibake |
2024-01-19 | refactor: simplify `CreateRecipients` | josibake |
2024-01-19 | refactor: remove out param from `ParseRecipients` | josibake |
2024-01-05 | Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion | fanquake |
2023-12-14 | Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning | Ava Chow |
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |