Make the UI only accept valid account IDs #13

Closed
opened 2025-11-05 18:29:06 +09:00 by zxq9 · 0 comments
Owner

The configuration UI allows (almost) any trash strings instead of real account IDs.

It is not possible to fully validate an account ID, of course, but that the ID fits "ak_" ++ base58() is better than no validation at all.
In particular, passing garbage to gmhive_client seems to crash it.

The configuration UI allows (almost) any trash strings instead of real account IDs. It is not possible to fully validate an account ID, of course, but that the ID fits `"ak_" ++ base58()` is better than no validation at all. In particular, passing garbage to `gmhive_client` seems to crash it.
zxq9 added the
bug
label 2025-11-05 18:29:11 +09:00
zxq9 self-assigned this 2025-11-05 18:29:15 +09:00
zxq9 closed this issue 2025-11-20 16:07:16 +09:00
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/GajuMine#13
No description provided.