aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19build: Enable RPC_DOC_CHECK on --enable-debugMacroFake
2022-05-19Merge bitcoin/bitcoin#25161: rpc: Put undocumented JSON failure mode behind a...MacroFake
2022-05-18rpc: Put undocumented JSON failure mode behind a runtime flagSuhail Saqan
2022-05-18Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-initMacroFake
2022-05-18Merge bitcoin/bitcoin#25126: test: add BIP157 message parsing support (via ME...MacroFake
2022-05-18Merge bitcoin/bitcoin#25157: Fix -rpcwait with -netinfo returning negative ti...MacroFake
2022-05-18Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro...MacroFake
2022-05-18Merge bitcoin/bitcoin#25124: test: Fix intermittent race in p2p_unrequested_b...MacroFake
2022-05-18Merge bitcoin/bitcoin#25076: guix: native GCC 10 toolchain for Linux buildsfanquake
2022-05-17Merge bitcoin/bitcoin#25159: test: use `sendall` in wallet_taproot.py testsAndrew Chow
2022-05-17test: use sendall in wallet_taproot.py testsishaanam
2022-05-17tidy: use modernize-use-default-member-initfanquake
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-17Merge bitcoin/bitcoin#23679: Sanitize `port` in `addpeeraddress()`fanquake
2022-05-17Merge bitcoin/bitcoin#25107: bench: Add `--sanity-check` flag, use it in `mak...fanquake
2022-05-17Use steady_clock in ConnectAndCallRPC and inline time call in loop conditionalJon Atack
2022-05-17Fix -rpcwait with -netinfo printing negative time durationsJon Atack
2022-05-17Merge bitcoin/bitcoin#20640: wallet, refactor: return out-params of CreateTra...fanquake
2022-05-17bench: Make all arguments -kebab-caselaanwj
2022-05-17bench: Add `--sanity-check` flag, use it in `make check`laanwj
2022-05-17Merge bitcoin/bitcoin#24062: refactor: replace RecursiveMutex `m_most_recent_...MacroFake
2022-05-17Merge bitcoin/bitcoin#25114: rpc: remove deprecated "softforks" field from ge...MacroFake
2022-05-16Merge bitcoin/bitcoin#25019: parse external signer master fp as bytes in Exte...Andrew Chow
2022-05-16Merge bitcoin/bitcoin#25088: Wallet: Ensure m_attaching_chain is set before r...Andrew Chow
2022-05-16Add more proper thread safety annotationsHennadii Stepanov
2022-05-16Add proper thread safety annotation to `CWallet::GetTxConflicts()`Hennadii Stepanov
2022-05-16Add proper thread safety annotation to `CachedTxGetAvailableCredit()`Hennadii Stepanov
2022-05-16Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf...Andrew Chow
2022-05-16wallet: CreateTransaction(): return out-params as (optional) structSebastian Falbesoner
2022-05-16wallet: CreateTransactionInternal(): return out-params as (optional) structSebastian Falbesoner
2022-05-16Merge bitcoin/bitcoin#24962: prevector: enforce is_trivially_copyable_vMacroFake
2022-05-16Merge bitcoin/bitcoin#25125: test: Slim down versionbits_tests.cppfanquake
2022-05-16refactor: replace RecursiveMutex `m_most_recent_block_mutex` with MutexSebastian Falbesoner
2022-05-16Merge bitcoin/bitcoin#25095: rpc: Fix implicit-integer-sign-change in gettxoutfanquake
2022-05-16refactor: reduce scope of lock `m_most_recent_block_mutex`Sebastian Falbesoner
2022-05-16Merge bitcoin/bitcoin#25109: Strengthen AssertLockNotHeld assertionsMacroFake
2022-05-16Merge bitcoin/bitcoin#20799: net processing: Only support version 2 compact b...fanquake
2022-05-16Merge bitcoin/bitcoin#24640: Bugfix: RPC/blockchain: Correct description of g...MacroFake
2022-05-16Merge bitcoin/bitcoin#25067: validationinterface: make MainSignalsInstance() ...MacroFake
2022-05-16Merge bitcoin/bitcoin#25092: doc: various developer notes updatesMacroFake
2022-05-15[net processing] Remove redundant nodestate->m_sendcmpct check in MaybeSetPee...John Newbery
2022-05-15[net processing] Only relay blocks by cmpctblock and cache for fast relay if ...John Newbery
2022-05-15[net processing] Rename CNodeState compact block membersJohn Newbery
2022-05-15[net processing] Tidy up `sendcmpct` processingJohn Newbery
2022-05-15[net processing] fPreferHeaderAndIDs implies fProvidesHeaderAndIDsJohn Newbery
2022-05-15[net processing] Remove fWantsCmpctWitnessJohn Newbery
2022-05-15[net processing] Remove fSupportsDesiredCmpctVersionJohn Newbery
2022-05-15[net processing] Simplify `sendcmpct` processingJohn Newbery
2022-05-15[net processing] Only accept `sendcmpct` with version=2John Newbery
2022-05-15[net processing] Only advertise support for version 2 compact blocksJohn Newbery