aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-13rpc: Add missing newline in RPCResult descriptionMarcoFalke
2020-03-13Fix nit in getblockchaininfoSteven Roose
2020-03-13Merge #18316: util: HelpExampleRpc formattingfanquake
2020-03-12refactor: Remove mempool global from netMarcoFalke
2020-03-12Merge #18228: test: Add missing syncwithvalidationinterfacequeueMarcoFalke
2020-03-12Merge #18213: test: Fix race in p2p_segwitMarcoFalke
2020-03-12Merge #18320: guix: Remove now-unnecessary gcc make flagfanquake
2020-03-11[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacksJohn Newbery
2020-03-11[validation] Remove pool member from ConnectTraceJohn Newbery
2020-03-11[validation] Remove NotifyEntryRemoved callback from ConnectTraceJohn Newbery
2020-03-11[validation] Remove conflictedTxs from PerBlockConnectTraceJohn Newbery
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-03-11[wallet] Notify conflicted transactions in TransactionRemovedFromMempoolJohn Newbery
2020-03-11Merge #18318: test: Bump rpc timeout in feature_assumevalid to avoid valgrind...MarcoFalke
2020-03-11guix: Remove now-unnecessary gcc make flagCarl Dong
2020-03-11Merge #18319: fuzz: Add missing ECC_Start to key_io testMarcoFalke
2020-03-11Merge #13693: [test] Add coverage to estimaterawfee and estimatesmartfeeMarcoFalke
2020-03-11fuzz: Add missing ECC_Start to key_io testMarcoFalke
2020-03-11test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeoutsMarcoFalke
2020-03-11Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke
2020-03-11test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind...MarcoFalke
2020-03-11Merge #18314: tests: Add deserialization fuzzing of SnapshotMetadata (utxo_sn...MarcoFalke
2020-03-11Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke
2020-03-11Merge #18255: test: Add bad-txns-*-toolarge test cases to invalid_txsWladimir J. van der Laan
2020-03-11util: HelpExampleRpc formatting fixupJon Atack
2020-03-11Merge #18290: build: Set minimum Automake version to 1.13Wladimir J. van der Laan
2020-03-11Merge #18285: test: Check that wait_until returns if time point is in the pastWladimir J. van der Laan
2020-03-11Merge #18283: doc: Explain rebase policy in CONTRIBUTING.mdWladimir J. van der Laan
2020-03-11Merge #18219: doc: Add warning against wallet.dat re-useMarcoFalke
2020-03-11Merge #18170: doc: Minor grammatical changes and flow improvementsMarcoFalke
2020-03-11Merge #17833: doc: Added running functional tests in valgrindMarcoFalke
2020-03-11Merge #17159: doc: Add a note about backportingMarcoFalke
2020-03-11Merge #18310: doc: asmap release noteMarcoFalke
2020-03-11tests: Add fuzzing of CSubNet, CNetAddr and CService related functionspracticalswift
2020-03-11tests: Fuzz HasAllDesirableServiceFlags(...) and MayHaveUsefulAddressDB(...)practicalswift
2020-03-11tests: Fuzz DecodeBase64PSBT(...)practicalswift
2020-03-11tests: Simplify code by removing unwarranted use of unique_ptr:spracticalswift
2020-03-11tests: Fuzz DecodeHexBlk(...)practicalswift
2020-03-11tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p)practicalswift
2020-03-11tests: Fuzz operator!= of CServicepracticalswift
2020-03-11tests: Increase fuzzing coverage of DecompressScript(...)practicalswift
2020-03-11Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables hig...MarcoFalke
2020-03-11Merge #18304: ci: Enable all functional tests in valgrindMarcoFalke
2020-03-11tests: Fuzz currently uncovered code path in TxToUniv(...)practicalswift
2020-03-11tests: Re-arrange test cases in parse_univalue to increase coveragepracticalswift
2020-03-11doc: Explain rebase/squash policy in CONTRIBUTING.mdMarcoFalke
2020-03-11tests: Remove unit test from fuzzing harnesspracticalswift
2020-03-11tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint1...practicalswift
2020-03-11tests: Add one specialized ProcessMessage(...) fuzzing binary per message typ...practicalswift
2020-03-11tests: Add fuzzing harness for ProcessMessage(...)practicalswift