Supporting Blockstack ID in all namespaces

Some of our libraries assume that Blockstack IDs only exist in the .id namespace.

We’ll need to refactor them to accept fully qualified Blockstack names.

Let’s create a list of those in this thread:

blockstack-proofs (Issue)
blockstack-proofs-js (Issue)

Great call! The auth library might make this assumption too. I’ll check.

I implemented this in both javascript and python proof checking libraries.


@muneeb can you take a look at pull request #34 at your convenience? (I don’t have write access to that repo)

1 Like

Looks good in general. I’ll take a look and merge today.

1 Like

Nice! Also we should change the name on github of the second repo to “blockstack-proofs-py”.

Yes! the issue for that -> https://github.com/blockstack/blockstack-proofs/issues/32

Thanks! Renamed and closed.

1 Like

@larry This was merged.

1 Like