-
Notifications
You must be signed in to change notification settings - Fork 5
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
Integrate WalletConnect #195
Merged
Changes from 26 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e294ec5
Upgrade npm packages
nop33 8beb68e
Add scan btn in Dashboard and allow sending funds
nop33 f491860
Init WalletConnect client and pairing
nop33 9c3c106
WIP: Handle WalletConnect events
nop33 dd1cd8e
Display dApp info and implement proposal reject
nop33 fc8ab7c
Implement proposal approval
nop33 099841e
Update dApp info display and handle network switch
nop33 8e2ea1e
Display current WalletConnect connections
nop33 a0b6598
Generate new address when none found in dApp group
nop33 b525454
Implement disconnect from current session
nop33 5cdec18
Fix group selection when creating new address
nop33 0335aab
Implement alternative signer address selection
nop33 61264b5
Handle alph_signAndSubmitTransferTx event (untested)
nop33 4450421
Rename mobilewallet to AlephiumWallet
nop33 b1985da
WIP: Handle script tx
nop33 e4b9237
Working PoC
nop33 bd21113
Handle pairings correctly
nop33 dc212ec
Handle sessions properly
nop33 fd65309
Call contract tx modal
nop33 0760cc6
Reorganize wallet connect files
nop33 340e5db
Deploy contract tx modal
nop33 c4455dd
Transfer tx modal
nop33 95616fe
Clean up
nop33 866b425
DRY code
nop33 7da3390
Fix lint
nop33 f5a51e9
Clean up
nop33 1e3a0b1
Merge branch 'master' into wc
nop33 cb498fd
Fix width of buttons in WC modals
nop33 1e74675
Reduce re-renders of wallet connect context
nop33 a088587
Add WalletConnect toggle
nop33 bc41b72
Remove build files
nop33 98202ec
Update dashboard header button icons
nop33 bf81081
Merge branch 'master' into wc
nop33 a1a8058
Improve layout of WC proposal modal
nop33 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
92 changes: 46 additions & 46 deletions
92
ios/mobilewallet.xcodeproj/project.pbxproj → ios/AlephiumWallet.xcodeproj/project.pbxproj
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
2 changes: 1 addition & 1 deletion
2
...llet.xcworkspace/contents.xcworkspacedata → ...llet.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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.
Mhh is that good?