Age | Commit message (Expand) | Author |
2024-03-07 | rpc: Avoid copies in JSONRPCReplyObj() | Matthew Zipkin |
2024-03-07 | test: cover JSONRPC 2.0 requests, batches, and notifications | Matthew Zipkin |
2024-03-07 | test: refactor interface_rpc.py | Matthew Zipkin |
2023-12-22 | Merge bitcoin/bitcoin#28880: build: switch to using LLVM 17.x for macOS builds | fanquake |
2023-12-21 | Merge bitcoin/bitcoin#29056: refactor: Print verbose serialize compiler error... | Ava Chow |
2023-12-21 | Merge bitcoin/bitcoin#29027: wallet: fix key parsing check for miniscript exp... | Ava Chow |
2023-12-21 | depends: patch around non-determinism in qt | fanquake |
2023-12-21 | build: rename native_clang to native_llvm | fanquake |
2023-12-21 | Revert "build: Patch Qt to handle minimum macOS version properly" | fanquake |
2023-12-21 | guix: use clang-toolchain-17 for macOS build | fanquake |
2023-12-21 | build: Bump `native_clang` up to 17.0.6 | Hennadii Stepanov |
2023-12-20 | Merge bitcoin/bitcoin#28372: fuzz: coinselection, improve `min_viable_change`... | Ava Chow |
2023-12-20 | Merge bitcoin/bitcoin#29115: [doc]: add doxygen comment describing what `Che... | glozow |
2023-12-19 | Merge bitcoin/bitcoin#29037: Add multiplication operator to CFeeRate | Ava Chow |
2023-12-19 | [doc]: add doxygen return comment for CheckPackageLimits | ismaelsadeeq |
2023-12-18 | Merge bitcoin/bitcoin#28863: wallet, mempool: propagete `checkChainLimits` er... | glozow |
2023-12-18 | Merge bitcoin/bitcoin#29064: fuzz: Improve fuzzing stability for minisketch h... | fanquake |
2023-12-18 | Merge bitcoin/bitcoin#29078: build: Bump guix time-machine to unlock riscv64 ... | fanquake |
2023-12-18 | Merge bitcoin/bitcoin#29079: fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MES... | fanquake |
2023-12-18 | Merge bitcoin/bitcoin#28844: contrib: drop GCC MAX_VERSION to 4.3.0 in symbol... | fanquake |
2023-12-17 | wallet, mempool: propagete `checkChainLimits` error message to wallet | ismaelsadeeq |
2023-12-15 | Merge bitcoin/bitcoin#29088: tests: Don't depend on value of DEFAULT_PERMIT_B... | Ava Chow |
2023-12-15 | Allow std::byte C-style array serialization | MarcoFalke |
2023-12-15 | refactor: Print verbose serialize compiler error messages | MarcoFalke |
2023-12-15 | Merge bitcoin/bitcoin#29087: Update security.md contact for achow101 | fanquake |
2023-12-15 | fuzz: coinselection, improve `min_viable_change`/`change_output_size` | brunoerg |
2023-12-15 | tests: ensure functional tests set permitbaremultisig=1 when needed | Anthony Towns |
2023-12-15 | tests: test both settings for permitbaremultisig in p2sh tests | Anthony Towns |
2023-12-14 | Update security.md contact for achow101 | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn... | Ava Chow |
2023-12-14 | [fuzz] Improve fuzzing stability for minisketch harness | dergoegge |
2023-12-14 | Merge bitcoin/bitcoin#29070: test: add TestNode wait_until helper | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#29022: Make bitcoin-tx replaceable value optional | Ava Chow |
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |
2023-12-14 | Merge bitcoin/bitcoin#29080: ci: Set `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK`... | Hennadii Stepanov |
2023-12-14 | ci: Set `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` to avoid failures | Hennadii Stepanov |
2023-12-14 | fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MESSAGE_LENGTH | MarcoFalke |
2023-12-14 | build: Bump guix time-machine to unlock riscv64 metal | MarcoFalke |
2023-12-13 | Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of range ... | Ava Chow |
2023-12-13 | Merge bitcoin/bitcoin#29075: msvc: Fix `test\config.ini` content | fanquake |
2023-12-13 | msvc: Fix `test\config.ini` content | Hennadii Stepanov |
2023-12-13 | Merge bitcoin/bitcoin#29066: Bump minimum required Boost version due to migra... | fanquake |
2023-12-13 | Merge bitcoin/bitcoin#28967: build: disable external-signer for Windows | fanquake |
2023-12-13 | Merge bitcoin/bitcoin#29068: test: Actually fail when a python unit test fails | fanquake |
2023-12-13 | Merge bitcoin/bitcoin#28846: depends: fix libmultiprocess build on aarch64 | fanquake |
2023-12-13 | test: add TestNode wait_until helper | Nikodemas Tuckus |
2023-12-13 | Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath | fanquake |
2023-12-12 | test: Actually fail when a python unit test fails | MarcoFalke |