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
/
key.py
Age
Commit message (
Expand
)
Author
2021-02-09
test: remove unused function xor_bytes
Sebastian Falbesoner
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-11-09
Merge #20292: test: Fix intermittent feature_taproot issue
Wladimir J. van der Laan
2020-11-05
fix ecdsa verify in test framework
Stepan Snigirev
2020-11-03
Small improvements to the Taproot functional tests
Pieter Wuille
2020-10-15
Address functional test nits
Pieter Wuille
2020-10-12
tests: functional tests for Schnorr/Taproot/Tapscript
Pieter Wuille
2020-10-12
tests: add BIP340 Schnorr signature support to test framework
Pieter Wuille
2020-07-16
test: Move modinv to util and add unit test
Fabian Jahr
2020-06-10
[tests] move generate_wif_key to wallet_util.py
John Newbery
2020-06-10
Revert "[TESTS] Move base58 to own module to break circular dependency"
John Newbery
2020-06-09
[TESTS] Move base58 to own module to break circular dependency
Pieter Wuille
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2019-04-18
Add comments to Python ECDSA implementation
John Newbery
2019-04-18
Pure python EC
Pieter Wuille
2018-04-16
tests: Remove compatibility code not needed now when we're on Python 3
practicalswift
2017-10-16
[tests] Don't subclass from object for Python 3
John Newbery
2017-03-20
Rename rpc-tests directory to functional
John Newbery