aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15ci: Set increased --timeout-factor by defaultMarcoFalke
2020-08-14Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...MarcoFalke
2020-08-14Merge #19709: test: Fix 'make cov' with clangMarcoFalke
2020-08-14Merge #17204: wallet: Do not turn OP_1NEGATE in scriptSig into 0x0181 in sign...Wladimir J. van der Laan
2020-08-14Merge #19455: rpc generate: print useful help and error messageWladimir J. van der Laan
2020-08-14test: Fix 'make cov' with clangHennadii Stepanov
2020-08-14Merge #19568: Wallet should not override signing errorsfanquake
2020-08-14Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-14Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson
2020-08-13Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan
2020-08-13Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...Wladimir J. van der Laan
2020-08-13Merge #19011: Reduce cs_main lock accumulation during GUI startupJonas Schnelli
2020-08-13Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson
2020-08-12Cap listsinceblock target_confirmations paramAdam Stein
2020-08-12Merge #19688: build: Add support for llvm-covMarcoFalke
2020-08-12Merge #19696: rpc: Fix addnode remove command errorWladimir J. van der Laan
2020-08-12Reduce cs_main lock accumulation during GUI startupJonas Schnelli
2020-08-12Optionally populate BlockAndHeaderTipInfo during AppInitMainJonas Schnelli
2020-08-12Add BlockAndHeaderTipInfo to the node interface/appInitJonas Schnelli
2020-08-12RPCConsole, take initial chaintip data as parameterJonas Schnelli
2020-08-12Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...Wladimir J. van der Laan
2020-08-12[net] Add addpeeraddress RPC methodJohn Newbery
2020-08-12[test] Test that getnodeaddresses() can return all known addressesJohn Newbery
2020-08-12[addrman] Specify max addresses and pct when calling GetAddresses()John Newbery
2020-08-12Merge #19316: [net] Cleanup logic around connection typesfanquake
2020-08-11rpc: Improve addnode remove command error messageFabian Jahr
2020-08-11Merge #19674: refactor: test: use throwaway _ variable for unused loop countersfanquake
2020-08-10Merge #19596: Deduplicate parent txid loop of requested transactions and miss...Wladimir J. van der Laan
2020-08-10Merge #19605: doc: set CC_FOR_BUILD when building on OpenBSDfanquake
2020-08-10Merge #17563: lib: fix a compiler warning: unused GetDevURandom()fanquake
2020-08-10Merge #19622: build: Drop ancient hack in gitian-linux descriptorfanquake
2020-08-09Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is exp...Wladimir J. van der Laan
2020-08-09Merge #19657: test: Wait until is_connected in add_p2p_connectionWladimir J. van der Laan
2020-08-09Merge #19649: Restore test case for p2p transaction blindingWladimir J. van der Laan
2020-08-09Merge #19660: refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-09Merge #19638: Replace `hidden service` with `onion service`Wladimir J. van der Laan
2020-08-08build: Add missed fuzz.coverage/ directory to .gitignoreHennadii Stepanov
2020-08-08build: Add missed fuzz_filtered.info to COVERAGE_INFOHennadii Stepanov
2020-08-08build, test: Add support for llvm-covHennadii Stepanov
2020-08-08Merge #19672: build: make clean removes .gcda and .gcno files from fuzz direc...MarcoFalke
2020-08-07[net] Remove unnecessary default args on CNode constructorAmiti Uttarwar
2020-08-07[refactor] Remove IsOutboundDisconnectionCandidateAmiti Uttarwar
2020-08-07[net/refactor] Simplify multiple-connection checksAmiti Uttarwar
2020-08-07[net/refactor] Rework ThreadOpenConnections logicAmiti Uttarwar
2020-08-07[net] Fix bug where AddrFetch connections would be counted as outbound full r...Amiti Uttarwar
2020-08-07[net/refactor] Clarify logic for selecting connections in ThreadOpenConnectionsAmiti Uttarwar
2020-08-07[net/refactor] Remove fInbound flag from CNodeAmiti Uttarwar
2020-08-07[net/refactor] Remove m_addr_fetch member var from CNodeAmiti Uttarwar
2020-08-07[net/refactor] Remove fFeeler flag from CNodeAmiti Uttarwar
2020-08-07[net/refactor] Remove m_manual_connection flag from CNodeAmiti Uttarwar