Commit Graph

25844 Commits (a7ed00f8bbc07dfc09f9e0a5bae10a1afe7612bb)
 

Author SHA1 Message Date
fanquake dffefda21d
Merge #19870: doc: update PyZMQ install instructions, fix zmq_sub.py file permissions
4 years ago
Pieter Wuille 812037cb80 Change CSipHasher's count variable to uint8_t
4 years ago
practicalswift fc7f84a9ca tests: Add fuzzing harness for Keccak and SHA3_256
4 years ago
gzhao408 10d61505fe [test] remove confusing p2p property
4 years ago
gzhao408 549d30faf0 scripted-diff: replace p2p with p2ps[0] in p2p_invalid_tx
4 years ago
gzhao408 7a0de46aea [doc] sample code for test framework p2p objects
4 years ago
Wladimir J. van der Laan a47e596486
Merge #19841: Implement Keccak and SHA3_256
4 years ago
gzhao408 784f757994 [refactor] clarify tests by referencing p2p objects directly
4 years ago
grubles d11020019a Add OpenBSD instructions for building the Qt GUI
4 years ago
Sjors Provoost 92326d8976
[rpc] add send method
4 years ago
Karl-Johan Alm 404682b7cd
add signet basic support (signet.cpp)
4 years ago
Karl-Johan Alm a2147d7dad
validation: move GetWitnessCommitmentIndex to consensus/validation
4 years ago
Akio Nakamura 8b39a87558 bugfix: make LoadWallet assigns status always
4 years ago
João Barbosa faf251d854
test: gettxoutproof duplicate txid
4 years ago
MarcoFalke faf5eb45c4
test: Test empty array in gettxoutproof
4 years ago
MarcoFalke fa56e866e8
test: Run rpc_txoutproof.py even with wallet disabled
4 years ago
MarcoFalke faba790bd4
test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend
4 years ago
MarcoFalke fa65a11d0c
test: bugfix: Actually pick largest utxo
4 years ago
MarcoFalke 564e1ab0f3
Merge #19800: test: Mockwallet
4 years ago
Andrew Chow d26f0648f1 Tell users how to load or create a wallet when no wallet is loaded
4 years ago
Andrew Chow 1bee1e6269 Do not create default wallet
4 years ago
MarcoFalke 4f229d8904
Merge #19914: refactor: Do not pass chain params to CheckForStaleTipAndEvictPeers twice
4 years ago
eugene fb3bacce69 .gitignore: ignore qa-assets/ folder
4 years ago
eugene a9f201439a build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz target
4 years ago
MarcoFalke fa7e407b50
Do not pass chain params to CheckForStaleTipAndEvictPeers twice
4 years ago
Sjors Provoost 2c2a1445dc
[rpc] add snake case aliases for transaction methods
4 years ago
Sjors Provoost 1bc8d0fd59
[rpc] walletcreatefundedpsbt: allow inputs to be null
4 years ago
Hennadii Stepanov ddefb5c0b7
p2p: Use the greatest common version in peer logic
4 years ago
Hennadii Stepanov e084d45562
p2p: Remove SetCommonVersion() from VERACK handler
4 years ago
Hennadii Stepanov 8d2026796a
refactor: Rename local variable nSendVersion
4 years ago
Hennadii Stepanov e9a6d8b13b
p2p: Unify Send and Receive protocol versions
4 years ago
MarcoFalke 147d50d63e
Merge #19791: [net processing] Move Misbehaving() to PeerManager
4 years ago
MarcoFalke fa188c9c59
test: Use MiniWalet in p2p_feefilter
4 years ago
John Newbery bb6a32ce99 [net processing] Move Misbehaving() to PeerManager
4 years ago
John Newbery aa114b1c9b [net_processing] Move SendBlockTransactions into PeerManager
4 years ago
John Newbery 3115e00f75 [net processing] Move MaybePunishPeerForTx to PeerManager
4 years ago
John Newbery e662e2d42a [net processing] Move ProcessOrphanTx to PeerManager
4 years ago
John Newbery b70cd890e3 [net processing] Move MaybePunishNodeForBlock into PeerManager
4 years ago
John Newbery d7778351bf [net processing] Move ProcessHeadersMessage to PeerManager
4 years ago
John Newbery 64f6162651 [whitespace] tidy up indentation after scripted diff
4 years ago
John Newbery 58bd369b0d scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
4 years ago
John Newbery 2297b26b3c [net_processing] Pass chainparams to PeerLogicValidation constructor
4 years ago
John Newbery 824bbd1ffb [move only] Collect all private members of PeerLogicValidation together
4 years ago
MarcoFalke 2583966130
Merge #19478: Remove CTxMempool::mapLinks data structure member
4 years ago
Daniel Kraft a3ffb6ebeb Replace zmqconfig.h by a simple zmqutil.
4 years ago
Daniel Kraft 7f2ad1b9ac Use std::unique_ptr for CZMQNotifierFactory.
4 years ago
Daniel Kraft b93b9d5456 Simplify and fix notifier removal on error.
4 years ago
Daniel Kraft e15b1cfc31 Various cleanups in zmqnotificationinterface.
4 years ago
MarcoFalke 07087051af
Merge #19556: Remove mempool global
4 years ago
Samuel Dobson 78cb45d722
Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBook
4 years ago