aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-05Merge bitcoin/bitcoin#25970: Add headerssync tuning parameters optimization s...fanquake
2023-10-05Merge bitcoin-core/gui#754: Add BIP324-specific labels to peer detailsHennadii Stepanov
2023-10-04Merge bitcoin/bitcoin#28577: net: raise V1_PREFIX_LEN from 12 to 16Andrew Chow
2023-10-04gui: Add wallet name to address book pagepablomartin4btc
2023-10-04Merge bitcoin/bitcoin#27823: init: return error when block index is non-conti...Andrew Chow
2023-10-04net: raise V1_PREFIX_LEN from 12 to 16Pieter Wuille
2023-10-04Merge bitcoin/bitcoin#27598: bench: Add SHA256 implementation specific benchm...fanquake
2023-10-04qt: Add "Session id" label to peer detailsHennadii Stepanov
2023-10-04Merge bitcoin/bitcoin#28551: http: bugfix: allow server shutdown in case of r...fanquake
2023-10-03Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrma...Andrew Chow
2023-10-03Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock()Ryan Ofsky
2023-10-03Merge bitcoin-core/gui#751: macOS, do not process actions during shutdownHennadii Stepanov
2023-10-03http: bugfix: track closed connectionstickies-v
2023-10-03http: log connection instead of request countstickies-v
2023-10-03http: refactor: use encapsulated HTTPRequestTrackerstickies-v
2023-10-03qt: Add "Transport" label to peer detailsHennadii Stepanov
2023-10-02test: Functional test for opportunistic encryptiondhruv
2023-10-02net: expose transport types/session IDs of connections in RPC and logsPieter Wuille
2023-10-02net: reconnect with V1Transport under certain conditionsPieter Wuille
2023-10-02sync: modernize CSemaphore / CSemaphoreGrantPieter Wuille
2023-10-02rpc: addnode arg to use BIP324 v2 p2pdhruv
2023-10-02net: use V2Transport when NODE_P2P_V2 service flag is presentPieter Wuille
2023-10-02rpc: don't report v2 handshake bytes in the per-type sent byte statisticsSebastian Falbesoner
2023-10-02net: advertise NODE_P2P_V2 if CLI arg -v2transport is onPieter Wuille
2023-10-02Merge bitcoin/bitcoin#27596: assumeutxo (2)Andrew Chow
2023-10-02chainparams: add signet assumeutxo param at height 160_000Sjors Provoost
2023-10-02chainparams: add testnet assumeutxo param at height 2_500_000Sjors Provoost
2023-10-02rpc: getrawaddrman for addrman entries0xb10c
2023-10-02bench: drop NO_THREAD_SAFETY_ANALYSIS from disconnected_txsfanquake
2023-10-02Merge bitcoin/bitcoin#28542: wallet: Check for uninitialized last processed a...fanquake
2023-10-02Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v...fanquake
2023-10-02Merge bitcoin/bitcoin#28500: Prevent default/invalid CKey objects from alloca...fanquake
2023-09-30doc: add note about confusing HaveTxsDownloaded nameJames O'Beirne
2023-09-30test: add feature_assumeutxo functional testJames O'Beirne
2023-09-30rpc: add getchainstatesJames O'Beirne
2023-09-30refuse to activate a UTXO snapshot if mempool not emptyJames O'Beirne
2023-09-30rpc: add loadtxoutsetJames O'Beirne
2023-09-30validation: do not activate snapshot if behind active chainJames O'Beirne
2023-09-30validation: assumeutxo: swap m_mempool on snapshot activationJames O'Beirne
2023-09-30blockstorage: segment normal/assumedvalid blockfilesJames O'Beirne
2023-09-30validation: populate nChainTx value for assumedvalid chainstatesJames O'Beirne
2023-09-30test: adjust chainstate tests to use recognized snapshot baseJames O'Beirne
2023-09-30validation: pruning for multiple chainstatesJames O'Beirne
2023-09-30validation: indexing changes for assumeutxoJames O'Beirne
2023-09-30net_processing: validationinterface: ignore some events for bg chainJames O'Beirne
2023-09-30wallet: validationinterface: only handle active chain notificationsJames O'Beirne
2023-09-30validationinterface: only send zmq notifications for activeJames O'Beirne
2023-09-30validation: pass ChainstateRole for validationinterface callsJames O'Beirne
2023-09-30validation: only call UpdatedBlockTip for active chainstateJames O'Beirne
2023-09-30validation: add ChainstateRoleJames O'Beirne