aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/key.py
AgeCommit message (Expand)Author
2020-11-09Merge #20292: test: Fix intermittent feature_taproot issueWladimir J. van der Laan
2020-11-05fix ecdsa verify in test frameworkStepan Snigirev
2020-11-03Small improvements to the Taproot functional testsPieter Wuille
2020-10-15Address functional test nitsPieter Wuille
2020-10-12tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille
2020-10-12tests: add BIP340 Schnorr signature support to test frameworkPieter Wuille
2020-07-16test: Move modinv to util and add unit testFabian Jahr
2020-06-10[tests] move generate_wif_key to wallet_util.pyJohn Newbery
2020-06-10Revert "[TESTS] Move base58 to own module to break circular dependency"John Newbery
2020-06-09[TESTS] Move base58 to own module to break circular dependencyPieter Wuille
2020-04-23Add a --descriptors option to various testsAndrew Chow
2019-04-18Add comments to Python ECDSA implementationJohn Newbery
2019-04-18Pure python ECPieter Wuille
2018-04-16tests: Remove compatibility code not needed now when we're on Python 3practicalswift
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery