Age | Commit message (Expand) | Author |
2022-07-20 | compat: document S_I* defines when building for Windows | fanquake |
2022-07-19 | Merge bitcoin/bitcoin#25494: indexes: Stop using node internal types | fanquake |
2022-07-19 | Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp... | MacroFake |
2022-07-18 | Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks | Andrew Chow |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-18 | Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cached... | fanquake |
2022-07-15 | Merge bitcoin/bitcoin#25551: refactor: Throw exception on invalid Univalue pu... | fanquake |
2022-07-14 | Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet | MacroFake |
2022-07-13 | refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULL | MacroFake |
2022-07-13 | Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag... | fanquake |
2022-07-12 | refactor: Return BResult from restoreWallet | MacroFake |
2022-07-12 | wallet: change `ScanForWalletTransactions` to use `Ticks()` | w0xlt |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-07-11 | wallet: Precompute Txdata after setting PSBT inputs' UTXOs | Andrew Chow |
2022-07-11 | Merge bitcoin/bitcoin#25562: test: add tests for negative waste during coin s... | Andrew Chow |
2022-07-08 | Merge bitcoin/bitcoin#25481: wallet: unify max signature logic | Andrew Chow |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-07-08 | send: refactor CreateTransaction flow to return a BResult<CTransactionRef> | furszy |
2022-07-08 | wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult' | furszy |
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 | 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-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 |