Block a user
Add short code (alias)
- add a new config directive "ALIAS_SEARCH_DOMAINS", a comma-separated list of search domains. Should initially be set to sarafu.local,sarafu.eth
- add a parser for the new config directive
- on…
Add in-process dev api implementation
Consolidate api mocks and dev
Implement alias handling dev api
External tool to block account
Will be downstream from api / custodial. Not needed as a separate tool
Change alias to FQDN
We will use sarafu.local
initially, to access aliases added before ENS / sarafu.eth
has been implemented.
Add short code (alias)
CreateAlias(wishString string) (AliasResult,error) {
struct AliasResult { wish: string, result: string, }
Add short code (alias)
@kamikazechaser need an API endpoint to get a guaranteed unique name from a provided string.
Add contact information for help on the account pending page