aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-03Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...Andrew Chow
2023-01-03Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...Andrew Chow
2023-01-03Merge bitcoin/bitcoin#26192: rpc: Improve error when wallet is already loadedAndrew Chow
2023-01-03Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove...Andrew Chow
2023-01-03Merge bitcoin/bitcoin#25932: refactor: Simplify backtrack logicAndrew Chow
2023-01-03Merge bitcoin/bitcoin#26702: refactor: walletdb: drop unused `FindWalletTx` p...Andrew Chow
2022-12-30rpc: Remove duplicate field in RPCHelpMan for gettransactionsJoshua Kelly
2022-12-29Merge bitcoin/bitcoin#26481: bench: Suppress output when running with `-sanit...MarcoFalke
2022-12-24scripted-diff: Insert missed copyright headerHennadii Stepanov
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-21gui: create tx, launch error dialog if backend throws runtime_errorfurszy
2022-12-21wallet: coin selection, add duplicated inputs checksfurszy
2022-12-21wallet: return accurate error messages from Coin Selectionfurszy
2022-12-21wallet: make SelectCoins flow return util::Resultfurszy
2022-12-21wallet: refactor eight consecutive 'AttemptSelection' calls into a loopfurszy
2022-12-21Merge bitcoin/bitcoin#26265: POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to...Andrew Chow
2022-12-21Merge bitcoin/bitcoin#26734: doc: Fixup getrawtransaction RPC docsfanquake
2022-12-21Merge bitcoin-core/gui#687: Load PSBTs using istreambuf_iterator rather than ...MarcoFalke
2022-12-21doc: Refactor/Format getrawtransaction RPC docs and add ScriptPubKeyDoc functionDouglas Chimento
2022-12-20Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer supportAndrew Chow
2022-12-20Merge bitcoin-core/gui#605: Delete splash screen widget earlyHennadii Stepanov
2022-12-19Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytesGreg Sanders
2022-12-19Merge bitcoin/bitcoin#26515: rpc: skip getpeerinfo for a peer without CNodeSt...MarcoFalke
2022-12-19Merge bitcoin/bitcoin#25311: refactor: remove CBlockIndex copy constructionfanquake
2022-12-18qt: Load PSBTs using istreambuf_iterator rather than istream_iteratorAndrew Chow
2022-12-17Merge bitcoin/bitcoin#26710: refactor: Fix `performance-for-range-copy` in he...MarcoFalke
2022-12-17Merge bitcoin/bitcoin#26708: clang-tidy: Fix `modernize-use-nullptr` in headersMarcoFalke
2022-12-17Merge bitcoin/bitcoin#26120: refactor: Make bitcoin-util grind_task tsan frie...MarcoFalke
2022-12-16Merge bitcoin/bitcoin#24865: rpc: Enable wallet import on pruned nodes and ad...Andrew Chow
2022-12-16clang-tidy: Fix `performance-for-range-copy` in headersHennadii Stepanov
2022-12-16Make bitcoin-util grind_task tsan friendlyMacroFake
2022-12-15clang-tidy: Fix `readability-redundant-string-init` in headersHennadii Stepanov
2022-12-15clang-tidy: Fix `modernize-use-nullptr` in headersHennadii Stepanov
2022-12-15remove CBlockIndex copy constructionJames O'Beirne
2022-12-15walletdb: refactor: drop unused `FindWalletTx` parameter and renameSebastian Falbesoner
2022-12-14Merge bitcoin/bitcoin#26668: wallet: if only have one output type, don't perf...Andrew Chow
2022-12-14test: move coins result test to wallet_tests.cppfurszy
2022-12-14test: extend and simplify availablecoins_testsfurszy
2022-12-13Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...Andrew Chow
2022-12-13Merge bitcoin-core/gui#682: Don't directly delete abandoned txes from GUIHennadii Stepanov
2022-12-13Merge bitcoin/bitcoin#26643: wallet: Move fee underpayment check to after all...Andrew Chow
2022-12-13Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named paramet...MarcoFalke
2022-12-13mempool: log/halt when CalculateMemPoolAncestors fails unexpectedlystickies-v
2022-12-13mempool: add AssumeCalculateMemPoolAncestors helper functionstickies-v
2022-12-13mempool: use util::Result for CalculateMemPoolAncestorsstickies-v
2022-12-13Merge bitcoin/bitcoin#26477: validation: fix broken maxtipage comparisonfanquake
2022-12-12mempool: use util::Result for CalculateAncestorsAndCheckLimitsstickies-v
2022-12-12Merge bitcoin/bitcoin#26199: p2p: Don't self-advertise during version processingMarcoFalke
2022-12-10Merge bitcoin/bitcoin#26666: refactor: Deleted unreachable code in httpserver...MarcoFalke
2022-12-10Merge bitcoin/bitcoin#26673: univalue: Remove confusing getBool methodfanquake