aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-07Merge #19791: [net processing] Move Misbehaving() to PeerManagerMarcoFalke
2020-09-07[net processing] Move Misbehaving() to PeerManagerJohn Newbery
2020-09-07[net_processing] Move SendBlockTransactions into PeerManagerJohn Newbery
2020-09-07[net processing] Move MaybePunishPeerForTx to PeerManagerJohn Newbery
2020-09-07[net processing] Move ProcessOrphanTx to PeerManagerJohn Newbery
2020-09-07[net processing] Move MaybePunishNodeForBlock into PeerManagerJohn Newbery
2020-09-07[net processing] Move ProcessHeadersMessage to PeerManagerJohn Newbery
2020-09-07[whitespace] tidy up indentation after scripted diffJohn Newbery
2020-09-07scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery
2020-09-07[net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery
2020-09-07[move only] Collect all private members of PeerLogicValidation togetherJohn Newbery
2020-09-07Merge #19478: Remove CTxMempool::mapLinks data structure memberMarcoFalke
2020-09-07Merge #19556: Remove mempool globalMarcoFalke
2020-09-07Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBookSamuel Dobson
2020-09-07Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cppSamuel Dobson
2020-09-06wallet: Avoid multiple BerkeleyBatch in DelAddressBookJoão Barbosa
2020-09-06refactor: remove unused header <arpa/inet.h> in protocol.cppSebastian Falbesoner
2020-09-05Remove mempool globalMarcoFalke
2020-09-05Remove mempool global from p2pMarcoFalke
2020-09-05Remove mempool global from initMarcoFalke
2020-09-05Merge #19848: Remove mempool global from interfacesMarcoFalke
2020-09-05Merge #19728: Increase the ip address relay branching factor for unreachable ...Wladimir J. van der Laan
2020-09-05Merge #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStrMarcoFalke
2020-09-05doc: Add doxygen comment to IsRBFOptInMarcoFalke
2020-09-05Remove mempool global from interfacesMarcoFalke
2020-09-05refactor: Add IsRBFOptInEmptyMempoolMarcoFalke
2020-09-04rawtransaction: fix argument in combinerawtransaction help messageMatthew Zipkin
2020-09-04Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMe...Jeremy Rubin
2020-09-04Remove mapLinks in favor of entry inlined structs with iterator type erasureJeremy Rubin
2020-09-04Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...Wladimir J. van der Laan
2020-09-04Merge #19854: Avoid locking CTxMemPool::cs recursively in simple casesWladimir J. van der Laan
2020-09-04refactor: Avoid duplicate map lookup in ScriptToAsmStrJoão Barbosa
2020-09-03wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky
2020-09-03Merge #19754: wallet, gui: Reload previously loaded wallets on startupJonas Schnelli
2020-09-03wallet: Remove path checking code from createwallet RPCRussell Yanofsky
2020-09-03wallet: Remove path checking code from loadwallet RPCRussell Yanofsky
2020-09-03refactor: Pass wallet database into CWallet::CreateRussell Yanofsky
2020-09-03wallet: Remove Verify and IsLoaded methodsRussell Yanofsky
2020-09-03refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky
2020-09-03wallet: Add MakeDatabase functionRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-09-03Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan
2020-09-03Merge #19670: Protect localhost and block-relay-only peers from evictionWladimir J. van der Laan
2020-09-03Merge #19724: [net] Cleanup connection types- followupsWladimir J. van der Laan
2020-09-03Merge #19805: wallet: Avoid deserializing unused records when salvagingfanquake
2020-09-03Merge #19844: remove usage of boost::bindfanquake
2020-09-02[doc] Follow developer notes, add comment about missing default.Amiti Uttarwar
2020-09-02[doc] Describe connection types in more depth.Amiti Uttarwar
2020-09-02[refactor] Simplify connection type logic in ThreadOpenConnectionsAmiti Uttarwar
2020-09-02[refactor] Simplify check for block-relay-only connection.Amiti Uttarwar