aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_invalid_address_message.py
AgeCommit message (Expand)Author
2023-05-25use 'byte'/'bytes' for bech32(m) validation errorReese Russell
2023-05-23rpc: Fix invalid bech32 handlingMarcoFalke
2023-01-17Improve address decoding errorsAurèle Oulès
2023-01-17test: Add test for missing and omitted required argMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2021-11-23Report encoding type in bech32 error messageSamuel Dobson
2021-11-23Address review comments for Bech32 error validationSamuel Dobson
2021-11-22Merge bitcoin/bitcoin#16807: Let validateaddress locate error in Bech32 addressW. J. van der Laan
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-20Make explicit the node param in init_wallet()lsilva01
2021-10-12Refactor and add more tests for validateaddressSamuel Dobson
2021-10-12More detailed error checking for base58 addressesSamuel Dobson
2021-09-21Add BECH32_INVALID_VERSION testlsilva01
2021-09-21skip test_getaddressinfo() if wallet is disabledlsilva01
2021-03-16Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2021-01-24Better error messages for invalid addressesBezdrighin