aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | [rpc] add send methodSjors Provoost2020-09-102-1/+189
| * | | | | | | | | | | | | | | | | | | | | | | | [rpc] add snake case aliases for transaction methodsSjors Provoost2020-09-071-12/+21
| * | | | | | | | | | | | | | | | | | | | | | | | [rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost2020-09-072-4/+9
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #19931: Change CSipHasher's count variable to uint8_tfanquake2020-09-142-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Change CSipHasher's count variable to uint8_tPieter Wuille2020-09-102-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #19944: Update secp256k1 subtree (including BIP340 support)fanquake2020-09-1442-284/+2928
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update src/secp256k1 subtree to upstream libsecp256k1Pieter Wuille2020-09-1142-284/+2928
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | / / / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Squashed 'src/secp256k1/' changes from 2ed54da18a..8ab24e8dadPieter Wuille2020-09-1131-168/+2499
* | | | | | | | | | | | | | | | | | | | | | | Merge #19919: bugfix: make LoadWallet assigns status alwaysSamuel Dobson2020-09-132-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | bugfix: make LoadWallet assigns status alwaysAkio Nakamura2020-09-102-0/+4
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #19841: Implement Keccak and SHA3_256Wladimir J. van der Laan2020-09-105-0/+322
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Unroll Keccak-f implementationPieter Wuille2020-09-061-33/+66
| * | | | | | | | | | | | | | | | | | | | | Add SHA3 benchmarkPieter Wuille2020-09-061-0/+11
| * | | | | | | | | | | | | | | | | | | | | Implement keccak-f[1600] and SHA3-256Pieter Wuille2020-09-064-0/+278
* | | | | | | | | | | | | | | | | | | | | | Do not pass chain params to CheckForStaleTipAndEvictPeers twiceMarcoFalke2020-09-083-17/+15
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #19791: [net processing] Move Misbehaving() to PeerManagerMarcoFalke2020-09-078-122/+146
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | [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-078-36/+36
| * | | | | | | | | | | | | | | | | | | | [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-0727-262/+275
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky2020-09-035-37/+25
| * | | | | | | | | | | | | | | | | | wallet: Remove path checking code from createwallet RPCRussell Yanofsky2020-09-032-7/+1
| * | | | | | | | | | | | | | | | | | wallet: Remove path checking code from loadwallet RPCRussell Yanofsky2020-09-031-12/+7
| * | | | | | | | | | | | | | | | | | refactor: Pass wallet database into CWallet::CreateRussell Yanofsky2020-09-038-25/+27
| * | | | | | | | | | | | | | | | | | wallet: Remove Verify and IsLoaded methodsRussell Yanofsky2020-09-038-57/+12
| * | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | refactor: remove unused header <arpa/inet.h> in protocol.cppSebastian Falbesoner2020-09-061-4/+0
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \