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
/
address.py
Age
Commit message (
Expand
)
Author
2022-06-14
test: add helpers for creating P2TR scripts/addresses from output key
Sebastian Falbesoner
2022-04-05
test: throw `ValueError` for invalid base58 checksum
Sebastian Falbesoner
2022-04-05
scripted-diff: rename `chars` to `b58chars` in test_framework.address
Sebastian Falbesoner
2022-02-14
test: refactor: remove unneeded bytes<->hex conversions in `byte_to_base58`
Sebastian Falbesoner
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-09
test: MiniWallet: add P2TR support and use it per default
Sebastian Falbesoner
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2020-09-03
[tests] Replace bytes literals with hex literals
John Newbery
2020-09-03
[tests] Fix pep8 style violations in address.py
John Newbery
2020-09-03
[tests] Correct docstring for address.py
John Newbery
2020-09-03
[tests] Tidy up imports in address.py
John Newbery
2020-09-03
[tests] Remove unused optional verify_checksum parameter
John Newbery
2020-09-03
[tests] Rename segwit encode and decode functions
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-05-20
tests: implement base58_decode
10xcryptodev
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-01-23
test: Add p2p test for forcerelay permission
MarcoFalke
2019-10-30
rpc: Add generatetodescriptor
MarcoFalke
2019-08-14
test: Test p2sh-witness and bech32 in wallet_import_rescan
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
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
2018-09-25
qa: Run more tests with wallet disabled
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-09-28
Use BIP173 addresses in segwit.py test
Pieter Wuille
2017-08-28
Remove unused variables and/or function calls
practicalswift
2017-03-20
Rename rpc-tests directory to functional
John Newbery