Page MenuHomePhabricator

[electrum] clean and add tests for BIP21
AbandonedPublic

Authored by PiRK on Jan 22 2024, 15:01.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Move existing parse_URI tests from test_util to test_bip21, add a test for op_return(_raw), add tests for create_URI

The new tests highlight the fact that currently special chars are not escaped for the op_return paramater. This will be fixed in a separate diff, so that this diff is tests-only.

Test Plan

python test_runner.py

Diff Detail