-
Notifications
You must be signed in to change notification settings - Fork 1
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
add resolveDid #6
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
4fe4525
incorporate contract,resolver, and create did-url
insipx ee73997
try to incorporate network and address parsing into did url
insipx 0b3da61
tests for address and network
insipx c5059fb
create history of DID events
insipx ce50b03
comment
insipx 7ff973c
fix some comments
insipx ca81018
dont need to specify address
insipx 8f70bb6
parsing events, updated gpg keys
insipx 73e5d05
refactor to make document logic clearer to follow
insipx bae9ee2
remove unused
insipx b046108
ethr builder, docs tests
insipx 08b623f
tests
insipx 159eec7
revert
insipx 25d7b3d
integration testing
insipx 47b225a
integration tests and fmt
insipx b5fe46d
history.reverse() to read events in the right order
insipx 38b4fd3
docs
insipx 86bae60
fixes and more docs
insipx 94354eb
doc
insipx 1a46a8d
remove spurious newline
insipx 115fd4e
add some light error handling
insipx 86db1f0
0x for blockchain_account_id
insipx 1d82d56
remove some unwraps and polish error reporting
insipx 51aba6b
warnings
insipx 54e7e8f
more docs
insipx 80c3bca
doc typos
insipx dfcb108
add pkg-config openssl libssl-dev to dockerbuild
insipx ca370b2
fix anvil spawn
insipx e4da0c8
Merge branch 'main' of github.com:xmtp/didethresolver into insipx/res…
insipx 19d0af0
a quick test
insipx 02adc57
Use Environment Variables instead of CLI Arguments (#18)
37ng 381674b
fmt
insipx 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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,2 @@ | ||
ADDRESS="127.0.0.1:9944" | ||
PROVIDER="http://127.0.0.1:8545" |
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.
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.
I believe these quotes are not required in this context. I believe in the TypeScript dotenv these quotes will be included in the environment, not sure how rust behaves but its worth checking