Commit Graph

2903 Commits (5d62e3a68b6ea9bb03556ee1fbf5678f20be01a2)

Author SHA1 Message Date
Wladimir J. van der Laan a0185d90a7
Merge #18309: zmq: Add support to listen on multiple interfaces
4 years ago
MarcoFalke 9fc2f011ba
Merge #20048: chainparams: do not log signet startup messages for other chains
4 years ago
Jon Atack 6fccad7f71
signet: do not log signet startup messages for other chains
4 years ago
MarcoFalke 40aab35e98
Merge #19253: Tests: tidy up address.py and segwit_addr.py
4 years ago
nthumann 241803da21
test: Add zmq test to support multiple interfaces
4 years ago
MarcoFalke faf60dee34
doc: Remove double-whitespace from help string, other whitespace fixups
4 years ago
MarcoFalke 1769828684
Merge #19501: send* RPCs in the wallet returns the "fee reason"
4 years ago
Wladimir J. van der Laan 8aa6178961
Merge #20003: net: Exit with error message if -proxy is specified without arguments (instead of continuing without proxy server)
4 years ago
fanquake ec9b4492eb
Merge #19630: Cleanup fee estimation code
4 years ago
fanquake 6af9b31bfc
Merge #19107: p2p: Move all header verification into the network layer, extend logging
4 years ago
fanquake e36aa351a3
Merge #19969: Send RPC bug fix and touch-ups
4 years ago
Sishir Giri 69cf5d4eeb [test] Make sure send rpc returns fee reason
4 years ago
MarcoFalke faa94cb167
test: Check that invalid peer traffic is accounted for
4 years ago
MarcoFalke fae243f0cb
test: Remove confusing cast to same type (int to int)
4 years ago
kanon a5a6965157
[Trivial] python help message
4 years ago
Sishir Giri d5863c0b3e [send] Make send RPCs return fee reason
4 years ago
MarcoFalke 055abfbc5a
Merge #20023: test: remove unused constants in functional tests
4 years ago
MarcoFalke 4f45ea1f73
Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs
4 years ago
Sebastian Falbesoner 92e28fa8b2 test: remove unused constants in functional tests
4 years ago
Oliver Gugger 0fcaf73199
test: use explicit p2p objects where available
4 years ago
MarcoFalke 78f912c901
Merge #19804: test/refactor: reference p2p objects explicitly and remove confusing Test_Node.p2p property
4 years ago
practicalswift 9b4fa0af40 net: Print error message if -proxy is specified without arguments (instead of continuing without proxy server)
4 years ago
Wladimir J. van der Laan 9e217f5a6f
Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool tracking
4 years ago
MarcoFalke 8219893825
Merge #19993: refactor: Signet fixups
4 years ago
Troy Giorshev deb52711a1 Remove header checks out of net_processing
4 years ago
MarcoFalke b1291b2e8f
Merge #19963: Clarify blocksonly whitelistforcerelay test
4 years ago
MarcoFalke fa2ad5dae1
test: Run signet test even when wallet was not compiled
4 years ago
Gregory Sanders 68c3c7e1bd Add functional tests for zmq sequence topic and mempool sequence logic
4 years ago
Gregory Sanders 1b615e61bf zmq test: Actually make reorg occur
4 years ago
Amiti Uttarwar 50f94b34a3 [rpc] Deprecate getpeerinfo addnode field
4 years ago
Amiti Uttarwar df091b9b50 [refactor] Rename test file to allow any getpeerinfo deprecations.
4 years ago
Amiti Uttarwar 395acfa83a [rpc] Add connection type to getpeerinfo RPC, update tests
4 years ago
Wladimir J. van der Laan 8c5f68118c
Merge #18267: BIP-325: Signet [consensus]
4 years ago
Wladimir J. van der Laan c0c409dcd3
Merge #19697: Improvements on ADDR caching
4 years ago
t-bast e15344889a
Clarify blocksonly whitelistforcerelay test
4 years ago
MarcoFalke b99a1633b2
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
4 years ago
fanquake c30f79d418
Merge #19940: rpc: Return fee and vsize from testmempoolaccept
4 years ago
Sjors Provoost a5f5374b43
test: create default wallet in extended tests
4 years ago
Karl-Johan Alm e47ad375bf
test: basic signet tests
4 years ago
Samuel Dobson 652c45fdbb
Merge #15454: Remove the automatic creation and loading of the default wallet
4 years ago
Sjors Provoost d813d26f06
[rpc] send: various touch-ups
4 years ago
Sjors Provoost 0fc1c685e1
[rpc] send: fix parsing replaceable option
4 years ago
Wladimir J. van der Laan a518b1c26b
Merge #19936: Test: batch rpc with params
4 years ago
gzhao408 23c35bf005 [test] add get_vsize util for more programmatic testing
4 years ago
codeShark149 2233a93a10 [rpc] Return fee and vsize from testmempoolaccept
4 years ago
Samuel Dobson ffaac6e614
Merge #16378: The ultimate send RPC
4 years ago
Antoine Poinsot a3abeec33a
policy/fees: remove a floating-point division by zero
4 years ago
Gregory Sanders e1fdd2963b Test batch rpc with params
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