Allow clients to namespace data
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
With multiple SDK flavours, we need to allow clients to namespace data when storing, retrieving and subscribing to data changes. We already see the potential issue when using the same pubkey in mainnet and testnet when using the data-sync. With multiple SDK flavours potentially using the same pubkeys with different data structures this issue could get worse.
I propose we allow the namespace to be optionally set by the client, and default to something like `"nodeless:mainnet"` internally, then each SDK flavour client sets their own namespace like `":"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.