Age | Commit message (Expand) | Author |
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-09 | scripted-diff: rename ZapSelectTx to RemoveTxs | furszy |
2024-02-09 | wallet: batch and simplify ZapSelectTx process | furszy |
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 |
2023-12-12 | test: wallet, fix change position out of range error | furszy |
2023-12-11 | Remove deprecated -rpcserialversion | MarcoFalke |
2023-12-08 | wallet: return CreatedTransactionResult from FundTransaction | Andrew Chow |
2023-12-08 | wallet: use optional for change position as an optional in CreateTransaction | Andrew Chow |
2023-12-05 | rpc: getwalletinfo, return wallet 'birthtime' | furszy |
2023-12-05 | rpc, doc: encryptwallet, mention HD seed rotation and new backup | furszy |
2023-11-30 | Remove unused version.h include | MarcoFalke |
2023-11-28 | scripted-diff: Use DataStream in most places | MarcoFalke |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-16 | Include version.h in fewer places | Anthony Towns |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-10-19 | rpc: mention that migratewallet can take a while | Andrew Chow |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-10-05 | wallet: No BDB creation, unless -deprecatedrpc=create_bdb | MarcoFalke |
2023-09-26 | rpc: bumpfee, improve doc for 'reduce_output' arg | furszy |
2023-09-19 | Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead... | fanquake |
2023-09-12 | wallet: Use CTxDestination in CRecipient rather than scriptPubKey | Andrew Chow |
2023-09-12 | Add PubKeyDestination for P2PK scripts | Andrew Chow |
2023-09-05 | wallet rpc: return final tx hex from walletprocesspsbt if complete | Matthew Zipkin |
2023-08-24 | rpc: Add MaybeArg() and Arg() default helper | MarcoFalke |
2023-08-22 | Update help text for spend and rawtransaction rpcs | Michael Tidwell |
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-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-14 | Move CScriptID to script.{h/cpp} | Andrew Chow |
2023-08-14 | Remove ScriptHash from CScriptID constructor | Andrew Chow |
2023-07-22 | Bugfix: RPC: Remove quotes from non-string oneline descriptions | Luke Dashjr |
2023-07-20 | Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i... | fanquake |
2023-07-06 | rpc: Drop migratewallet experimental warning | Andrew Chow |
2023-06-26 | bumpfee: Allow original change position to be specified | Andrew Chow |
2023-06-20 | scripted-diff: Following the C++ Standard rules for identifiers with _. | Brotcrunsher |
2023-06-16 | Merge bitcoin/bitcoin#27757: rpc: remove deprecated "warning" field from {cre... | Andrew Chow |
2023-06-14 | Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa... | Ryan Ofsky |
2023-06-08 | rpc, wallet: Include information about blank flag | Andrew Chow |
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 |