Age | Commit message (Expand) | Author |
2023-04-11 | Merge bitcoin/bitcoin#27436: test: LLVM/Clang 16 for MSAN jobs | fanquake |
2023-04-10 | Merge bitcoin/bitcoin#27441: doc: correct sqlite & qrencode versions used in ... | Andrew Chow |
2023-04-10 | Merge bitcoin/bitcoin#27440: contrib: followups to #27358 (verify-binaries) | Andrew Chow |
2023-04-10 | test: fix importmulti/importdescriptors assertion | Jon Atack |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | doc: release note for wallet RPCs "warning" field deprecation | Jon Atack |
2023-04-10 | test: createwallet "warning" field deprecation test | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | test: add test coverage for "warnings" field in createwallet | 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-10 | tests: Make sure that bumpfee feerate checks work when replacing outputs | Andrew Chow |
2023-04-10 | bumpfee: Check the correct feerate when replacing outputs | Andrew Chow |
2023-04-10 | test: LLVM/Clang 16 for MSAN jobs | fanquake |
2023-04-09 | Merge bitcoin/bitcoin#26741: doc: FreeBSD DataDirectoryGroupReadable Setting | fanquake |
2023-04-09 | contrib: minor doc improvements in verify-binaries | fanquake |
2023-04-09 | contrib: fixup verifybinaries example docs | fanquake |
2023-04-09 | doc: correct sqlite & qrencode versions used in depenendencies.md | fanquake |
2023-04-09 | contrib: move verify scripts to verify-binaries | fanquake |
2023-04-07 | doc: update DataDirectoryGroupReadable 1 in tor.md | Jesse Barton |
2023-04-07 | Merge bitcoin/bitcoin#27358: contrib: allow multi-sig binary verification v2 | fanquake |
2023-04-07 | Merge bitcoin/bitcoin#27429: ci: Run base install at most once | fanquake |
2023-04-06 | verifybinaries: fix argument type error pointed out by mypy | Cory Fields |
2023-04-06 | verifybinaries: catch the correct exception | Cory Fields |
2023-04-06 | verifybinaries: fix OS download filter | Cory Fields |
2023-04-06 | verifybinaries: use recommended keyserver by default | Cory Fields |
2023-04-06 | verifybinaries: remove unreachable code | Cory Fields |
2023-04-06 | verifybinaries: Don't delete shasums file | Cory Fields |
2023-04-06 | verifybinaries: README cleanups | Cory Fields |
2023-04-06 | verifybinaries: remove awkward bitcoin-core prefix handling | Cory Fields |
2023-04-06 | verifybinaries: move all current examples to the pub subcommand | Cory Fields |
2023-04-07 | p2p: skip netgroup diversity of new connections for tor/i2p/cjdns networks | stratospher |
2023-04-06 | ci: Run base install at most once | MarcoFalke |
2023-04-06 | Merge bitcoin/bitcoin#27423: ci: fix git dubious permissions error | fanquake |
2023-04-06 | Merge bitcoin/bitcoin#27335: Fixes compile errors in MSVC build #27332 | fanquake |
2023-04-05 | Fixes compile errors in MSVC build #27332 | Ethan Heilman |
2023-04-05 | Merge bitcoin/bitcoin#27404: ci: use clang-16 in tidy task | fanquake |
2023-04-05 | ci: fix git dubious permissions error | josibake |
2023-04-05 | Merge bitcoin/bitcoin#27406: depends: add `NO_HARDEN=` option | fanquake |
2023-04-05 | Merge bitcoin/bitcoin#27418: test: Remove windows workaround in authproxy | 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-05 | Merge bitcoin/bitcoin#27420: build: remove ancient unused define | fanquake |
2023-04-05 | Merge bitcoin/bitcoin#26832: compat: move (win) S_* defines into bdb | fanquake |
2023-04-04 | build: remove ancient unused define | Cory Fields |
2023-04-04 | test: Remove windows workaround in authproxy | MarcoFalke |
2023-04-04 | Merge bitcoin/bitcoin#27389: test: refactor: replace unnecessary `BytesIO` uses | fanquake |
2023-04-04 | depends: add NO_HARDEN option | fanquake |
2023-04-03 | test,gui: add coverage for PSBT creation on legacy watch-only wallets | furszy |