Commit Graph

1559 Commits (e45b7f20e651898c5b476c2364fd9d1fd583f3af)

Author SHA1 Message Date
MarcoFalke c033c4b5ce
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
6 years ago
MarcoFalke 27781b6530
Merge #15466: tests: Print remaining jobs in test_runner.py
6 years ago
Karl-Johan Alm 7abd2e697c
wallet/rpc: add maxfeerate parameter to testmempoolaccept
6 years ago
Karl-Johan Alm 6c0a6f73e3
wallet/rpc: add maxfeerate parameter to sendrawtransaction
6 years ago
fanquake 335931df4a
rpc: return a number for estimated_feerate in analyzepsbt
6 years ago
MarcoFalke c94852e791
Merge #15564: cli: remove duplicate wallet fields from -getinfo
6 years ago
fanquake 3f6568d66b
cli: remove duplicate wallet fields from -getinfo
6 years ago
fanquake 890396cbd5
cli: replace testnet with chain and return network name as per BIP70.
6 years ago
Karl-Johan Alm e5efacb941
test: Refactor vout fetches in rpc_rawtransaction
6 years ago
Steven Roose 2e5d482659
tests: Print remaining jobs in test_runner.py
6 years ago
MarcoFalke 4952a95358
Merge #15534: [test] lint-format-strings: open files sequentially (fix for OS X)
6 years ago
MarcoFalke a74d588f21
Merge #14954: build: Require python 3.5
6 years ago
Glenn Willen 21be609b49 In lint-format-strings, open files sequentially
6 years ago
MarcoFalke fa2797808e
test: Remove python3.4 workaround in feature_dbcrash
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa0e65b772
scripted-diff: test: Remove brackets after assert
6 years ago
MarcoFalke fab5a1e0f4
build: Require python 3.5
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
MarcoFalke 789b0bbf2a
Merge #15335: Fix lack of warning of unrecognized section names
6 years ago
MarcoFalke 9e3122de05
Merge #15492: [rpc] remove deprecated generate method
6 years ago
MarcoFalke f9dbb319d2
Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
6 years ago
Adam Jonas f13ad1cae0 modify test for memory locked in case locking pages failed at some point
6 years ago
MarcoFalke a6d7026a45
Merge #15497: rpc: Consistent range arguments in scantxoutset/importmulti/deriveaddresses
6 years ago
Pieter Wuille ca253f6ebf Make deriveaddresses use stop/[start,stop] notation for ranges
6 years ago
MarcoFalke fa852f0e8d
test: Bump timeout on tests that timeout on windows
6 years ago
Pieter Wuille 1675b7ce55 Use stop/[start,stop] notation in importmulti desc range
6 years ago
Pieter Wuille 4566011631 Add support for stop/[start,stop] ranges to scantxoutset
6 years ago
Sjors Provoost 8bb3e4c487
[rpc] remove deprecated generate method
6 years ago
Adam Jonas 2fa85ebd1c add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
6 years ago
MarcoFalke d88f7f8764
Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warning
6 years ago
MarcoFalke 8f470ecc53
Merge #15419: qa: Always refresh cache to be out of ibd
6 years ago
MarcoFalke fa2cdc9ac2
test: Simplify create_cache
6 years ago
Wladimir J. van der Laan ef362f2773 rpc/gui: Remove 'Unknown block versions being mined' warning
6 years ago
Wladimir J. van der Laan 1a8a5ede9f
Merge #15401: rpc: Actually throw help when passed invalid number of params
6 years ago
Wladimir J. van der Laan 3e1ca1348c
Merge #15278: Improve PID file error handling
6 years ago
MarcoFalke fa4ce7038d
rpc: Actually throw help when passed invalid number of params
6 years ago
MarcoFalke f9775a8655
Merge #15439: tests: remove byte.hex() to keep compatibility
6 years ago
MarcoFalke fa25210d62
qa: Fix wallet_txn_doublespend issue
6 years ago
MarcoFalke 1111aecbb5
qa: Always refresh stale cache to be out of ibd
6 years ago
MarcoFalke fab0d85802
qa: Remove mocktime unless required
6 years ago
Wladimir J. van der Laan 38429c4b62
Merge #15404: [test] Remove -txindex to start nodes
6 years ago
MarcoFalke 3e4fd40753
Merge #15415: [test] functional: allow custom cwd, use tmpdir as default
6 years ago
Sjors Provoost e3e1a5631e
[test] functional: set cwd of nodes to tmpdir
6 years ago
Akio Nakamura 1a062b85f0 tests: remove byte.hex() to keep compatibility
6 years ago
Akio Nakamura 1a7ba84e11 Fix lack of warning of unrecognized section names
6 years ago
MarcoFalke 6ba3f1fdfd
Merge #15397: Remove manual byte editing in wallet_tx_clone func test
6 years ago
Amiti Uttarwar 8e4b4f683a Address test todos by removing -txindex to nodes.
6 years ago
Wladimir J. van der Laan f60d029a2a
Merge #15368: Descriptor checksums
6 years ago
Wladimir J. van der Laan d5b929c813
Merge #13932: Additional utility RPCs for PSBT
6 years ago
Andrew Chow 540729ef4b Implement analyzepsbt RPC and tests
6 years ago