aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-14Merge #19455: rpc generate: print useful help and error messageWladimir J. van der Laan
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 #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[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-10Merge #19596: Deduplicate parent txid loop of requested transactions and miss...Wladimir J. van der Laan
2020-08-10Merge #17563: lib: fix a compiler warning: unused GetDevURandom()fanquake
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-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
2020-08-07[net/refactor] Add connection type as a member var to CNodeAmiti Uttarwar
2020-08-07[doc] Describe different connection typesAmiti Uttarwar
2020-08-07[net/refactor] Add AddrFetch connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Extract m_addr_known logic from initializer listAmiti Uttarwar
2020-08-07[net/refactor] Add block relay only connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add feeler connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add manual connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar
2020-08-07scripted-diff: Rename OneShot to AddrFetchAmiti Uttarwar
2020-08-07Replace `hidden service` with `onion service`Riccardo Masutti
2020-08-07Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke
2020-08-07Merge #19620: Add txids with non-standard inputs to reject filterfanquake
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-06build: make clean removes .gcda and .gcno files from fuzz directoryeugene
2020-08-05Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() useWladimir J. van der Laan
2020-08-05Merge #15382: util: add RunCommandParseJSONSamuel Dobson