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
/
test_framework
/
blocktools.py
Age
Commit message (
Expand
)
Author
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-11-30
Remove GetAdjustedTime from init.cpp
MarcoFalke
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-26
test: add script_util helper for creating bare multisig scripts
Sebastian Falbesoner
2021-09-29
test: introduce script_util helper for creating P2PK scripts
Sebastian Falbesoner
2021-09-16
test: Activate all regtest softforks at height 1, unless overridden
MarcoFalke
2021-08-26
Set regtest.BIP65Height = 111 to speed up tests
MarcoFalke
2021-08-10
Merge bitcoin/bitcoin#22632: test: Set regtest.BIP66Height = 102 to speed up ...
W. J. van der Laan
2021-08-05
Merge bitcoin/bitcoin#22619: test: refactor: use consistent bytes <-> hex-str...
MarcoFalke
2021-08-05
test: Set regtest.BIP66Height = 102 to speed up tests
MarcoFalke
2021-08-04
test: refactor: remove binascii from test_framework
Zero-1729
2021-08-03
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2021-08-01
Merge bitcoin/bitcoin#22429: test: refactor: fix segwit terminology (s/witnes...
MarcoFalke
2021-07-27
test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
Sebastian Falbesoner
2021-07-11
test: fix segwit terminology (s/witness_program/witness_script/)
Sebastian Falbesoner
2021-07-05
test: use script_util helpers for creating P2W{PKH,SH} scripts
Sebastian Falbesoner
2021-06-24
Merge bitcoin/bitcoin#22257: test: refactor: various (de)serialization helper...
MarcoFalke
2021-06-22
Revert "test: Add temporary logging to debug #20975"
MarcoFalke
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2021-06-18
test: Create all blocks with version 4 or higher
MarcoFalke
2021-06-04
test: Add temporary logging to debug #20975
MarcoFalke
2021-05-21
Move COINBASE_MATURITY from `feature_nulldummy` test to `blocktools`.
Kiminuo
2021-04-19
test: Add tests for block_info in gettxoutsetinfo
Fabian Jahr
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-03
test: Fix deser issue in create_block
MarcoFalke
2020-11-01
Use separate watchonly wallet for multisig in feature_nulldummy.py
Andrew Chow
2020-10-16
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-10-12
tests: functional tests for Schnorr/Taproot/Tapscript
Pieter Wuille
2020-09-12
QA: blocktools: Accept block template to create_block
Luke Dashjr
2020-06-03
[test] CScriptNum Decode Check as Unit Tests
Gillian Chu
2019-07-09
test: Properly serialize BIP34 coinbase height
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-01-08
Merge #15059: test: Add basic test for BIP34
Wladimir J. van der Laan
2018-12-29
test: Add basic test for BIP34
MarcoFalke
2018-11-27
test: add invalid tx templates for use in functional tests
James O'Beirne
2018-10-25
Fix typo in test_framework/blocktools
MeshCollider
2018-09-04
Fix typos reported by codespell
practicalswift
2018-08-09
qa: blocktools enforce named args for amount
MarcoFalke
2018-08-09
[Tests] Cleanup extra instances of create_transaction
Conor Scott
2018-08-09
[Tests] Rename create_tx and move to blocktools.py
Conor Scott
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-20
[tests] tidy up blocktools.py
John Newbery
2018-04-20
[tests] Fix flake8 warnings in blocktools.py
John Newbery
2018-04-20
[doc][trivial] no retargeting in regtest mode
Jesse Cohen
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
[next]