aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Merge bitcoin/bitcoin#24962: prevector: enforce is_trivially_copyable_vMacroFake
2022-05-16Merge bitcoin/bitcoin#25125: test: Slim down versionbits_tests.cppfanquake
2022-05-16Merge bitcoin/bitcoin#25095: rpc: Fix implicit-integer-sign-change in gettxoutfanquake
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-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
2022-05-11Merge bitcoin/bitcoin#25100: Switch scheduler to steady_clockMacroFake
2022-05-11Merge bitcoin/bitcoin#25104: wallet: Change log interval to use `steady_clock`MacroFake
2022-05-11Remove unused GetTimeSecondsMacroFake
2022-05-11Merge bitcoin/bitcoin#25106: rpc: dumptxoutset: check `fopen` return codeMacroFake
2022-05-11rpc: check `fopen` return code in dumptxoutsetSebastian Falbesoner
2022-05-11Merge bitcoin/bitcoin#25090: doc: Explain Bitcoin Core instead of Bitcoin in ...fanquake
2022-05-10wallet: Change log interval to use `steady_clock`w0xlt