Age | Commit message (Expand) | Author |
2022-06-14 | doc: Update importaddress mention incompatibility with descriptor wallet | BrokenProgrammer |
2022-06-08 | wallet: avoid extra IsSpentKey -> GetWalletTx lookups | furszy |
2022-06-08 | wallet: IsSpent, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: return 'CoinsResult' struct in `AvailableCoins` | furszy |
2022-06-06 | Merge bitcoin/bitcoin#25220: rpc: fix incorrect warning for address type p2sh... | laanwj |
2022-06-06 | rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig... | brunoerg |
2022-06-04 | doc: Fix typo in importdescriptors | Kolby Moroz Liebl |
2022-05-23 | Merge bitcoin/bitcoin#25083: Set effective_value when initializing a COutput | Andrew Chow |
2022-05-23 | Merge bitcoin/bitcoin#25122: rpc: getreceivedbylabel, return early if no addr... | Andrew Chow |
2022-05-21 | Set effective_value when initializing a COutput | ishaanam |
2022-05-20 | rpc: getreceivedbylabel, don't loop over the entire wallet txs map if no dest... | furszy |
2022-05-20 | Merge bitcoin/bitcoin#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin... | MacroFake |
2022-05-19 | Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64 | fanquake |
2022-05-19 | rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logic | Sebastian Falbesoner |
2022-05-18 | Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init | MacroFake |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-05-18 | Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro... | MacroFake |
2022-05-18 | wallet: do not count wallet utxos as external | S3RK |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-05-17 | Merge bitcoin/bitcoin#20640: wallet, refactor: return out-params of CreateTra... | fanquake |
2022-05-16 | Add proper thread safety annotation to `CWallet::GetTxConflicts()` | Hennadii Stepanov |
2022-05-16 | Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf... | Andrew Chow |
2022-05-16 | wallet: CreateTransaction(): return out-params as (optional) struct | Sebastian Falbesoner |
2022-04-26 | Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors | fanquake |
2022-04-26 | Merge bitcoin/bitcoin#24959: Remove not needed clang-format off comments | laanwj |
2022-04-26 | Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe... | fanquake |
2022-04-25 | rpc: bumpfee signer support | Sjors Provoost |
2022-04-25 | rpc: document bools in FillPSBT() calls | Sjors Provoost |
2022-04-25 | rpc: Explain active and internal in listdescriptors | Andrew Chow |
2022-04-25 | Remove not needed clang-format off comments | MarcoFalke |
2022-04-24 | Merge bitcoin/bitcoin#24812: util/check: Add CHECK_NONFATAL identity function... | MarcoFalke |
2022-04-16 | util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN... | Aurèle Oulès |
2022-04-14 | rpc, wallet: setwalletflags warnings are optional | Andrew Chow |
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-04-04 | refactor: fix clang-tidy named args usage | fanquake |
2022-03-30 | refactor: use named args when ScriptToUniv or TxToUniv are invoked | Michael Dietz |
2022-03-30 | Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweep | MarcoFalke |
2022-03-29 | Add sendall RPC née sweep | Murch |
2022-03-28 | Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente... | fanquake |
2022-03-25 | wallet: Prevent wallet unload on GetWalletForJSONRPCRequest | João Barbosa |
2022-03-25 | Extract FinishTransaction from send() | Murch |
2022-03-25 | Extract interpretation of fee estimation arguments | Murch |
2022-03-25 | Elaborate error messages for outdated options | Murch |
2022-03-25 | Extract prevention of outdated option names | Murch |
2022-03-24 | Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput | fanquake |
2022-03-24 | rpc: Fail to return undocumented or misdocumented JSON | MarcoFalke |
2022-03-24 | Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit... | MarcoFalke |
2022-03-23 | wallet: Replace CWalletTx in COutput with COutPoint and CTxOut | Andrew Chow |