-
Notifications
You must be signed in to change notification settings - Fork 16
Refactor/enssdk refactor continued #1908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
0cc7c75
refactor getParentInterpretedName and ENS_ROOT_NAME
shrugs 9559c91
refactor: no UnixTimestamp re-export
shrugs f5ac2dc
refactor: remove NormalizedName type in favor of InterpretedName acro…
shrugs fe4c7db
fix: ensure resolution lib works with interpreted name
shrugs 4b5fa3d
refactor Address to NormalizedAddress where reasonable
shrugs b49bcdf
refactor validateAddress
shrugs 5d4e6c9
fix: documentation for InterpretedNames in schema
shrugs 6fb27e3
refactor: clean up expects in ensrainbow tests
shrugs ec5cac1
fix: use lazy for UR1 as well
shrugs ad94a8c
fix: use ENS_ROOT_NODE in comments
shrugs 6b7fc4f
fix: use semantic types in ensapi integration tests
shrugs aae29f4
refactor: more semantic scalars, and move Duration to enssdk
shrugs 597fa4c
refactor: local resolvers, add bigint deserialization resolvers
shrugs a2442dd
fix: add constraint that name be normalized in forward resolution
shrugs 87de64f
fix: circular import, fix nameToInterpretedName helper, add tests, up…
shrugs cf6216f
fix: decodeEncodedReferrer returns NormalizedAddress, fix normalized …
shrugs e438eb2
tidy up isAddress usage, fix normalized address schema
shrugs e491549
fix: more specific error messages in address test
shrugs 2960281
fix: pr notes, asLiteralName
shrugs 101cc78
fix: streamline name-tokens-api
shrugs 1bf8535
refactor: move EnsureInterpretedName to enskit/react
shrugs f97481e
feat: expact literalNameToInterpretedName logic
shrugs ae3859d
fix: correctly validate encodedlabelhashes in interpretation
shrugs 75d1792
fix: remove ambiguous readFragment re-export in enskit/react/omnigraph
shrugs 21ee782
fix: typos
shrugs 76c9ac5
fix: use normalized address in namewrapper.ts
shrugs de4bc5b
fix: copilot notes
shrugs b45f191
fix: ensure referrer logic is using NormalizedAddress all the way down
shrugs be147ec
fix: correctly passthrough for by id lookups
shrugs 5ced5ca
fix: find-domains use NormalizedAddress
shrugs 3b694d3
fix: guard against partial data in cache-exchange accoutnid string
shrugs 559756d
fix: support bigint[] in omnigraph
shrugs 1fbbd33
fix: comments
shrugs 365fae4
fix: relax toNormalizedAddress input type and clean up callsites
shrugs 2637ec4
docs(changeset): Introduce the enskit/react submodule export for Reac…
shrugs ea8aa6e
fix: handle root name
shrugs 47c8592
fix: keep cause for normalization errors
shrugs bb5e3ad
fix: further NormalizedAddress in ens-referrals
shrugs b3b10d6
fix: DRY up encoded labelhash parsing
shrugs 0b9cb68
fix: don't catch the react children throwing
shrugs 08a15c3
Merge branch 'main' into refactor/enssdk-refactor-continued
shrugs cf73bcd
docs and typos
shrugs b44c2e8
fix: referrer size check
shrugs dfcd4f9
fix: streamline ensure-interpreted-name
shrugs ffb27bb
fix: names test
shrugs 50a4fa0
fix: decodeEncodedReferrer return type
shrugs 2b5239d
fix: remove unnecessary introspection.ts
shrugs 458c75a
fix: lockfile
shrugs 43d4afc
pr notes
shrugs f1ad3da
relax isNormalizedAddress input type
shrugs 4eff61f
fix: omnigaph barrel
shrugs 13b1349
add basic normalized address schema test
shrugs 98dbf3d
fix: name test again
shrugs 14be264
Merge remote-tracking branch 'origin/main' into refactor/enssdk-refac…
shrugs 25d62b2
fix: pr notes and docstrings and typins
shrugs 54a03b9
fix: parseReverseName accepts InterpretedName, better error message i…
shrugs cefad95
docs updates
shrugs cedd134
docstrings
shrugs 41bffaa
fix: parse reverse name test
shrugs 604803b
fix: typo
shrugs 921731c
fix: minor nits
shrugs ce8af05
pr notes
shrugs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "enskit": minor | ||
| --- | ||
|
|
||
| Introduce the enskit/react submodule export for React components and (in the future) hooks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
apps/ensadmin/src/components/indexing-status/projection-info.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
apps/ensapi/src/lib/ensanalytics/referrer-leaderboard/closeout.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.