Commit Graph

27828 Commits (5e50e2d1b95e7ca7709a9671ab21f1164b8d0cb8)
 

Author SHA1 Message Date
Carl Dong 3a205c43dc validation: Pass in chainstate to AcceptToMemoryPoolWithTime
4 years ago
Carl Dong d8a816329c validation: Add chainstate member to MemPoolAccept
4 years ago
Carl Dong 4c15942b79 validation: Pass in chainstate to ::CheckSequenceLocks
4 years ago
Carl Dong 577b774d0c validation: Remove old CheckFinalTx w/o chain tip param
4 years ago
Carl Dong 7031cf89db scripted-diff: Invoke ::CheckFinalTx with chain tip
4 years ago
Carl Dong d015eaa550 validation: Pass in chain tip to ::CheckFinalTx
4 years ago
Carl Dong 252b489c9f validation: Pass in coins tip to CheckInputsFromMempoolAndCache
4 years ago
Carl Dong 73a6d2b7be validation: Pass in chainstate to IsCurrentForFeeEstimation
4 years ago
Carl Dong d1f932b0b0 validation: Pass in coins cache to ::LimitMempoolSize
4 years ago
Jonas Schnelli bedb8d88bc Avoid comparision of integers with different signs
4 years ago
Carl Dong d02076b885 guix: Jump forwards in time-machine and adapt
4 years ago
Carl Dong f8ca8c5c28 guix: Supply --keep-failed for debugging
4 years ago
MarcoFalke faf48f20f1
log: Clarify log message when file does not exist
4 years ago
Wladimir J. van der Laan b805dbb0b9
Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set
4 years ago
Wladimir J. van der Laan 860f916803
Merge #20524: test: Move MIN_VERSION_SUPPORTED to p2p.py
4 years ago
Jon Atack 142807af8b
gui: display BIP152 high bandwidth relay in peer details
4 years ago
Jon Atack 9476886353
gui: display fRelayTxes in peer details
4 years ago
John Newbery 876ac3f6b6 [tools] Allow argument/parameter bin packing in clang-format
4 years ago
John Newbery 3e68efa615 [net] Move checks from GetLocalAddrForPeer to caller
4 years ago
John Newbery d21d2b264c [net] Change AdvertiseLocal to GetLocalAddrForPeer
4 years ago
Samuel Dobson db656db2ed
Merge #19136: wallet: add parent_desc to getaddressinfo
4 years ago
Jonas Schnelli 9017d55e7c
Merge #15946: Allow maintaining the blockfilterindex when using prune
4 years ago
MarcoFalke cd66d8b1d8
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
4 years ago
Jarol Rodriguez 8f9644890a qt: Remove Transactionview Edit Label Action
4 years ago
Amiti Uttarwar 25c57d6409 [doc] Add a note about where lock annotations should go.
4 years ago
Amiti Uttarwar ad5f01b960 [validation] Move the lock annotation from function definition to declaration
4 years ago
Wladimir J. van der Laan 372dd8da24
Merge #21110: util: remove Boost posix_time usage from GetTime*
4 years ago
Wladimir J. van der Laan 04336086d3
Merge #21182: build: remove mostly pointless BOOST_PROCESS macro
4 years ago
Wladimir J. van der Laan 4dc1ff809a
Merge #21192: cli: Treat high detail levels as maximum in -netinfo
4 years ago
MarcoFalke 22220ef6d5
test: Move P2WSH_OP_TRUE to shared test library
4 years ago
MarcoFalke 569b5ba1dc
Merge #21121: [test] Small unit test improvements, including helper to make mempool transaction
4 years ago
John Newbery 9f21ed4037 [test] Check user agent string from test framework connections
4 years ago
John Newbery 9ce4c3c4c1 [test] Add P2P_SERVICES to p2p.py
4 years ago
John Newbery 010542614d [test] Move MY_RELAY to p2p.py
4 years ago
John Newbery 9b4054cb7a [test] Move MY_SUBVERSION to p2p.py
4 years ago
John Newbery 7e158a6910 [test] Move MY_VERSION to p2p.py
4 years ago
John Newbery 652311165c [test] Move MIN_VERSION_SUPPORTED to p2p.py
4 years ago
MarcoFalke 8639c446d8
Merge #21188: scripted-diff: Remove redundant lock annotations in net processing
4 years ago
MarcoFalke 7f831346cb
Merge #20380: doc: Add instructions on how to fuzz the P2P layer using Honggfuzz NetDriver
4 years ago
MarcoFalke 69f7f50aa5
Merge #20993: test: store subversion (user agent) as string in msg_version
4 years ago
MarcoFalke 77772a1b80
doc: Rework internal and external links
4 years ago
MarcoFalke 9266f7497f
util: Use std::chrono for time getters
4 years ago
Cory Fields 3c2e16be22
time: add runtime sanity check
4 years ago
fanquake 36be9b821a
Merge #21087: guix: Passthrough BASE_CACHE into container
4 years ago
fanquake c5da2749e2
build: actually stop configure if Boost isn't available
4 years ago
fanquake cad8b527ea
build: explicitly install libboost-dev package
4 years ago
fanquake 7c8e605bf4
Merge #21159: test: fix sign comparison warning in socket tests
4 years ago
fanquake 7bf04e358a
build: remove mostly pointless BOOST_PROCESS macro
4 years ago
Jon Atack 6bfbc97d71 test: disallow sendtoaddress/sendmany when private keys disabled
4 years ago
Andrew Chow 0997019e76 Disallow sendtoaddress and sendmany when private keys disabled
4 years ago