PR for issue #140 - Missing Wallet Query Interface in SDK to Retrieve Created Wallet Information#160
PR for issue #140 - Missing Wallet Query Interface in SDK to Retrieve Created Wallet Information#160johnnynanjiang wants to merge 8 commits into
Conversation
- add e2e test for wallet creation result replay
|
|
Approach is acceptable if we intentionally make |
|
Thanks for commenting @vietddude cc @anhthii Shall we clarify if we like to go for this option
If so, then this PR is implemented this way. If not, then we could discuss further. |
|
Ok, I think this option is fine. Before merging, you should fix the replay e2e test to ensure the second |
Is this what you referred to? |
|
Yeah. Currently the second Suggested direction:
Something like: first := createWalletAndWaitResult(t, suite, walletID)
replayed := createWalletAndWaitResult(t, suite, walletID)
require.Equal(t, first.ECDSAPubKey, replayed.ECDSAPubKey)
require.Equal(t, first.EDDSAPubKey, replayed.EDDSAPubKey) |
|
This part does that
Feel free to let me know if I miss anything or it doesn't make sense. |



No description provided.