Skip to content
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
merged 12 commits into from
Oct 18, 2023

Conversation

kieranroneill
Copy link
Member

@kieranroneill kieranroneill commented Oct 18, 2023

Description

  • Remove nanoid and its use as a React key randomiser
  • Add packages:
    • @walletconnect/core
    • @walletconnect/utils
    • @walletconnect/web3wallet
    • jsqr
  • Add button to detect WalletConnect QR codes
  • Add WalletConnect data to the session
  • Add WalletConnect connect session modal
  • Implement remove WalletConnect session
  • Add WalletConnect flow to the dApp example

Type of change

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🏗️ Build configuration (CI configuration, scaffolding etc.)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📝 Documentation update(s)
  • 📦 Dependency update(s)
  • 👩🏽‍💻 Improve developer experience
  • ⚡ Improve performance
  • ✨ New feature (non-breaking change which adds functionality)
  • ♻ Refactor
  • ⏪ Revert changes
  • 🧪 New tests or updates to existing tests

@kieranroneill kieranroneill added ♻️ refactor The refactoring fairy has waved their magic wand ✨ feature New feature or request 📦 dependencies New dependencies labels Oct 18, 2023
@kieranroneill kieranroneill self-assigned this Oct 18, 2023
@kieranroneill
Copy link
Member Author

@kieranroneill kieranroneill merged commit d84d048 into beta Oct 18, 2023
1 check passed
@kieranroneill 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))
@agoralabs-bot
Copy link
Contributor

🎉 This PR is included in version 1.1.0-beta.19 🎉

The release is available on:

Your semantic-release bot 📦🚀

@agoralabs-bot agoralabs-bot added the 🚀 released To the moon! label Oct 18, 2023
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))
@agoralabs-bot
Copy link
Contributor

🎉 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!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants