Age | Commit message (Expand) | Author |
2023-04-14 | Update src/secp256k1 to latest upstream master (v0.3.1 + CI fix) | Pieter Wuille |
2023-04-14 | Squashed 'src/secp256k1/' changes from bdf39000b9..4258c54f4e | Pieter Wuille |
2023-04-13 | Merge bitcoin/bitcoin#27374: p2p: skip netgroup diversity of new connections ... | Andrew Chow |
2023-04-13 | qt: Register `wallet::AddressPurpose` type | Hennadii Stepanov |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-11 | wallet: add AddressPurpose enum to replace string values | Ryan Ofsky |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-11 | Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState target | fanquake |
2023-04-11 | Merge bitcoin/bitcoin#27270: refactor, net processing: Avoid CNode::m_relays_... | fanquake |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: extract wallet "warnings" fields to a util helper | Jon Atack |
2023-04-10 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-04-07 | p2p: skip netgroup diversity of new connections for tor/i2p/cjdns networks | stratospher |
2023-04-05 | Merge bitcoin/bitcoin#27404: ci: use clang-16 in tidy task | fanquake |
2023-04-05 | Merge bitcoin/bitcoin#27317: log: Check that the timestamp string is non-empt... | fanquake |
2023-04-05 | ci: use clang-16 in tidy task | fanquake |
2023-04-03 | test,gui: add coverage for PSBT creation on legacy watch-only wallets | furszy |
2023-04-03 | test,gui: decouple widgets and model into a MiniGui struct | furszy |
2023-04-03 | test,gui: decouple chain and wallet initialization from test case | furszy |
2023-04-03 | gui: 'getAvailableBalance', include watch only balance | furszy |
2023-04-03 | test: add coverage for 'useAvailableBalance' functionality | furszy |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-04-03 | refactor: don't avoid sys/types.h on when building for Windows | fanquake |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-04-02 | Merge bitcoin/bitcoin#27382: miniscript: explicit cast instead of comparing i... | fanquake |
2023-04-02 | Merge bitcoin/bitcoin#27379: net processing: #26140 follow-ups | fanquake |
2023-04-01 | Merge bitcoin-core/gui#724: Update translation source file for v25.0 string f... | Hennadii Stepanov |
2023-03-31 | Merge bitcoin/bitcoin#27274: refactor: remove unused param from legacy pubkey... | fanquake |
2023-03-31 | miniscript: explicit cast instead of comparing integers of different signs | Antoine Poinsot |
2023-03-31 | qt: Update translation source file | Hennadii Stepanov |
2023-03-31 | qt: Adjust plural forms for translations | Hennadii Stepanov |
2023-03-31 | GUI: Send: Make feerates translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: Send/PSBT: Correct virtual size unit and make translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: transactiondesc: Translate outlier "own address" and "watch-only" | Luke Dashjr |
2023-03-31 | GUI: Use translated external signer errors for messagebox text | Luke Dashjr |
2023-03-31 | GUI: Make messages for copying unsigned PSBTs translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m... | Luke Dashjr |
2023-03-31 | GUI: PSBTOperationsDialog: Support translating window title | Luke Dashjr |
2023-03-31 | GUI: Intro: Support translating caption of data directory chooser | Luke Dashjr |
2023-03-31 | GUI: Support translating peer network names | Luke Dashjr |
2023-03-31 | GUI: Support translating address type dropdown entries | Luke Dashjr |
2023-03-31 | [net processing] Pass TxRelay to FindTxForGetData instead of Peer | dergoegge |
2023-03-31 | [net processin] Don't take cs_main in FindTxForGetData | dergoegge |
2023-03-30 | scripted-diff: Rename nUnconnectingHeaders and fPreferHeaders | dergoegge |
2023-03-30 | [net processing] Move m_recently_announced_invs from CNodeState to Peer | dergoegge |
2023-03-30 | [net processing] Annotate m_recently_announced_invs as guarded by g_msgproc_m... | dergoegge |