aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/address.py
AgeCommit message (Expand)Author
2022-06-14test: add helpers for creating P2TR scripts/addresses from output keySebastian Falbesoner
2022-04-05test: throw `ValueError` for invalid base58 checksumSebastian Falbesoner
2022-04-05scripted-diff: rename `chars` to `b58chars` in test_framework.addressSebastian Falbesoner
2022-02-14test: refactor: remove unneeded bytes<->hex conversions in `byte_to_base58`Sebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09test: MiniWallet: add P2TR support and use it per defaultSebastian Falbesoner
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2020-09-03[tests] Replace bytes literals with hex literalsJohn Newbery
2020-09-03[tests] Fix pep8 style violations in address.pyJohn Newbery
2020-09-03[tests] Correct docstring for address.pyJohn Newbery
2020-09-03[tests] Tidy up imports in address.pyJohn Newbery
2020-09-03[tests] Remove unused optional verify_checksum parameterJohn Newbery
2020-09-03[tests] Rename segwit encode and decode functionsJohn 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-05-20tests: implement base58_decode10xcryptodev
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-01-23test: Add p2p test for forcerelay permissionMarcoFalke
2019-10-30rpc: Add generatetodescriptorMarcoFalke
2019-08-14test: Test p2sh-witness and bech32 in wallet_import_rescanMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-09-25qa: Run more tests with wallet disabledMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-09-28Use BIP173 addresses in segwit.py testPieter Wuille
2017-08-28Remove unused variables and/or function callspracticalswift
2017-03-20Rename rpc-tests directory to functionalJohn Newbery