aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19914: refactor: Do not pass chain params to CheckForStaleTipAndEvictP...MarcoFalke2020-09-083-17/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not pass chain params to CheckForStaleTipAndEvictPeers twiceMarcoFalke2020-09-083-17/+15
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19791: [net processing] Move Misbehaving() to PeerManagerMarcoFalke2020-09-079-123/+147
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move Misbehaving() to PeerManagerJohn Newbery2020-09-073-10/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net_processing] Move SendBlockTransactions into PeerManagerJohn Newbery2020-09-072-4/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move MaybePunishPeerForTx to PeerManagerJohn Newbery2020-09-072-6/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move ProcessOrphanTx to PeerManagerJohn Newbery2020-09-072-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move MaybePunishNodeForBlock into PeerManagerJohn Newbery2020-09-072-11/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move ProcessHeadersMessage to PeerManagerJohn Newbery2020-09-072-10/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [whitespace] tidy up indentation after scripted diffJohn Newbery2020-09-072-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-079-37/+37
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery2020-09-076-34/+40
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [move only] Collect all private members of PeerLogicValidation togetherJohn Newbery2020-09-072-15/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19478: Remove CTxMempool::mapLinks data structure memberMarcoFalke2020-09-075-118/+120
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMe...Jeremy Rubin2020-09-042-14/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mapLinks in favor of entry inlined structs with iterator type erasureJeremy Rubin2020-09-045-112/+128
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19556: Remove mempool globalMarcoFalke2020-09-079-28/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool globalMarcoFalke2020-09-058-12/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global from p2pMarcoFalke2020-09-051-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global from initMarcoFalke2020-09-053-12/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBookSamuel Dobson2020-09-071-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Avoid multiple BerkeleyBatch in DelAddressBookJoão Barbosa2020-09-061-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cppSamuel Dobson2020-09-0730-270/+291
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky2020-09-036-39/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from createwallet RPCRussell Yanofsky2020-09-033-8/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from loadwallet RPCRussell Yanofsky2020-09-033-15/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Pass wallet database into CWallet::CreateRussell Yanofsky2020-09-038-25/+27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove Verify and IsLoaded methodsRussell Yanofsky2020-09-039-59/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky2020-09-037-42/+55
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Add MakeDatabase functionRussell Yanofsky2020-09-035-1/+103
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove WalletLocation classRussell Yanofsky2020-09-0318-122/+86
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19897: Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWEDWladimir J. van der Laan2020-09-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWEDBenoit Verret2020-09-061-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19890: refactor: remove unused header <arpa/inet.h> in protocol.cppWladimir J. van der Laan2020-09-061-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: remove unused header <arpa/inet.h> in protocol.cppSebastian Falbesoner2020-09-061-4/+0
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19887: test: Fix flaky wallet_basic testMarcoFalke2020-09-061-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | test: Fix flaky wallet_basic testFabian Jahr2020-09-051-0/+3
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19881: ci: Double tsan CPU and Memory to avoid global timeoutMarcoFalke2020-09-061-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | ci: Double tsan CPU and Memory to avoid global timeoutMarcoFalke2020-09-051-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19848: Remove mempool global from interfacesMarcoFalke2020-09-053-15/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add doxygen comment to IsRBFOptInMarcoFalke2020-09-051-5/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global from interfacesMarcoFalke2020-09-051-8/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Add IsRBFOptInEmptyMempoolMarcoFalke2020-09-053-2/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19728: Increase the ip address relay branching factor for unreachable ...Wladimir J. van der Laan2020-09-051-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Increase the ip address relay branching factor for unreachable networksPieter Wuille2020-08-141-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStrMarcoFalke2020-09-051-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Avoid duplicate map lookup in ScriptToAsmStrJoão Barbosa2020-09-041-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19878: rawtransaction: fix argument in combinerawtransaction help messageMarcoFalke2020-09-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rawtransaction: fix argument in combinerawtransaction help messageMatthew Zipkin2020-09-041-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...Wladimir J. van der Laan2020-09-045-9/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \