-
Notifications
You must be signed in to change notification settings - Fork 96
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
Enable users to receive and respond to transaction signature request - Closes #4418 #4460
Enable users to receive and respond to transaction signature request - Closes #4418 #4460
Conversation
This PR is suspended until we resolve transaction signing related issues in SDK v6 objective. CC: @soroushm tagging you so that next time onwards an PRs which gets blocked like this we should mark them suspend and leave a comment, please inform team members to do, if failed please take care of it yourself 🙏🏼 Marking |
f4e7a58
to
763660e
Compare
763660e
to
51844c3
Compare
libs/wcm/utils/connectionCreator.js
Outdated
projectId: process.env.PROJECT_ID, | ||
relayUrl: process.env.RELAY_URL, | ||
// relayUrl: process.env.RELAY_URL, |
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.
@reyraa Commented code can either be removed or have a comment to explain the reason for it
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.
init
projectId: process.env.PROJECT_ID, | ||
relayUrl: process.env.RELAY_URL, |
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.
could you please move it to config.js
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.
Good point. Since i'm gonna apply a few changes with #4482 so i can test it with Lisk Mobile too. Is that alright?
src/modules/account/components/AddAccountByFile/AddAccountByFile.js
Outdated
Show resolved
Hide resolved
src/modules/blockchainApplication/connection/components/RequestSummary/index.js
Show resolved
Hide resolved
src/modules/blockchainApplication/connection/components/RequestSummary/index.js
Show resolved
Hide resolved
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.
LGTM
What was the problem?
This PR resolves #4418
How was it solved?
How was it tested?