This repository was archived by the owner on Aug 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
ensnode-sdk and ensnode-react mvp #886
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
a0a72f7
feat(packages/ensnode-sdk): resolution client
notrab 346ee66
chore: dump pnpm
notrab 9007ee2
feat(packages/ensnode-react): initial concept with tanstack query
notrab 7490ef5
lint
notrab 261fed7
lock
notrab 2feae4c
ENSNode client
notrab 953e374
remove namespaces
notrab 81e4405
docs(changeset): ensnode-sdk and react hooks for name and address lookup
notrab f0ee1ea
remove index and config hooks
notrab 2a608e0
apply changes
notrab be45838
ensnodeconfig
notrab 3060cf8
chores
notrab 989dce3
Merge branch 'main' into resolution-client
notrab ef0121e
Update packages/ensnode-sdk/src/client.test.ts
notrab cebc1e3
Update packages/ensnode-react/README.md
notrab e1f1a44
Apply suggestions from code review
notrab 7c4e3da
docs(changeset): add ensnode-react package provider and hooks based o…
notrab c5f913a
docs(changeset): add ensnode react hooks and provider based on ensnod…
notrab b3a1990
apply some changes
notrab 1914729
update readme
notrab 106e5bc
separate changesets
notrab f43ff66
update readme
notrab 0c8999f
remove name from docs
notrab 2499136
remove type import
notrab a59e4bb
export forwardresolutionselection
notrab 809e444
use ForwardResolutionSelection
notrab d6f13f2
Merge branch 'main' into resolution-client
shrugs 59e2bae
fix: import issue after merge
shrugs bbbdaad
feat: move api typing to shared sdk, move resolution api typings to s…
shrugs 7475b3d
feat: tidy up client behavior
shrugs 4a66af6
checkpoint: refactoring shared types, hook behavior
shrugs 3cdd179
fix: rename debug to trace
shrugs fe48e0f
first pass on hook readme
shrugs 46168c8
remove automatic resolution for the moment
shrugs 71202b5
remove .js ending
shrugs 7722416
nit: rename finalOptions to options
shrugs b4a50ef
update examples
shrugs e8e73d8
checkpoint: update sdk for new naming
shrugs 2f949df
checkpoint: update naming of hooks
shrugs 0e55727
checkpoint: update readmes for new naming
shrugs 1a5414b
checkpoint: add required chainId parameter to all api methods
shrugs 637db61
fix: pnpm lock
shrugs 3f089bd
chain id type, pr updates
shrugs 446aef2
fix: reverse resolution api just returns name now
shrugs e27fdc0
pr notes
shrugs 31b9df7
fix data example
shrugs 56c2886
pr notes
shrugs 6976a6b
Merge branch 'main' into resolution-client
shrugs e54438a
pr notes
shrugs f1e5a88
pr notes
shrugs a8c313e
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
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 @@ | ||
| --- | ||
| "@ensnode/ensnode-react": minor | ||
| --- | ||
|
|
||
| Adds ENSNode React hooks and providers based on ENSNode-SDK for use inside React apps |
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 @@ | ||
| --- | ||
| "@ensnode/ensnode-sdk": minor | ||
| --- | ||
|
|
||
| Adds `resolveRecords` and `resolvePrimaryName` methods to ENSNode-SDK. |
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 |
|---|---|---|
|
|
@@ -30,3 +30,6 @@ generated | |
| # Terraform | ||
| .terraform* | ||
| terraform.tfstate* | ||
|
|
||
| # CLAUDE.md | ||
| CLAUDE.md | ||
This file was deleted.
Oops, something went wrong.
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.
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.