aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26[net processing] Change AlreadyHaveTx() to take a GenTxidJohn Newbery
2020-08-26[net processing] Change AlreadyHaveBlock() to take block_hash argumentJohn Newbery
2020-08-26[net processing] Remove mempool argument from AlreadyHaveBlock()John Newbery
2020-08-26[net processing] Split AlreadyHave() into separate block and tx functionsJohn Newbery
2020-08-26p2p: remove nFetchFlags from NetMsgType TX and INV processingJon Atack
2020-08-26p2p: add CInv block message helper methodsJon Atack
2020-08-26Merge #19687: refactor: make EncodeBase{32,64} consume SpansMarcoFalke
2020-08-26gui: Delay interfaces::Node initializationRussell Yanofsky
2020-08-26gui: Replace interface::Node references with pointersRussell Yanofsky
2020-08-26gui: Remove unused interfaces::Node referencesRussell Yanofsky
2020-08-26gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky
2020-08-26Merge #19760: test: Remove confusing mininode terminologyfanquake
2020-08-26Merge #19779: Remove gArgs global from initfanquake
2020-08-26Merge #19775: test: Activate segwit in TestChain100Setupfanquake
2020-08-26build: replace wingenminiupnpcstrings sed with a patch in miniupnpc packagefanquake
2020-08-26build: replace qtranslations lrelease sed with a patch in qt packagefanquake
2020-08-25wallet: filter for keys only before record deser in salvageAndrew Chow
2020-08-25walletdb: Add KeyFilterFn to ReadKeyValueAndrew Chow
2020-08-25util: make EncodeBase64 consume SpansSebastian Falbesoner
2020-08-25util: make EncodeBase32 consume SpansSebastian Falbesoner
2020-08-25Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBLuke Dashjr
2020-08-25Merge #19628: net: change CNetAddr::ip to have flexible sizeMarcoFalke
2020-08-25Merge #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to...fanquake
2020-08-25[test] Remove final references to mininodeJohn Newbery
2020-08-25build: replace FreeType back-compat sed with a patch in qt packagefanquake
2020-08-25build: replace pwd sed in qt package with a patchfanquake
2020-08-25build: remove no-longer needed qt workaroundfanquake
2020-08-25build: remove no-longer needed qt configure workaroundfanquake
2020-08-25build: use patch rather than sed in zeromq packagefanquake
2020-08-25build: use patch rather than sed in native_cctools packagefanquake
2020-08-25build: use patch rather than sed in fontconfig packagefanquake
2020-08-25build: use patch rather than sed in Boost packagefanquake
2020-08-25build: use patch rather than sed in bdb packagefanquake
2020-08-25Merge #15704: Move Win32 defines to configure.ac to ensure they are globally ...fanquake
2020-08-25Merge #18405: build: Drop all of the ZeroMQ patchesfanquake
2020-08-24net: change CNetAddr::ip to have flexible sizeVasil Dimov
2020-08-24net: don't accept non-left-contiguous netmasksVasil Dimov
2020-08-24Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_...Wladimir J. van der Laan
2020-08-24Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidationfanquake
2020-08-24Merge #17396: build: modest Android improvementsfanquake
2020-08-24test: Fix intermittent issue in wallet_bumpfeeMarcoFalke
2020-08-24test: Select at least the fee in wallet_bumpfee to avoid negative amountsMarcoFalke
2020-08-24Merge #19786: doc: Remove label from good first issue templatefanquake
2020-08-24doc: Remove label from good first issue templateMarcoFalke
2020-08-24Merge #19659: Add a seed corpus generation option to the fuzzing test_runnerMarcoFalke
2020-08-24scripted-diff: gArgs -> argsMarcoFalke
2020-08-24init: Capture copy of blocknotify setting for BlockNotifyCallbackMarcoFalke
2020-08-24init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke
2020-08-24Merge #19689: build: Add Qt version checkingfanquake
2020-08-23test/fuzz: add a seed corpus generation option to the test_runnerAntoine Poinsot