envoylabs / whoami

An NFT-based user and smart contract nameservice
Apache License 2.0
16 stars 10 forks source link

Subdomain paths #60

Closed the-frey closed 2 years ago

the-frey commented 2 years ago

Needs some unit tests adding, but this is a first proper implementation of paths that contain duplicates. It dovetails with the ability to nest the global tokens & uses the same method for path resolution.

Fixes #55 Fixes #58

Pushes a little bit of effort back onto the client for validation etc, but no biggie.

the-frey commented 2 years ago

Tests needed for:

the-frey commented 2 years ago

Last todo: clear all paths on token:

and add unit tests.