aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf...Andrew Chow
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
2022-05-15[net] Stop testing version 1 compact blocks.John Newbery
2022-05-15Merge bitcoin/bitcoin#25123: test: Fix race condition in index prune testMacroFake
2022-05-14test: Fix race condition in index pruning testFabian Jahr
2022-05-13test: Slim down versionbits_tests.cppMacroFake
2022-05-13doc: add release notes about removal of the `deprecatedrpc=softforks` flagSebastian Falbesoner
2022-05-13rpc: remove deprecated "softforks" field from getblockchaininfoSebastian Falbesoner
2022-05-13rpc: Fix implicit-integer-sign-change in gettxoutMacroFake
2022-05-13Merge bitcoin/bitcoin#25113: Bump univalue subtreefanquake
2022-05-13Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...MacroFake
2022-05-13Merge bitcoin/bitcoin#25117: test: Check msg type in msg capture is followed ...MacroFake
2022-05-13Merge bitcoin/bitcoin#25119: net, refactor: move StartExtraBlockRelayPeers() ...MacroFake
2022-05-13Merge bitcoin/bitcoin#25121: test: compare `/mempool/info` response with `get...MacroFake
2022-05-12test: compare `/mempool/info` response with `getmempoolinfo` RPCbrunoerg
2022-05-12Merge bitcoin/bitcoin#25115: scripted-diff: replace non-standard fixed width ...fanquake
2022-05-12refactor: move StartExtraBlockRelayPeers from header to implementationJon Atack
2022-05-12test: Check msg type in msg capture is followed by zerosMacroFake
2022-05-12scripted-diff: replace non-standard fixed width integer types (`u_int`...` ->...Sebastian Falbesoner
2022-05-12Bump univalue subtreeMacroFake
2022-05-12Squashed 'src/univalue/' changes from a44caf65fe..6c19d050a9MacroFake
2022-05-12Merge bitcoin/bitcoin#25102: Remove unused GetTimeSecondsMacroFake
2022-05-12Merge bitcoin/bitcoin#25099: guix: bump time-machine to 998eda3067c7d21e0d9bb...fanquake
2022-05-12Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...MacroFake
2022-05-11Merge bitcoin/bitcoin#25051: Bugfix: configure: Define defaults for enable_ar...laanwj
2022-05-12sync.h: strengthen AssertLockNotHeld assertionAnthony Towns
2022-05-12Increase threadsafety annotation coverageAnthony Towns