aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-12Merge bitcoin/bitcoin#26048: mempool clean up: replace update_* structs with ...MacroFake
2022-09-10Merge bitcoin/bitcoin#26009: test: remove Boost Test from libtest_utilMacroFake
2022-09-09Merge bitcoin/bitcoin#26040: doc: comment "add only reachable addresses to ad...MacroFake
2022-09-09[mempool] replace update_descendant_state with lambdaglozow
2022-09-09Merge bitcoin/bitcoin#25853: net: update testnet torv3 hardcoded seeds for 24.xMacroFake
2022-09-09doc: comment "add only reachable addresses to addrman"Kristaps Kaupe
2022-09-07Merge bitcoin/bitcoin#25678: p2p: skip querying dns seeds if `-onlynet` disab...fanquake
2022-09-07Merge bitcoin/bitcoin#25983: Prevent data race for `pathHandlers`MacroFake
2022-09-06Merge bitcoin/bitcoin#26010: RPC: fix sendall docsAndrew Chow
2022-09-06p2p: Don't query DNS seeds when both IPv4 and IPv6 are unreachableMartin Zumsande
2022-09-06p2p: add only reachable addresses to addrmanMartin Zumsande
2022-09-06Merge bitcoin/bitcoin#25946: Update chainparams for 24.0 releaseMacroFake
2022-09-05RPC: fix sendall docsAnthony Towns
2022-09-05Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...glozow
2022-09-05test: remove Boost Test from libtest utilfanquake
2022-09-02Prevent data race for `pathHandlers`Hennadii Stepanov
2022-09-02Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constnessMacroFake
2022-09-01Merge bitcoin/bitcoin#25614: Severity-based logging, step 2Andrew Chow
2022-09-01Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...Andrew Chow
2022-09-01Merge bitcoin/bitcoin#25951: log: Move validation option logging to LoadChain...MacroFake
2022-09-01Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors resultAndrew Chow
2022-09-01Move blockstorage option logging to LoadChainstate()MacroFake
2022-09-01scripted-diff: net: rename permissionFlags to permission_flagsAnthony Towns
2022-09-01net: make CNode::m_prefer_evict constAnthony Towns
2022-09-01net: make CNode::m_permissionFlags constAnthony Towns
2022-09-01net: add CNodeOptions for optional CNode constructor paramsAnthony Towns
2022-09-01qt: Update translation source file for string freezeHennadii Stepanov
2022-09-01Merge bitcoin/bitcoin#25887: init: avoid unsetting service bits from `nLocalS...MacroFake
2022-09-01Merge bitcoin/bitcoin#25959: doc: Fix link to MurmurHash3.cpp (moved from Goo...MacroFake
2022-09-01Merge bitcoin/bitcoin#25967: refactor: add LIFETIMEBOUND to blockfilter where...MacroFake
2022-09-01Merge bitcoin/bitcoin#25960: p2p: Headers-sync followupsfanquake
2022-08-31refactor: add LIFETIMEBOUND to blockfilter where neededstickies-v
2022-08-31Merge bitcoin/bitcoin#25963: CBlockLocator: performance-move-const-arg Clang ...MacroFake
2022-08-31CBlockLocator: performance-move-const-arg Clang tidy fixupsJon Atack
2022-08-31Update chainparams for 24.0 releaseJanna
2022-08-31rpc: sort listdescriptors resultSjors Provoost
2022-08-31Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)fanquake
2022-08-30Fix typo from PR25717Suhas Daftuar
2022-08-30Bypass headers anti-DoS checks for NoBan peersSuhas Daftuar
2022-08-30Merge bitcoin/bitcoin#25733: tidy: enable bugprone-use-after-moveMacroFake
2022-08-30Move headerssync logging to BCLog::NETSuhas Daftuar
2022-08-30Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers syncfanquake
2022-08-30tidy: enable bugprone-use-after-movefanquake
2022-08-30test: work around bugprone-use-after-move warnings in util testsfanquake
2022-08-30Fix link to MurmurHash3.cpp from Austin Applebydontbyte
2022-08-29descriptors: addr() and raw() should return false for ToPrivateStringAndrew Chow
2022-08-29Add migratewallet RPCAndrew Chow
2022-08-29Implement MigrateLegacyToDescriptorAndrew Chow
2022-08-29Implement MigrateToSQLiteAndrew Chow
2022-08-29wallet: Deduplicate Resend and ReacceptWalletTransactionsAndrew Chow