This repository was archived by the owner on Mar 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Invalid addresses are passing #21
Comments
The issues seems to come from here: https://github.com/blockstack/c32check Since the function is using this library to validate an address. |
@wileyj Should I close this issue and open one there? |
i wouldn't close it, i'd like to see what @aulneau thinks first (he would be more familiar with this function). |
I'm not sure what you're talking about? Can you provide the address used to reproduce this?
|
@jcnelson can you test with the following: Expected to valid: SP2CT665Q0JB7P39TZ7BST0QYCAQSMJWBZK8QT35J |
Thanks! I can reproduce it now. |
PR sent: stacks-network/c32check#14 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using:
import { validateStacksAddress } from "stacks-utils";
to validate addresses. If you change the first letter in an address to anything, it still passes as valid.The text was updated successfully, but these errors were encountered: