-
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
feat: WalletConnect integration, part 7, sign #2276
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dianasavvatina
force-pushed
the
wc_sign
branch
from
December 17, 2024 11:06
f1c2f06
to
b2d4308
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
December 17, 2024 15:09
b2d4308
to
3e91b98
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
2 times, most recently
from
December 18, 2024 10:05
5f9bb71
to
1390f8b
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
December 18, 2024 10:29
1390f8b
to
8b12934
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
December 18, 2024 11:11
8b12934
to
664ebea
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
December 18, 2024 11:31
664ebea
to
78ac817
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
December 20, 2024 12:32
2b10dd9
to
b8c8bd6
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
January 2, 2025 11:20
b8c8bd6
to
ed7214d
Compare
OKendigelyan
approved these changes
Jan 2, 2025
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.
Approve with small nit 👍
appName: message.appMetadata.name, | ||
appIcon: message.appMetadata.icon, | ||
payload: message.payload, | ||
signer: signer, |
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.
signer: signer
could be simplified to signer
dianasavvatina
force-pushed
the
wc_sign
branch
from
January 2, 2025 16:20
ed7214d
to
0fa2075
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
January 2, 2025 16:58
0fa2075
to
3d52304
Compare
dianasavvatina
force-pushed
the
wc_sign
branch
from
January 2, 2025 17:17
3d52304
to
7d74208
Compare
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.
Proposed changes
Added payload sign for WalletConnect
Types of changes
Steps to reproduce
Screenshots
Add the screenshots of how the app used to look like and how it looks now
Checklist