evstack / evstack/bitcoin-da

feat: namespaces

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.