Skip to content

Commit

Permalink
fix(arns): change from a Set of names to a Map for ArNSNameCache
Browse files Browse the repository at this point in the history
This allows us to `get` the name if we have it, while persisting the debounce. This pattern will align better with our ANT cache and avoids overloading `has` and allows use to use additional data of the base ArNS record in the future - specficially when we start enforcing undername limits.
  • Loading branch information
dtfiedler committed Jan 9, 2025
1 parent 5170e11 commit 1f9542e
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 251 deletions.
Loading

0 comments on commit 1f9542e

Please sign in to comment.