index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
rpc_blockchain.py
Age
Commit message (
Expand
)
Author
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-05
rpc: Add test for level 3 verbosity getblock rpc call.
fyquah
2021-09-24
test: Add -testactivationheight tests to rpc_blockchain
MarcoFalke
2021-09-24
Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1...
merge-script
2021-09-20
test: Replace MiniWallet scan_blocks with rescan_utxos
MarcoFalke
2021-09-16
test: Activate all regtest softforks at height 1, unless overridden
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-26
Set regtest.BIP65Height = 111 to speed up tests
MarcoFalke
2021-08-05
test: Set regtest.BIP66Height = 102 to speed up tests
MarcoFalke
2021-08-03
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-07-22
test: update logging and docstring in rpc_blockchain.py
Jon Atack
2021-07-22
test: replace magic values by constants in rpc_blockchain.py
Jon Atack
2021-07-21
test: assert on mediantime in getblockheader and getblockchaininfo
Jon Atack
2021-07-21
test: assert on the value of getblockchaininfo#time
Jon Atack
2021-07-20
rpc: Return block time in getblockchaininfo
João Barbosa
2021-06-21
scripted-diff: test: rename `FromHex` to `from_hex`
Sebastian Falbesoner
2021-06-18
test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-05-01
doc: fix -coinstatsindex help, and test/rpc touchups
Jon Atack
2021-04-18
rpc: Improve getblock error message for invalid data type.
klementtan
2021-04-12
versionbits: Add support for delayed activation
Anthony Towns
2021-02-25
Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate()
Wladimir J. van der Laan
2021-02-23
Merge #21053: rpc, test: document {previous,next}blockhash as optional
MarcoFalke
2021-02-16
test: Speed up rpc_blockchain.py by removing miniwallet.generate()
MarcoFalke
2021-02-16
test: Change address type from P2PKH to P2WSH in rpc_blockchain
MarcoFalke
2021-01-30
rpc: Add hash_type MUHASH to gettxoutsetinfo
Fabian Jahr
2021-01-29
rpc, test: document {previous,next}blockhash as optional
Sebastian Falbesoner
2020-12-24
Merge #18772: rpc: calculate fees in getblock using BlockUndo data
MarcoFalke
2020-10-12
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
Pieter Wuille
2020-10-09
test: RPC: getblock fee calculations
Elliott Jin
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-08-21
test: resort imports
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-17
[test] Add test for getblockheader verboseness
Torhte Butler
2020-06-22
test: Test gettxouttsetinfo hash_type option
Fabian Jahr
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-26
[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
Dan Gershony
2019-08-29
Add window final block height to getchaintxstats
Jonathan "Duke" Leto
2019-08-14
[tests] Add coverage for the content of getblockchaininfo.softforks
James O'Beirne
2019-08-13
[rpc] Tidy up reporting of buried and ongoing softforks
John Newbery
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-02-19
qa: Remove mocktime unless required
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-08-10
Merge #13924: tests: Simplify comparison in rpc_blockchain.py
MarcoFalke
[next]