Commit Graph

36 Commits (f1f26b8d5baec4a45a3a9ba0440cd4eff7af8407)

Author SHA1 Message Date
MarcoFalke f656165e9c
Merge #18772: rpc: calculate fees in getblock using BlockUndo data
4 years ago
Pieter Wuille d7ff237f29 Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
4 years ago
Elliott Jin 66d012ad7f test: RPC: getblock fee calculations
4 years ago
gzhao408 784f757994 [refactor] clarify tests by referencing p2p objects directly
4 years ago
John Newbery 5e8df3312e test: resort imports
4 years ago
John Newbery 85165d4332 scripted-diff: Rename mininode to p2p
4 years ago
Torhte Butler 5067c5acc3 [test] Add test for getblockheader verboseness
4 years ago
Fabian Jahr 40506bf93f
test: Test gettxouttsetinfo hash_type option
4 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
Jon Atack 6112a20982
test: replace (send_message + sync_with_ping) with send_and_ping
5 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
Dan Gershony 1a02edb3f2 [RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
5 years ago
Jonathan "Duke" Leto d48c1e837a Add window final block height to getchaintxstats
5 years ago
James O'Beirne 8319e738f9 [tests] Add coverage for the content of getblockchaininfo.softforks
5 years ago
John Newbery 3862e473f0 [rpc] Tidy up reporting of buried and ongoing softforks
5 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 fab0d85802
qa: Remove mocktime unless required
6 years ago
Jon Layton fa0815c300
rpc: Correctly name arguments
6 years ago
MarcoFalke 37612099ec
Merge #13424: Consistently validate txid / blockhash length and encoding in rpc calls
6 years ago
sanket1729 0ca4c8b3c6 Changed functional tests which do not require wallets to run without
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke faa669cbcd
qa: Premine to deterministic address with -disablewallet
6 years ago
MarcoFalke 09ada21ca2
Merge #13924: tests: Simplify comparison in rpc_blockchain.py
6 years ago
Daniel Kraft 1f87c372b5 Simplify comparison in rpc_blockchain.py.
6 years ago
MarcoFalke 8ac7125d59
Merge #13916: qa: wait_for_verack by default
6 years ago
MarcoFalke fa5587fe71
qa: wait_for_verack by default
6 years ago
Ben Woosley 5eb20f81d9
Consistently use ParseHashV to validate hash inputs in rpc
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
MarcoFalke fa87da2f17
qa: Avoid start/stop of the network thread mid-test
6 years ago
Gregory Sanders 86edf4a2a5 expose CBlockIndex::nTx in getblock(header)
7 years ago
Wladimir J. van der Laan 947c25ead2
Merge #12431: Only call NotifyBlockTip when chainActive changes
7 years ago
James O'Beirne 152b7fb25f [tests] Add a (failing) test for waitforblockheight
7 years ago
João Barbosa 57e6786203 qa: Improve getchaintxstats functional test
7 years ago
John Newbery 7444149de3 Document method for reviewers to verify chainTxData
7 years ago
Anthony Towns 81b79f2c39 [tests] Rename rpc_* functional tests.
7 years ago