aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-26unit test: add CheckConflictTopology case for not the only childGreg Sanders
2024-03-26build, macos: Drop unused `osx_volname` targetHennadii Stepanov
2024-03-26unit test: check tx4 conflict error messageGreg Sanders
2024-03-26unit test: have CompareFeerateDiagram tested with diagrams both waysGreg Sanders
2024-03-26ImprovesFeerateDiagram: Spelling fix and removal of unused diagram vectorsGreg Sanders
2024-03-26doc: fix comment about non-existing CompareFeeFracGreg Sanders
2024-03-26test: Refactor subtree exclusion in lint testsBrandon Odiwuor
2024-03-26Merge bitcoin/bitcoin#29722: 28950 followupsglozow
2024-03-26Merge bitcoin/bitcoin#29242: Mempool util: Add RBF diagram checks for single ...glozow
2024-03-25Merge bitcoin/bitcoin#28928: test: add coverage for bech32m in `wallet_keypoo...Ava Chow
2024-03-25Merge bitcoin/bitcoin#29706: depends: set two CMake options globallyfanquake
2024-03-25Merge bitcoin/bitcoin#29718: Correct '-dbcache' to '-prune'fanquake
2024-03-25use const ref for client_maxfeerateGreg Sanders
2024-03-25scripted-diff: Rename max_sane_feerate to client_maxfeerateGreg Sanders
2024-03-25Merge bitcoin/bitcoin#29660: lint: Fix COMMIT_RANGE issuesfanquake
2024-03-25Merge bitcoin/bitcoin#29696: tidy: remove todo, set minimum CMake to 3.22fanquake
2024-03-25depends: always set CMAKE_POSITION_INDEPENDENT_CODE=ONfanquake
2024-03-25depends: always set CMAKE_INSTALL_LIBDIR=lib/fanquake
2024-03-25Merge bitcoin/bitcoin#29488: depends: always configure with `--with-pic`fanquake
2024-03-25Merge bitcoin/bitcoin#29636: test: #29007 follow upsfanquake
2024-03-25correct '-dbcache' to '-prune'Ben Westgate
2024-03-23init: clarify -test error0xb10c
2024-03-23addrman: drop /*deterministic=*/ comment0xb10c
2024-03-23test: check that addrman seeding is successful0xb10c
2024-03-22Merge bitcoin/bitcoin#29672: validation: Make translations of fatal errors co...Ava Chow
2024-03-22Merge bitcoin/bitcoin#28998: rpc: "addpeeraddress tried" return error on failureAva Chow
2024-03-22Merge bitcoin/bitcoin#29704: test: make p2p_handshake robust against timeoffs...fanquake
2024-03-22Merge bitcoin/bitcoin#29647: Avoid divide-by-zero in header sync logs when No...Ava Chow
2024-03-22test: make p2p_handshake robust against timeoffset warningsstickies-v
2024-03-22tidy: remove C compiler checkfanquake
2024-03-22tidy: set CMAKE_CXX_STANDARD to 20fanquake
2024-03-22tidy: remove terminfo TODOfanquake
2024-03-22tidy: set minimum CMake to 3.22fanquake
2024-03-22Merge bitcoin/bitcoin#29703: doc: Rename `contrib/devtools/bitcoin-tidy/READM...fanquake
2024-03-22doc: Rename `contrib/devtools/bitcoin-tidy/README` to `README.md`Hennadii Stepanov
2024-03-21lint: Fix COMMIT_RANGE issuesMarcoFalke
2024-03-21guix: build GCC with --enable-standard-branch-protectionfanquake
2024-03-21node: Use log levels in noui_ThreadSafeMessageBoxTheCharlatan
2024-03-21node: Make translations of fatal errors consistentTheCharlatan
2024-03-21Merge bitcoin/bitcoin#29651: guix: bump time-machine to dc4842797bfdc5f9f3f5f...fanquake
2024-03-21cli: improve bitcoin-cli error when not connectedwillcl-ark
2024-03-20Merge bitcoin/bitcoin#29671: index: avoid "failed to commit" errors on initia...Ava Chow
2024-03-20test: Add test for createwalletdescriptorAva Chow
2024-03-20wallet: Test upgrade of pre-taproot wallet to have tr() descriptorsAva Chow
2024-03-20wallet, rpc: Add createwalletdescriptor RPCAva Chow
2024-03-20wallet: Be able to retrieve single key from descriptorsAva Chow
2024-03-20wallet: Add GetActiveHDPubKeys to retrieve xpubs from active descriptorsAva Chow
2024-03-20wallet, descspkm: Refactor wallet descriptor generation to standalone funcAndrew Chow
2024-03-20wallet: Refactor function for single DescSPKM setupAndrew Chow
2024-03-20tests: Test for gethdkeysAva Chow