aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-06qt: Connect WalletView signal to BitcoinGUI slot directlyHennadii Stepanov
2021-06-06qt: Drop redundant OverviewPage::handleOutOfSyncWarningClicks slotHennadii Stepanov
2021-06-06qt: Drop redundant WalletView::requestedSyncWarningInfo slotHennadii Stepanov
2021-06-06Merge bitcoin-core/gui#29: refactor: Optimize signal-slot connections logicHennadii Stepanov
2021-06-05Merge bitcoin-core/gui#256: Save/restore column sizes of the tables in the Pe...Hennadii Stepanov
2021-06-05Merge bitcoin-core/gui#329: Make console buttons look clickableHennadii Stepanov
2021-06-05Merge bitcoin-core/gui#325: Align numbers in the "Peer Id" column to the rightHennadii Stepanov
2021-06-05qt: Save/restore column sizes of the tables in the Peers tabHennadii Stepanov
2021-06-05Merge bitcoin/bitcoin#22150: test: Remove unused node from feature_nulldummyMarcoFalke
2021-06-05Merge bitcoin/bitcoin#22153: test: Fix p2p_leak.py intermittent failureMarcoFalke
2021-06-04test: Fix p2p_leak.py intermittent failure by lowering timeoutMartin Zumsande
2021-06-04test: Remove unused node from feature_nulldummyMarcoFalke
2021-06-04test: Add temporary logging to debug #20975MarcoFalke
2021-06-04Merge bitcoin/bitcoin#22121: doc: Various validation doc fixupsfanquake
2021-06-04Merge bitcoin/bitcoin#18795: Test: wallet issue with orphaned rewardsMarcoFalke
2021-06-04util: Properly handle -noincludeconf on command lineMarcoFalke
2021-06-04Merge bitcoin/bitcoin#15545: [doc] explain why CheckBlock() is called before ...MarcoFalke
2021-06-03Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptorsW. J. van der Laan
2021-06-03[doc] explain why CheckBlock() is called before AcceptBlock()Sjors Provoost
2021-06-03Merge bitcoin/bitcoin#22050: p2p: remove tor v2 supportW. J. van der Laan
2021-06-03scripted-diff: rename MarkBlockAs functionsJohn Newbery
2021-06-03[net processing] Tidy up MarkBlockAsReceived()John Newbery
2021-06-03Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to guiW. J. van der Laan
2021-06-03[net processing] Add IsBlockRequested() functionJohn Newbery
2021-06-03Merge bitcoin/bitcoin#21654: build, qt: Make Qt rcc output always deterministicfanquake
2021-06-03Merge bitcoin/bitcoin#22123: depends: Fix qt.mk for mac arm64fanquake
2021-06-03test: convert docs into type annotations in test_framework/test_node.pyfanquake
2021-06-03test: convert docs into type annotations in test_framework/wallet.pyfanquake
2021-06-03test: convert docs into type annotations in test_framework/util.pyfanquake
2021-06-03Merge bitcoin/bitcoin#22133: build, qt: Make QWindowsVistaStylePlugin availab...fanquake
2021-06-03Merge bitcoin/bitcoin#22138: script: fix spelling linter raising spuriously o...MarcoFalke
2021-06-03contrib: remove torv2 seed nodesJon Atack
2021-06-03contrib: update generate-seeds.py to ignore torv2 addressesJon Atack
2021-06-03[net processing] Remove QueuedBlock.hashJohn Newbery
2021-06-03script: fix spelling linter raising spuriously on "invokable"Jon Atack
2021-06-03doc: Various validation doc fixupsMarcoFalke
2021-06-03scripted-diff: rename nPeersWithValidatedDownloadsJohn Newbery
2021-06-03[net processing] Remove CNodeState.nBlocksInFlightValidHeadersJohn Newbery
2021-06-03[net processing] Remove QueuedBlock.fValidatedHeadersJohn Newbery
2021-06-03[net processing] Remove unnecessary hash arg from MarkBlockAsInFlight()John Newbery
2021-06-03p2p, refactor: extract OnionToString() from CNetAddr::ToStringIp()Jon Atack
2021-06-03p2p: remove torv2 from CNetAddr::ToStringIP()Jon Atack
2021-06-03p2p: remove torv2 in SetIP() and ADDR_TORV2_SIZE constantJon Atack
2021-06-03p2p: remove pre-addrv2 onions from SerializeV1Array()Jon Atack
2021-06-03p2p: ignore torv2-in-ipv6 addresses in SetLegacyIPv6()Jon Atack
2021-06-03p2p: remove BIP155Network::TORV2 from GetBIP155Network()Jon Atack
2021-06-03Merge bitcoin/bitcoin#22065: Mark `CheckTxInputs` `[[nodiscard]]`. Avoid UUM ...MarcoFalke
2021-06-03Merge bitcoin/bitcoin#22135: CRegTestParams: Use `args` instead of `gArgs`.MarcoFalke
2021-06-03Merge bitcoin/bitcoin#22122: ci: Bump macOS image to big-sur-xcode-12.5MarcoFalke
2021-06-03build, qt: Make QWindowsVistaStylePlugin available again (regression)Hennadii Stepanov