cardano-php/bech32

Minor Suggestions

Open

#3 opened on Jan 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)PHP (0 forks)auto 404
good first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Minor:

  • Add Tests for Empty Data Arrays:

    • Ensure that encoding with empty data arrays produces the expected Bech32 string format.
  • Enhance HRP Validation:

    • Implement and test checks to ensure that the HRP contains only valid Bech32 characters.

Originally posted by @latheesan-k in https://github.com/cardano-php/bech32/pull/1#discussion_r1901198140

Contributor guide