Age | Commit message (Expand) | Author |
2022-07-08 | Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access | Andrew Chow |
2022-07-07 | test: add tests for negative waste during coin selection | ishaanam |
2022-07-06 | wallet: clean AllInputsMine code, use InputIsMine internally | furszy |
2022-07-06 | Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if subtra... | Andrew Chow |
2022-07-05 | wallet: don't iter twice when getting the cached debit/credit amount | Antoine Poinsot |
2022-07-05 | wallet: clean InputIsMine code, use GetWalletTx | furszy |
2022-07-05 | wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' arg from CachedTxGetAvailableCredit | furszy |
2022-07-05 | wallet: remove always false 'recalculate' arg from GetCachableAmount | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' from CachedTxGetImmatureCredit | furszy |
2022-07-03 | rpc, wallet: Document mempool rescan after importdescriptor, importwallet | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importmulti | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importpubkey | Fabian Jahr |
2022-07-03 | rpc, wallet: Document and test mempool scan after importprivkey | João Barbosa |
2022-07-03 | rpc, wallet: Document and test mempool scan after importaddress | João Barbosa |
2022-07-03 | wallet: Rescan mempool for transactions as well | Fabian Jahr |
2022-06-30 | Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal... | MacroFake |
2022-06-30 | wallet: don't add change fee to target if subtracting fees from output | S3RK |
2022-06-29 | Merge bitcoin/bitcoin#25497: wallet: more accurate target for large transactions | Andrew Chow |
2022-06-29 | wallet: more accurate tx_noinputs_size | S3RK |
2022-06-28 | Revert "bnb: exit selection when best_waste is 0" | Murch |
2022-06-28 | Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run faster | fanquake |
2022-06-28 | wallet: use CCoinControl to estimate signature size | S3RK |
2022-06-28 | wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize | S3RK |
2022-06-27 | wallet: also search taproot pubkeys in FillPSBT | Andrew Chow |
2022-06-27 | psbt: Remove non_witness_utxo for segwit v1+ | Andrew Chow |
2022-06-24 | rpc: Fix Univalue push_backV OOM in listtransactions | MacroFake |
2022-06-23 | wallet test: Add unit test for wallet scan save_progress option | Ryan Ofsky |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-06-22 | refactor: 'ListReceived' use optional for filtered address | furszy |
2022-06-22 | refactor: RPC 'ListReceived', encapsulate m_address_book access | furszy |
2022-06-22 | refactor: RPC 'listlabels', encapsulate 'CWallet::ListAddrBookLabels' functio... | furszy |
2022-06-21 | Merge bitcoin/bitcoin#25427: wallet: remove extra wtx lookup in AddToSpends | Andrew Chow |
2022-06-21 | refactor: use 'ForEachAddrBookEntry' in RPC 'getaddressesbylabel' | furszy |
2022-06-21 | refactor: use ForEachAddrBookEntry in interfaces::getAddresses | furszy |
2022-06-21 | wallet: implement ForEachAddrBookEntry method | furszy |
2022-06-21 | refactor: implement general 'ListAddrBookAddresses' for addressbook destinati... | furszy |
2022-06-20 | wallet: avoid extra wtx lookup in AddToSpends | furszy |
2022-06-19 | scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs | furszy |
2022-06-19 | refactor: use GetWalletTx in SelectCoins instead of access mapWallet | furszy |
2022-06-19 | wallet: move "use-only coinControl inputs" below the selected inputs lookup | furszy |
2022-06-19 | wallet: unify “allow/block other inputs“ concept | furszy |
2022-06-18 | wallet: fix warning: "argument name 'feerate' in comment does not match param... | furszy |
2022-06-17 | Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi... | Andrew Chow |
2022-06-16 | walletdb: fix last client version update | furszy |
2022-06-16 | Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external | Andrew Chow |
2022-06-16 | wallet: don't read db every time that a new WalletBatch is created | furszy |
2022-06-15 | Merge bitcoin/bitcoin#25368: doc: Update importaddress mention incompatibilit... | Andrew Chow |
2022-06-14 | doc: Update importaddress mention incompatibility with descriptor wallet | BrokenProgrammer |