feat: namespaces
Open
- Dominant language
- Go
- Stars
- 58
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.