aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-22refactor: return std::nullopt instead of {}fanquake
2021-03-21build: Do not build unused CoreWLAN stuff in depends for macOSHennadii Stepanov
2021-03-21depends: fix Qt precompiled headers bugIgor Cota
2021-03-21depends: disable Qt Vulkan support on AndroidIgor Cota
2021-03-21CI: add Android APK build to cirrusIgor Cota
2021-03-21CI: add Android APK build scriptIgor Cota
2021-03-21Qt: add Android packaging supportIgor Cota
2021-03-21test: remove duplicate assertions in util_testsJon Atack
2021-03-21Merge #21488: test: add ParseUInt16() unit test and fuzz coverageMarcoFalke
2021-03-21Merge #21349: build: Fix fuzz-cuckoocache cross-compiling with DEBUG=1MarcoFalke
2021-03-21Merge #21040: wallet: Fix already-loading message grammarMarcoFalke
2021-03-21fuzz: cleanups for versionbits fuzzerAnthony Towns
2021-03-20Merge #20921: validation: don't try to invalidate genesis block in CChainStat...MarcoFalke
2021-03-20fuzz: Use ConsumeWeakEnum in addrman for service flagsMarcoFalke
2021-03-19test: add functional test for anchors.datbruno
2021-03-19test: add ParseUInt16() test coverageJon Atack
2021-03-19tests: Add test for CNetAddr::ToString IPv6 address formatting (RFC 5952)practicalswift
2021-03-19Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exce...MarcoFalke
2021-03-19Merge #21328: net, refactor: pass uint16 CService::port as uint16MarcoFalke
2021-03-19Merge #21481: doc: Tell howto install clang-format on Debian/UbuntuMarcoFalke
2021-03-19 Fix wrong(1024) divisor for 1000-based prefixeswodry
2021-03-19Doc: Tell howto install clang-format on Debian/Ubuntuwodry
2021-03-19Merge #21235: p2p: Clarify disconnect log message in ProcessGetBlockData, rem...MarcoFalke
2021-03-18build: Make Windows-specific targets available for Windows builds onlyHennadii Stepanov
2021-03-18build: Make macOS-specific targets available for macOS builds onlyHennadii Stepanov
2021-03-18fuzz: Add tx_pool fuzz targetsMarcoFalke
2021-03-18Merge #21428: test: Cleanup in test-{security,symbol}-check.pyfanquake
2021-03-18style-only: Remove whitespaceMarcoFalke
2021-03-18net: Simplify ProcessGetBlockData execution by removing send flag.Patrick Strateman
2021-03-18log: Clarify that block request below NODE_NETWORK_LIMITED_MIN_BLOCKS disconn...MarcoFalke
2021-03-18Merge #21425: refactor: Pass PeerManagerImpl members only onceMarcoFalke
2021-03-18Merge #21162: Net Processing: Move RelayTransaction() into PeerManagerfanquake
2021-03-18Merge #21435: doc: Update dependencies.mdfanquake
2021-03-18Merge #21343: doc: revamp macOS build docfanquake
2021-03-17qt: Improve URI/file handling messageHennadii Stepanov
2021-03-17Merge #21415: refactor: remove Optional & nulloptWladimir J. van der Laan
2021-03-17refactor: Pass PeerManagerImpl members only onceMarcoFalke
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-17Merge #21417: Misc external signer improvement and HWI 2 supportfanquake
2021-03-17Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...Samuel Dobson
2021-03-16Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-16wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-16wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-16test: add missing netaddress include headersJon Atack
2021-03-16util: add missing braces and apply clang format to SplitHostPort()Jon Atack
2021-03-16util: add ParseUInt16(), use it in SplitHostPort()Jon Atack
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-03-16Merge #21410: test: increase rpc_timeout for fundrawtx test_transaction_too_l...MarcoFalke
2021-03-16doc: Update libnatpmp info in dependencies.mdHennadii Stepanov
2021-03-16wallet: Replace nFeeRateNeeded with effective_feeAndrew Chow