-
Notifications
You must be signed in to change notification settings - Fork 17
feat(ensapi): add forward and reverse resolution to Omnigraph #1974
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
38 commits
Select commit
Hold shift + click to select a range
eae25f6
add records resolution
sevenzing bbf391c
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing e8653a4
small docker fixes
sevenzing 6ff2930
add graphql styled records selection
sevenzing 713f1ee
add primary names field in omnigraph
sevenzing 319a99d
forgot introspection
sevenzing 32f53c8
remove default chain id and add disableAcceleration
sevenzing 09b1435
fix docs
sevenzing 7668d50
fix tests a little bit
sevenzing e1e5680
refactor
sevenzing 2e00efe
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing c88dde2
fix tests
sevenzing 380dadf
forgot changeset
sevenzing 4fef571
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing cf7cf01
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing b1232ab
fix PR suggestions
sevenzing bf275b9
fix the cast problem
sevenzing cbdca11
remove seed-cli
sevenzing 8acc0b2
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing 60d2793
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing 0550de5
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing 7c80a61
update resolution api
sevenzing caa8f76
fix PR comments
sevenzing ab2b849
lint + generate
sevenzing 5b0b1d2
default chain id
sevenzing 4e94c06
add resolve { } object and trace to resolve { }
sevenzing f5bacdd
self review
sevenzing c5330f0
fix for greptile review
sevenzing 6f50a9d
add EMBEDDED_DATA for AccelerationStatus
sevenzing a0008ea
self review again
sevenzing c5d7818
fix no selection bug
sevenzing e0d7f4d
rename constants
sevenzing fdd1b72
fix for comments on PR review from @shrugs
sevenzing c0bbdb8
apply more PR comment fixes
sevenzing e6f7b84
apply easy comments
sevenzing d5d3633
final fixes (hope so)
sevenzing 74ef718
Merge branch 'main' into ll/omnigraph-resolution-api
sevenzing 514e12b
fix tests
sevenzing 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,9 @@ | ||
| --- | ||
| "ensapi": patch | ||
| --- | ||
|
|
||
| Changes related to **Omnigraph**: | ||
|
sevenzing marked this conversation as resolved.
|
||
|
|
||
| - add `Domain.resolve { records, trace, acceleration, profile? }` for forward resolution driven by the GraphQL selection set | ||
| - add `Account.resolve { primaryName(by: ...), primaryNames(where: ...) }` for reverse (ENSIP-19 primary name) resolution with `@oneOf` inputs (`coinType`/`chain`, `coinTypes`/`chains`) | ||
| - add `PrimaryNameRecord.resolve { records, ... }` for forward resolution of the resolved primary name | ||
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
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.