-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat(x/data): query iri by hash cli and rest endpoint #1107
Changes from 6 commits
e055165
8da469d
3c1438d
4517dc5
17f9bbb
4515eb4
98ceb6f
71f55b2
acef633
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"graph": { | ||
"hash": "YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=", | ||
"digest_algorithm": "DIGEST_ALGORITHM_BLAKE2B_256", | ||
"canonicalization_algorithm": "GRAPH_CANONICALIZATION_ALGORITHM_URDNA2015", | ||
"merkle_tree": "GRAPH_MERKLE_TREE_NONE_UNSPECIFIED" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
98ceb6f