Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: namespaces #20

Open
tuxcanfly opened this issue Apr 11, 2023 · 0 comments
Open

feat: namespaces #20

tuxcanfly opened this issue Apr 11, 2023 · 0 comments

Comments

@tuxcanfly
Copy link
Collaborator

Right now the read path is scanning all transactions matching the script template we're using in the write path. So it's sort of permissionless but we don't have a namespaces yet. We could support namespaces by having an address derive from the namespace and updating the read path to accept the namespace, this also improves the reliability of the read path as it doesn't have to do template matching on the witness script, which is a bit flaky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant