| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | [rpc] add send method | Sjors Provoost | 2020-09-10 | 2 | -1/+189 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | [rpc] add snake case aliases for transaction methods | Sjors Provoost | 2020-09-07 | 1 | -12/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | [rpc] walletcreatefundedpsbt: allow inputs to be null | Sjors Provoost | 2020-09-07 | 2 | -4/+9 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #19931: Change CSipHasher's count variable to uint8_t | fanquake | 2020-09-14 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Change CSipHasher's count variable to uint8_t | Pieter Wuille | 2020-09-10 | 2 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #19944: Update secp256k1 subtree (including BIP340 support) | fanquake | 2020-09-14 | 42 | -284/+2928 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Update src/secp256k1 subtree to upstream libsecp256k1 | Pieter Wuille | 2020-09-11 | 42 | -284/+2928 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | / / / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Squashed 'src/secp256k1/' changes from 2ed54da18a..8ab24e8dad | Pieter Wuille | 2020-09-11 | 31 | -168/+2499 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #19919: bugfix: make LoadWallet assigns status always | Samuel Dobson | 2020-09-13 | 2 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | bugfix: make LoadWallet assigns status always | Akio Nakamura | 2020-09-10 | 2 | -0/+4 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #19841: Implement Keccak and SHA3_256 | Wladimir J. van der Laan | 2020-09-10 | 5 | -0/+322 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Unroll Keccak-f implementation | Pieter Wuille | 2020-09-06 | 1 | -33/+66 | |
| | * | | | | | | | | | | | | | | | | | | | | | Add SHA3 benchmark | Pieter Wuille | 2020-09-06 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | Implement keccak-f[1600] and SHA3-256 | Pieter Wuille | 2020-09-06 | 4 | -0/+278 | |
| * | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -122/+146 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [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 | 8 | -36/+36 | |
| | * | | | | | | | | | | | | | | | | | | | | [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 | 27 | -262/+275 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from bitcoin-wallet tool | Russell Yanofsky | 2020-09-03 | 5 | -37/+25 | |
| | * | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from createwallet RPC | Russell Yanofsky | 2020-09-03 | 2 | -7/+1 | |
| | * | | | | | | | | | | | | | | | | | | wallet: Remove path checking code from loadwallet RPC | Russell Yanofsky | 2020-09-03 | 1 | -12/+7 | |
| | * | | | | | | | | | | | | | | | | | | 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 | 8 | -57/+12 | |
| | * | | | | | | | | | | | | | | | | | | 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 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | refactor: remove unused header <arpa/inet.h> in protocol.cpp | Sebastian Falbesoner | 2020-09-06 | 1 | -4/+0 | |
| | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||