Set up Diem ID Domains on mini wallet startup - #306
Merged
Conversation
sunmilee
marked this pull request as ready for review
June 1, 2021 23:17
sunmilee
force-pushed
the
miniwallet
branch
3 times, most recently
from
June 2, 2021 02:32
324eec0 to
6d23f01
Compare
xli
reviewed
Jun 2, 2021
sunmilee
force-pushed
the
miniwallet
branch
4 times, most recently
from
June 4, 2021 01:58
154e987 to
16be7b9
Compare
sunmilee
force-pushed
the
miniwallet
branch
3 times, most recently
from
June 10, 2021 06:07
c4b2845 to
9762ad4
Compare
xli
reviewed
Jun 11, 2021
| def start_stub_wallet(diem_client: jsonrpc.Client) -> Tuple[AppConfig, App]: | ||
| conf = AppConfig(name="stub-wallet", server_conf=ServerConfig(**dmw_stub_server())) | ||
| conf = AppConfig( | ||
| name="stubwallet", server_conf=ServerConfig(**dmw_stub_server()), diem_id_domain=dmw_stub_diem_id_domain() |
There was a problem hiding this comment.
I think we probably should keep original name "stub-wallet", don't see a reason to rename it.
|
I suggest we split this PR into:
|
Or combine first 3 together, as they are pretty much finished in this PR. |
xli
reviewed
Jun 14, 2021
xli
reviewed
Jun 15, 2021
sunmilee
force-pushed
the
miniwallet
branch
2 times, most recently
from
June 15, 2021 22:45
a8cb4df to
8e4f53e
Compare
xli
reviewed
Jun 16, 2021
xli
reviewed
Jun 16, 2021
xli
approved these changes
Jun 16, 2021
This was referenced Jun 22, 2021
Open
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.