| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19914: refactor: Do not pass chain params to CheckForStaleTipAndEvictP... | MarcoFalke | 2020-09-08 | 3 | -17/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not pass chain params to CheckForStaleTipAndEvictPeers twice | MarcoFalke | 2020-09-08 | 3 | -17/+15 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19791: [net processing] Move Misbehaving() to PeerManager | MarcoFalke | 2020-09-07 | 9 | -123/+147 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move Misbehaving() to PeerManager | John Newbery | 2020-09-07 | 3 | -10/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net_processing] Move SendBlockTransactions into PeerManager | John Newbery | 2020-09-07 | 2 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move MaybePunishPeerForTx to PeerManager | John Newbery | 2020-09-07 | 2 | -6/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move ProcessOrphanTx to PeerManager | John Newbery | 2020-09-07 | 2 | -6/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move MaybePunishNodeForBlock into PeerManager | John Newbery | 2020-09-07 | 2 | -11/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Move ProcessHeadersMessage to PeerManager | John Newbery | 2020-09-07 | 2 | -10/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [whitespace] tidy up indentation after scripted diff | John Newbery | 2020-09-07 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager | John Newbery | 2020-09-07 | 9 | -37/+37 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net_processing] Pass chainparams to PeerLogicValidation constructor | John Newbery | 2020-09-07 | 6 | -34/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [move only] Collect all private members of PeerLogicValidation together | John Newbery | 2020-09-07 | 2 | -15/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19478: Remove CTxMempool::mapLinks data structure member | MarcoFalke | 2020-09-07 | 5 | -118/+120 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMe... | Jeremy Rubin | 2020-09-04 | 2 | -14/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mapLinks in favor of entry inlined structs with iterator type erasure | Jeremy Rubin | 2020-09-04 | 5 | -112/+128 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19556: Remove mempool global | MarcoFalke | 2020-09-07 | 9 | -28/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global | MarcoFalke | 2020-09-05 | 8 | -12/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global from p2p | MarcoFalke | 2020-09-05 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global from init | MarcoFalke | 2020-09-05 | 3 | -12/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBook | Samuel Dobson | 2020-09-07 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Avoid multiple BerkeleyBatch in DelAddressBook | João Barbosa | 2020-09-06 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp | Samuel Dobson | 2020-09-07 | 30 | -270/+291 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from bitcoin-wallet tool | Russell Yanofsky | 2020-09-03 | 6 | -39/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from createwallet RPC | Russell Yanofsky | 2020-09-03 | 3 | -8/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from loadwallet RPC | Russell Yanofsky | 2020-09-03 | 3 | -15/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Pass wallet database into CWallet::Create | Russell Yanofsky | 2020-09-03 | 8 | -25/+27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove Verify and IsLoaded methods | Russell Yanofsky | 2020-09-03 | 9 | -59/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use DatabaseStatus and DatabaseOptions types | Russell Yanofsky | 2020-09-03 | 7 | -42/+55 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Add MakeDatabase function | Russell Yanofsky | 2020-09-03 | 5 | -1/+103 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove WalletLocation class | Russell Yanofsky | 2020-09-03 | 18 | -122/+86 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19897: Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED | Wladimir J. van der Laan | 2020-09-06 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED | Benoit Verret | 2020-09-06 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19890: refactor: remove unused header <arpa/inet.h> in protocol.cpp | Wladimir J. van der Laan | 2020-09-06 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: remove unused header <arpa/inet.h> in protocol.cpp | Sebastian Falbesoner | 2020-09-06 | 1 | -4/+0 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19887: test: Fix flaky wallet_basic test | MarcoFalke | 2020-09-06 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Fix flaky wallet_basic test | Fabian Jahr | 2020-09-05 | 1 | -0/+3 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19881: ci: Double tsan CPU and Memory to avoid global timeout | MarcoFalke | 2020-09-06 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Double tsan CPU and Memory to avoid global timeout | MarcoFalke | 2020-09-05 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19848: Remove mempool global from interfaces | MarcoFalke | 2020-09-05 | 3 | -15/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add doxygen comment to IsRBFOptIn | MarcoFalke | 2020-09-05 | 1 | -5/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mempool global from interfaces | MarcoFalke | 2020-09-05 | 1 | -8/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Add IsRBFOptInEmptyMempool | MarcoFalke | 2020-09-05 | 3 | -2/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19728: Increase the ip address relay branching factor for unreachable ... | Wladimir J. van der Laan | 2020-09-05 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase the ip address relay branching factor for unreachable networks | Pieter Wuille | 2020-08-14 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStr | MarcoFalke | 2020-09-05 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Avoid duplicate map lookup in ScriptToAsmStr | João Barbosa | 2020-09-04 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19878: rawtransaction: fix argument in combinerawtransaction help message | MarcoFalke | 2020-09-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | rawtransaction: fix argument in combinerawtransaction help message | Matthew Zipkin | 2020-09-04 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an... | Wladimir J. van der Laan | 2020-09-04 | 5 | -9/+44 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||