-
Notifications
You must be signed in to change notification settings - Fork 6
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: implement walletconnect and scan qr code #20
Merged
kieranroneill
merged 12 commits into
beta
from
feat/implement-walletconnect-and-scan-qr-code
Oct 18, 2023
Merged
feat: implement walletconnect and scan qr code #20
kieranroneill
merged 12 commits into
beta
from
feat/implement-walletconnect-and-scan-qr-code
Oct 18, 2023
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
kieranroneill
added
♻️ refactor
The refactoring fairy has waved their magic wand
✨ feature
New feature or request
📦 dependencies
New dependencies
labels
Oct 18, 2023
kieranroneill
deleted the
feat/implement-walletconnect-and-scan-qr-code
branch
October 18, 2023 08:44
github-actions bot
pushed a commit
that referenced
this pull request
Oct 18, 2023
# [1.1.0-beta.19](v1.1.0-beta.18...v1.1.0-beta.19) (2023-10-18) ### Features * implement walletconnect and scan qr code ([#20](#20)) ([d84d048](d84d048))
🎉 This PR is included in version 1.1.0-beta.19 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Nov 11, 2023
# [1.1.0](v1.0.0...v1.1.0) (2023-11-11) ### Features * add indexers to networks ([#17](#17)) ([e646309](e646309)) * add strong password policy ([#19](#19)) ([190f69e](190f69e)) * allow did token to be rendered as qr code ([#5](#5)) ([d5eea62](d5eea62)) * cache account information ([#8](#8)) ([102f4cc](102f4cc)) * change password ([#12](#12)) ([4d9cc2d](4d9cc2d)) * connect wallet ([#3](#3)) ([5cb013d](5cb013d)) * create a new account ([#10](#10)) ([65a2294](65a2294)) * fetch assets for accounts ([#14](#14)) ([aaa0cf2](aaa0cf2)) * fetch transactions ([#18](#18)) ([b560c11](b560c11)) * implement walletconnect and scan qr code ([#20](#20)) ([d84d048](d84d048)) * import a wallet ([#2](#2)) ([d2b7549](d2b7549)) * rebrand to kibisis ([#13](#13)) ([2be22ba](2be22ba)) * refactor account data ([#16](#16)) ([789a9fc](789a9fc)) * remove account ([#11](#11)) ([929cf1c](929cf1c)) * remove algoscan ([#21](#21)) ([596a3f8](596a3f8)) * remove session ([#9](#9)) ([87fbd61](87fbd61)) * sign jwt ([#7](#7)) ([e671573](e671573)) * sign transactions ([#15](#15)) ([6d8e192](6d8e192)) * switch networks ([#4](#4)) ([a487eb0](a487eb0)) * switch to dark mode ([#6](#6)) ([fe44316](fe44316))
🎉 This PR is included in version 1.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📦 dependencies
New dependencies
✨ feature
New feature or request
♻️ refactor
The refactoring fairy has waved their magic wand
🚀 released
To the moon!
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.
Description
nanoid
and its use as a React key randomiser@walletconnect/core
@walletconnect/utils
@walletconnect/web3wallet
jsqr
Type of change