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
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-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
2018-01-15
Merge #11796: [tests] Functional test naming convention
Wladimir J. van der Laan
2018-01-03
[tests] Remove redundant import in blocktools.py test
Anthony Towns
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-10-10
[tests] move witness util functions to blocktools.py
John Newbery
2017-04-20
Tests: Refactor to create witness script creation function
Jimmy Song
2017-03-20
Rename rpc-tests directory to functional
John Newbery