cardano-php/bech32

Minor: The `encode` method does not handle empty data arrays explicitly

Open

#4 创建于 2025年1月2日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)PHP (0 fork)auto 404
good first issue

仓库指标

Star
 (2 star)
PR 合并指标
 (PR 指标待抓取)

描述

Minor: The encode method does not handle empty data arrays explicitly. While the current tests do not cover this, it should be ensured that encoding with an empty data array results in a valid Bech32 string with only the HRP and separator.

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

贡献者指南