Commit Graph

783 Commits (6efd9644cfe31168db1841010cffa64dfe604e67)

Author SHA1 Message Date
Jonas Schnelli 3a8a4dc4a1
Merge #12791: Expose a transaction's weight via RPC
7 years ago
Evan Klitzke 6a3b0d3d1a Print to console by default when not run with -daemon
7 years ago
Wladimir J. van der Laan 4366f61cc9
Merge #11862: Network specific conf sections
7 years ago
MarcoFalke 6a278e0640
Merge #12996: tests: Remove redundant bytes(…) calls
7 years ago
practicalswift 9db48c5634 tests: Remove redundant bytes²
7 years ago
practicalswift f020aca297 Minor Python cleanups to make flake8 pass with the new rules enabled
7 years ago
practicalswift b95f9a61e0 tests: Remove compatibility code not needed now when we're on Python 3
7 years ago
Matt Corallo d0d9112b79 Test new weight field in p2p_segwit
7 years ago
Matt Corallo 2874709a9f Expose a transaction's weight via RPC
7 years ago
Gregory Sanders 6cba60ace2 speed up wallet_hd.py and clarify/augment checks
7 years ago
Anthony Towns 8a9817d175 [tests] Use regtest section in functional tests configs
7 years ago
Wladimir J. van der Laan 9b3370d1c6
Merge #12892: [wallet] [rpc] introduce 'label' API for wallet
7 years ago
Wladimir J. van der Laan 189e0ef33e [wallet] [rpc] introduce 'label' API for wallet
7 years ago
Wladimir J. van der Laan a84b056d5f
Merge #12749: [wallet] feebumper: discard change outputs below discard rate
7 years ago
MarcoFalke 727175a08d
Merge #12902: [qa] Handle potential cookie race when starting node
7 years ago
MarcoFalke cf8073f8d1
Merge #12917: qa: Windows fixups for functional tests
7 years ago
Suhas Daftuar 75d0e4c544 [qa] Delete cookie file before starting node
7 years ago
Wladimir J. van der Laan 0700b6f778
Merge #11851: scripted-diff: Rename wallet database classes
7 years ago
Karl-Johan Alm bf08fc5b6b
test: Assert on correct variable
7 years ago
Wladimir J. van der Laan 27278dffe8
Merge #12856: Tests: Add Metaclass for BitcoinTestFramework
7 years ago
MarcoFalke bd42b85e8b
Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds
7 years ago
MarcoFalke fab9095d40
qa: Windows fixups for functional tests
7 years ago
Wladimir J. van der Laan 15c3bb4268
Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests end
7 years ago
Suhas Daftuar e36a0c0852 [qa] Ensure bitcoind processes are cleaned up when tests end
7 years ago
Suhas Daftuar 662d19ff72 [rpcwallet] Clamp walletpassphrase value at 100M seconds
7 years ago
Russell Yanofsky ea23945dbc scripted-diff: Rename wallet database classes
7 years ago
MarcoFalke 83c7533eb1
Merge #12849: Tests: Add logging in loops in p2p_sendhears.py
7 years ago
Wladimir J. van der Laan 69310a342f
Merge #12766: [Tests] Tidy up REST interface functional tests
7 years ago
Will Ayd c9cce0a7f6 Tests: Add Metaclass for BitcoinTestFramework
7 years ago
MarcoFalke 9a2db3b3d5
Merge #11818: I accidentally [deliberately] killed it [the ComparisonTestFramework]
7 years ago
MarcoFalke 2106c4c64c
Merge #12853: qa: Match full plain text by default
7 years ago
Roman Zeyde 55efc1f62c
[tests] simplify binary and hex response parsing in interface_rest.py
7 years ago
John Newbery ade5964e3f
[tests] only use 2 nodes in interface_rest.py
7 years ago
John Newbery ad00fbed3c
[tests] refactor interface_rest.py to avoid code repetition
7 years ago
John Newbery 7a3181a767
[tests] Make json request building more consistent in interface_rest.py
7 years ago
John Newbery 3fd4490db1
[tests] improve logging and documentation in interface_rest.py
7 years ago
John Newbery abf190e4e7
[tests] fix flake8 warnings in interface_rest.py test
7 years ago
ccdle12 8dd547d82b Adding logging for loop iteration level in p2p_sendheaders.py
7 years ago
John Newbery 89fe5feea2 [tests] Stop feature_block.py from blowing up memory.
7 years ago
John Newbery 9c92c8c827 [tests] Remove Comparison Test Framework
7 years ago
John Newbery e80c640d78 [tests] Remove bip9-softforks.py
7 years ago
Wladimir J. van der Laan 18815b4bfb
Merge #11742: rpc: Add testmempoolaccept
7 years ago
MarcoFalke fa5825d610
Merge #12284: Remove assigned but never used local variables. Enable Travis checking for unused local variables.
7 years ago
MarcoFalke faace13868
qa: Match full plain text by default
7 years ago
MarcoFalke d454e39f2a
Merge #12843: [tests] Test starting bitcoind with -h and -version
7 years ago
MarcoFalke 2a09a78c08
Merge #11817: [tests] Change feature_csv_activation.py to use BitcoinTestFramework
7 years ago
John Newbery 63048ec73d [tests] Test starting bitcoind with -h and -version
7 years ago
MarcoFalke 243c9bb79a
Merge #12804: [tests] Fix intermittent rpc_net.py failure.
7 years ago
MarcoFalke de7e586841
Merge #12810: [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error
7 years ago
practicalswift 169f3e8637 Remove assigned but never used local variables
7 years ago