aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-11wallet: Add wallet/types.h for simple public enum and struct typesRyan Ofsky
2023-04-11Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s...Andrew Chow
2023-04-11Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState targetfanquake
2023-04-11Merge bitcoin/bitcoin#27270: refactor, net processing: Avoid CNode::m_relays_...fanquake
2023-04-05Merge bitcoin/bitcoin#27404: ci: use clang-16 in tidy taskfanquake
2023-04-05Merge bitcoin/bitcoin#27317: log: Check that the timestamp string is non-empt...fanquake
2023-04-05ci: use clang-16 in tidy taskfanquake
2023-04-03test,gui: add coverage for PSBT creation on legacy watch-only walletsfurszy
2023-04-03test,gui: decouple widgets and model into a MiniGui structfurszy
2023-04-03test,gui: decouple chain and wallet initialization from test casefurszy
2023-04-03gui: 'getAvailableBalance', include watch only balancefurszy
2023-04-03test: add coverage for 'useAvailableBalance' functionalityfurszy
2023-04-03gui: bugfix, getAvailableBalance skips selected coinsfurszy
2023-04-03refactor: don't avoid sys/types.h on when building for Windowsfanquake
2023-04-03Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/systemfanquake
2023-04-02Merge bitcoin/bitcoin#27382: miniscript: explicit cast instead of comparing i...fanquake
2023-04-02Merge bitcoin/bitcoin#27379: net processing: #26140 follow-upsfanquake
2023-04-01Merge bitcoin-core/gui#724: Update translation source file for v25.0 string f...Hennadii Stepanov
2023-03-31Merge bitcoin/bitcoin#27274: refactor: remove unused param from legacy pubkey...fanquake
2023-03-31miniscript: explicit cast instead of comparing integers of different signsAntoine Poinsot
2023-03-31qt: Update translation source fileHennadii Stepanov
2023-03-31qt: Adjust plural forms for translationsHennadii Stepanov
2023-03-31GUI: Send: Make feerates translatableLuke Dashjr
2023-03-31Bugfix: GUI: Send/PSBT: Correct virtual size unit and make translatableLuke Dashjr
2023-03-31Bugfix: GUI: transactiondesc: Translate outlier "own address" and "watch-only"Luke Dashjr
2023-03-31GUI: Use translated external signer errors for messagebox textLuke Dashjr
2023-03-31GUI: Make messages for copying unsigned PSBTs translatableLuke Dashjr
2023-03-31Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m...Luke Dashjr
2023-03-31GUI: PSBTOperationsDialog: Support translating window titleLuke Dashjr
2023-03-31GUI: Intro: Support translating caption of data directory chooserLuke Dashjr
2023-03-31GUI: Support translating peer network namesLuke Dashjr
2023-03-31GUI: Support translating address type dropdown entriesLuke Dashjr
2023-03-31[net processing] Pass TxRelay to FindTxForGetData instead of Peerdergoegge
2023-03-31[net processin] Don't take cs_main in FindTxForGetDatadergoegge
2023-03-30scripted-diff: Rename nUnconnectingHeaders and fPreferHeadersdergoegge
2023-03-30[net processing] Move m_recently_announced_invs from CNodeState to Peerdergoegge
2023-03-30[net processing] Annotate m_recently_announced_invs as guarded by g_msgproc_m...dergoegge
2023-03-30[net processing] Move fPreferHeaders from CNodeState to Peerdergoegge
2023-03-30[net processing] Annotate fPreferHeaders as guarded by g_msgproc_mutexdergoegge
2023-03-30[net processing] Move m_headers_sync_timeout from CNodeState to Peerdergoegge
2023-03-30[net processing] Annotate m_headers_sync_timeout as guarded by g_msgproc_mutexdergoegge
2023-03-30[net processing] Move nUnconnectingHeaders from CNodeState to Peerdergoegge
2023-03-30[net processing] Annotate nUnconnectingHeaders as guarded by g_msgproc_mutexdergoegge
2023-03-30[validation] Annotate ChainstateManager::m_best_header as guarded by cs_maindergoegge
2023-03-30refactor: Drop no longer used `CNetMsgMaker` instancesHennadii Stepanov
2023-03-28Merge bitcoin/bitcoin#27344: fuzz: Remove legacy int parse fuzz testsfanquake
2023-03-28Merge bitcoin/bitcoin#27324: net: #27257 follow-upsfanquake
2023-03-27test: Fix intermittent failure in ChainStateManager testsMartin Zumsande
2023-03-27Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet openHennadii Stepanov
2023-03-27fuzz: Remove legacy int parse fuzz testsMarcoFalke