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
/
script.py
Age
Commit message (
Expand
)
Author
2023-11-17
Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types fo...
fanquake
2023-11-07
Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...
Andrew Chow
2023-10-25
test: use built-in collection types for type hints (Python 3.9 / PEP 585)
Sebastian Falbesoner
2023-09-10
[test] Move test framework crypto functions to crypto/
stratospher
2023-07-25
test: refactor: deduplicate segwitv0 ECDSA signing for tx inputs
Sebastian Falbesoner
2023-07-03
test: refactor: deduplicate legacy ECDSA signing for tx inputs
Sebastian Falbesoner
2023-01-16
Merge bitcoin/bitcoin#26631: test: add coverage for dust mempool policy (`-du...
MarcoFalke
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-04
test: add `CScript` method for checking for witness program
Sebastian Falbesoner
2022-11-21
Add feature_taproot case involved invalid internal pubkey
Pieter Wuille
2022-01-12
Simplify wallet_taproot.py functional test
Pieter Wuille
2022-01-12
Add tests for (sorted)multi_a derivation/signing
Pieter Wuille
2021-12-08
Swap out hashlib.ripemd160 for own implementation
Pieter Wuille
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-12
tests: abstract out precomputed BIP341 signature hash elements
Pieter Wuille
2021-11-12
tests: give feature_taproot access to sighash preimages
Pieter Wuille
2021-11-12
tests: add more fields to TaprootInfo
Pieter Wuille
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-03-01
Correction for VerifyTaprootCommitment comments
Russell O'Connor
2021-02-08
test: remove type: comments in favour of actual annotations
fanquake
2020-12-24
Merge #20189: test: Switch to BIP341's suggested scheme for outputs without s...
MarcoFalke
2020-11-26
Fix and improve taproot_construct comments
Pieter Wuille
2020-10-19
Switch to BIP341's suggested scheme for outputs without script
Pieter Wuille
2020-10-12
tests: functional tests for Schnorr/Taproot/Tapscript
Pieter Wuille
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-04
Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.py
Wladimir J. van der Laan
2020-06-03
[test] CScriptNum Decode Check as Unit Tests
Gillian Chu
2020-06-02
This PR adds initial support for type hints checking in python scripts.
Kiminuo
2020-04-30
Merge #18576: test: use unittest for test_framework unit testing
MarcoFalke
2020-04-26
test: use unittest and test_runner for test framework unit testing
Gloria Zhao
2020-04-25
test: use zero-argument super() shortcut (Python 3.0+)
Sebastian Falbesoner
2020-04-22
test: Remove unused, undocumented and misleading CScript.__add__
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-18
Simplify bn2vch using int.to_bytes
Pieter Wuille
2019-10-30
[tests] remove bignum.py
John Newbery
2019-10-30
[tests] fix flake8 warnings in script.py and bignum.py
John Newbery
2019-10-14
[test] rename SegwitVersion1SignatureHash()
John Newbery
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
build: Require python 3.5
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2018-12-12
[test] functional framework: add CScript hex() for Python 3.4
Sjors Provoost
2018-11-29
Add CScriptNum decode python implementation in functional suite
Gregory Sanders
2018-09-26
Strictly enforce instance attrs in critical functional test classes.
Justin Turner Arthur
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-16
tests: Remove redundant bytes²
practicalswift
2018-04-16
tests: Remove compatibility code not needed now when we're on Python 3
practicalswift
2018-02-18
qa: Fix python TypeError in script.py
MarcoFalke
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
[next]