aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-12GUI: remove now unneeded 'm_balances' field from overviewpagefurszy
2022-08-12GUI: 'getAvailableBalance', use cached balance if the user did not select UTX...furszy
2022-08-12GUI: use cached balance in overviewpage and sendcoinsdialogfurszy
2022-08-12GUI: add getter for WalletModel::m_cached_balances fieldfurszy
2022-08-12GUI: sendCoinsDialog, remove duplicate wallet().getBalances() callfurszy
2022-05-09Merge bitcoin/bitcoin#24946: Unroll the ChaCha20 inner loop for performanceMacroFake
2022-05-06Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...MacroFake
2022-05-06Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...MacroFake
2022-05-06Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...MacroFake
2022-05-05Wrap boost::replace_allMacroFake
2022-05-05Sanity assert GetAncestor() != nullptr where appropriateAdam Jonas
2022-05-05Merge bitcoin/bitcoin#24141: Rename message_command variables in src/net* and...MacroFake
2022-05-04Merge bitcoin/bitcoin#22235: script: add script to generate example bitcoin.conflaanwj
2022-05-04Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerrorlaanwj
2022-05-04Unroll the ChaCha20 inner loop for performancePieter Wuille
2022-05-04doc: update init.cpp -conf help textjosibake
2022-05-04Merge bitcoin/bitcoin#24852: util: optimize HexStrlaanwj
2022-05-04Merge bitcoin/bitcoin#24976: netgroup: Follow-up for #22910fanquake
2022-05-04Merge bitcoin/bitcoin#25057: refactor: replace remaining boost::split with Sp...fanquake
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2022-05-04Merge bitcoin/bitcoin#25060: blockstorage: add LIFETIMEBOUND to GetFirstStore...MacroFake
2022-05-04Merge bitcoin/bitcoin#25058: rpc: Move output script RPCs to separate file, r...fanquake
2022-05-04Merge bitcoin/bitcoin#25040: refactor: Pass lifetimebound reference to Single...MacroFake
2022-05-04Merge bitcoin/bitcoin#25047: tidy: add readability-redundant-declarationMacroFake
2022-05-04fuzz: SplitString with multiple separatorsMartin Leitner-Ankerl
2022-05-04http: replace boost::split with SplitStringMartin Leitner-Ankerl
2022-05-04core_read: Replace boost::split with SplitStringMartin Leitner-Ankerl
2022-05-04Extend Split to work with multiple separatorsMartin Leitner-Ankerl
2022-05-03blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_timeJon Atack
2022-05-03Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...MacroFake
2022-05-03Merge bitcoin/bitcoin#25053: Guard `#include <config/bitcoin-config.h>`fanquake
2022-05-03scripted-diff: Rename rpc/misc.cpp to rpc/node.cppMacroFake
2022-05-03rpc: Move output script RPCs to separate fileMacroFake
2022-05-03Merge bitcoin/bitcoin#25029: rpc: Move fee estimation RPCs to separate fileMacroFake
2022-05-02Guard `#include <config/bitcoin-config.h>`Hennadii Stepanov
2022-05-02Merge bitcoin/bitcoin#25017: validation: make CScriptCheck and prevector swap...MacroFake
2022-05-01tidy: add readability-redundant-declarationfanquake
2022-04-30Reject invalid rpcauth formatsMacroFake
2022-04-30Merge bitcoin/bitcoin#24543: net processing: Move remaining globals into Peer...MacroFake
2022-04-30Pass lifetimebound reference to SingleThreadedSchedulerClientMacroFake
2022-04-29rpc: Move fee estimation RPCs to separate fileMacroFake
2022-04-29test: Remove boost::split from getarg_tests.cppMacroFake
2022-04-29Merge bitcoin/bitcoin#25025: test: Remove boost::split from rpc_tests.cppMacroFake
2022-04-29Merge bitcoin/bitcoin#25016: refactor: GetFirstStoredBlock() and getblockchai...fanquake
2022-04-29Merge bitcoin/bitcoin#25024: test: Split MempoolAncestryTests into twofanquake
2022-04-29Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg util...fanquake
2022-04-29test: Remove boost::split from rpc_tests.cppMacroFake
2022-04-29test: Split MempoolAncestryTests into twoMacroFake
2022-04-29Merge bitcoin/bitcoin#25009: Crash debug builds on PCKG_MEMPOOL_ERRORMacroFake
2022-04-28Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros...Andrew Chow