Commit Graph

78 Commits (0cd7928133eb8a605979c6338bbcbcb116cfa669)

Author SHA1 Message Date
MacroFake e864f2e4af
Merge bitcoin/bitcoin#25976: QA: rpc_blockchain: Test output of getblock verbosity 0, False, and True
2 years ago
Luke Dashjr f663b43df0 QA: rpc_blockchain: Test output of getblock verbosity 0, False, and True
2 years ago
Suhas Daftuar ed6cddd98e Require callers of AcceptBlockHeader() to perform anti-dos checks
2 years ago
MacroFake fae5ce8795
univalue: Return more detailed type check error messages
2 years ago
Jon Atack 5d7c69b887
rpc: rename getdeploymentinfo status-next to status_next
3 years ago
MarcoFalke fa462ea787
Avoid implicit-integer-sign-change in VerifyLoadedChainstate
3 years ago
MarcoFalke d4e92d8436
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
3 years ago
Anthony Towns 240cad09ba rpc: getdeploymentinfo: include signalling info
3 years ago
Anthony Towns 376c0c6dae rpc: getdeploymentinfo: include block hash/height
3 years ago
Anthony Towns a7469bcd35 rpc: getdeploymentinfo: change stats to always refer to current period
3 years ago
Anthony Towns fd826130a0 rpc: move softfork info from getblockchaininfo to getdeploymentinfo
3 years ago
MarcoFalke fa24a3df87
rpc: Quote user supplied strings in error messages
3 years ago
MarcoFalke fa551b3bdd
Remove GetAdjustedTime from init.cpp
3 years ago
fanquake ffdab41f94
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* changes
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
Sebastian Falbesoner 4a2edf2bf7 test: generate blocks to MiniWallet address in rpc_blockchain.py
3 years ago
MarcoFalke facc352648
test: Implicitly sync after generate*, unless opted out
3 years ago
fyquah 4330af6f72 rpc: Add test for level 3 verbosity getblock rpc call.
3 years ago
MarcoFalke fa4ca8d579
test: Add -testactivationheight tests to rpc_blockchain
3 years ago
merge-script 8e9801bfc4
Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1, unless overridden
3 years ago
MarcoFalke fa7e3f1fc1
test: Replace MiniWallet scan_blocks with rescan_utxos
3 years ago
MarcoFalke fa4db8671b
test: Activate all regtest softforks at height 1, unless overridden
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
MarcoFalke faf7e485e9
Set regtest.BIP65Height = 111 to speed up tests
3 years ago
MarcoFalke fafe896a0b
test: Set regtest.BIP66Height = 102 to speed up tests
3 years ago
MarcoFalke ad0fc453cc
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
3 years ago
Jon Atack ef5e9304cd
test: update logging and docstring in rpc_blockchain.py
3 years ago
Jon Atack d548dc71e4
test: replace magic values by constants in rpc_blockchain.py
3 years ago
Jon Atack 78c361086f
test: assert on mediantime in getblockheader and getblockchaininfo
3 years ago
Jon Atack 0a9129c588
test: assert on the value of getblockchaininfo#time
3 years ago
João Barbosa 20edf4bcf6 rpc: Return block time in getblockchaininfo
3 years ago
Sebastian Falbesoner 1914054208 scripted-diff: test: rename `FromHex` to `from_hex`
3 years ago
MarcoFalke 222290f543
test: Set BIP34Height = 2 for regtest
3 years ago
Jon Atack 5d1050f516
doc: fix -coinstatsindex help, and test/rpc touchups
4 years ago
klementtan a411494261 rpc: Improve getblock error message for invalid data type.
4 years ago
Anthony Towns 73d4a70639 versionbits: Add support for delayed activation
4 years ago
Wladimir J. van der Laan 2059d32edb
Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate()
4 years ago
MarcoFalke 1b045b5eef
Merge #21053: rpc, test: document {previous,next}blockhash as optional
4 years ago
MarcoFalke faa137eb9e
test: Speed up rpc_blockchain.py by removing miniwallet.generate()
4 years ago
MarcoFalke fa1fe80c75
test: Change address type from P2PKH to P2WSH in rpc_blockchain
4 years ago
Fabian Jahr 0d3b2f643d
rpc: Add hash_type MUHASH to gettxoutsetinfo
4 years ago
Sebastian Falbesoner ba7e17e073 rpc, test: document {previous,next}blockhash as optional
4 years ago
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