Commit Graph

25844 Commits (a7ed00f8bbc07dfc09f9e0a5bae10a1afe7612bb)
 

Author SHA1 Message Date
Pieter Wuille ab654c7d58 Unroll Keccak-f implementation
4 years ago
Pieter Wuille 3f01ddb01b Add SHA3 benchmark
4 years ago
Pieter Wuille 2ac8bf9583 Implement keccak-f[1600] and SHA3-256
4 years ago
Samuel Dobson 56d47e19ed
Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp
4 years ago
Wladimir J. van der Laan af8135e369
Merge #19897: Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED
4 years ago
Benoit Verret 637d8bce74 Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED
4 years ago
Wladimir J. van der Laan 68d1f1698f
Merge #19890: refactor: remove unused header <arpa/inet.h> in protocol.cpp
4 years ago
MarcoFalke c91f955f44
Merge #19887: test: Fix flaky wallet_basic test
4 years ago
João Barbosa abac436760 wallet: Avoid multiple BerkeleyBatch in DelAddressBook
4 years ago
MarcoFalke 0368931702
Merge #19881: ci: Double tsan CPU and Memory to avoid global timeout
4 years ago
Sebastian Falbesoner 2f79e9d002 refactor: remove unused header <arpa/inet.h> in protocol.cpp
4 years ago
Fabian Jahr 56b018ca7f
test: Fix flaky wallet_basic test
4 years ago
MarcoFalke fafb381af8
Remove mempool global
4 years ago
MarcoFalke fa0359c5b3
Remove mempool global from p2p
4 years ago
MarcoFalke eeee1104d7
Remove mempool global from init
4 years ago
MarcoFalke 3ba25e3bdd
Merge #19848: Remove mempool global from interfaces
4 years ago
Wladimir J. van der Laan 416efcb7ab
Merge #19728: Increase the ip address relay branching factor for unreachable networks
4 years ago
MarcoFalke fa8e148714
ci: Double tsan CPU and Memory to avoid global timeout
4 years ago
MarcoFalke 81a19e7253
Merge #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStr
4 years ago
MarcoFalke fa9ee52556
doc: Add doxygen comment to IsRBFOptIn
4 years ago
MarcoFalke faef4fc9b4
Remove mempool global from interfaces
4 years ago
MarcoFalke fa831684e5
refactor: Add IsRBFOptInEmptyMempool
4 years ago
MarcoFalke df75e9f3ee
Merge #19878: rawtransaction: fix argument in combinerawtransaction help message
4 years ago
Amiti Uttarwar a8a64acaf3 [BroadcastTransaction] Remove unsafe move operator
4 years ago
Amiti Uttarwar 125c038126 [p2p] Remove dead code
4 years ago
Adam Jonas fc66d0a65c [p2p] Check for nullptr before dereferencing pointer
4 years ago
Amiti Uttarwar cb79b9dbf4 [mempool] Revert unbroadcast set to tracking just txid
4 years ago
Matthew Zipkin 4294e70690
rawtransaction: fix argument in combinerawtransaction help message
4 years ago
Jeremy Rubin 296be8f58e Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMemPoolParents
4 years ago
Jeremy Rubin 46d955d196 Remove mapLinks in favor of entry inlined structs with iterator type erasure
4 years ago
Jon Atack 062e6699c4
script: fix zmq_sub.py file permissions
4 years ago
Jon Atack 36f8e0cce7
doc: update PyZMQ installation instructions, ZeroMQ link
4 years ago
Wladimir J. van der Laan 23d3ae7acc
Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo`
4 years ago
Wladimir J. van der Laan 99a8eb6051
Merge #19854: Avoid locking CTxMemPool::cs recursively in simple cases
4 years ago
João Barbosa ac2ff4fb1e refactor: Avoid duplicate map lookup in ScriptToAsmStr
4 years ago
Jonas Schnelli a0a422c34c
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
4 years ago
Russell Yanofsky 7bf6dfbb48 wallet: Remove path checking code from bitcoin-wallet tool
4 years ago
Russell Yanofsky 77d5bb72b8 wallet: Remove path checking code from createwallet RPC
4 years ago
Russell Yanofsky a987438e9d wallet: Remove path checking code from loadwallet RPC
4 years ago
Russell Yanofsky 8b5e7297c0 refactor: Pass wallet database into CWallet::Create
4 years ago
Russell Yanofsky 3c815cfe54 wallet: Remove Verify and IsLoaded methods
4 years ago
Russell Yanofsky 0d94e60625 refactor: Use DatabaseStatus and DatabaseOptions types
4 years ago
Russell Yanofsky b5b414151a wallet: Add MakeDatabase function
4 years ago
Russell Yanofsky 288b4ffb6b Remove WalletLocation class
4 years ago
Wladimir J. van der Laan bd60a9a8ed
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan warning
4 years ago
Wladimir J. van der Laan 69a13eb246
Merge #19670: Protect localhost and block-relay-only peers from eviction
4 years ago
Wladimir J. van der Laan 4053de04e2
Merge #19859: qa: Fixes failing functional test by changing version
4 years ago
Wladimir J. van der Laan 620ac8c475
Merge #19724: [net] Cleanup connection types- followups
4 years ago
fanquake 68f0ab26bc
Merge #19805: wallet: Avoid deserializing unused records when salvaging
4 years ago
fanquake 136fe4c5e9
Merge #19816: test: Rename wait until helper to wait_until_helper
4 years ago