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

complete rewrite of QR GUI component #214

Merged
merged 4 commits into from
Aug 20, 2022

Conversation

stepansnigirev
Copy link
Collaborator

qrcode gui component can now accept either text or QREncoder instance. Text is never animated, QR encoder can be animated and encoding was rewritten to use memory more efficiently.
Currently 3 QR encoders are implemented:

  • Text based that splits text into chunks and adds pMofN prefix
  • Crypto-psbt ur2 encoder (modern animated QR format from blockchain commons, used in many software wallets)
  • Legacy UR:BYTES format as it is still used in some projects like BTCPay server.

@stepansnigirev stepansnigirev changed the title complete rewrite of QR module complete rewrite of QR GUI component Aug 20, 2022
@netlify
Copy link

netlify bot commented Aug 20, 2022

👷 Deploy Preview for specter-diy-docs processing.

Name Link
🔨 Latest commit 973030c
🔍 Latest deploy log https://app.netlify.com/sites/specter-diy-docs/deploys/63010aee86151d000aae133b

@netlify
Copy link

netlify bot commented Aug 20, 2022

Deploy Preview for specter-diy-docs failed.

Name Link
🔨 Latest commit 973030c
🔍 Latest deploy log https://app.netlify.com/sites/specter-diy-docs/deploys/63010aee86151d000aae133b

@stepansnigirev stepansnigirev merged commit 1790c2c into cryptoadvance:master Aug 20, 2022
@stepansnigirev stepansnigirev deleted the qr-encoder branch August 20, 2022 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant