-
Notifications
You must be signed in to change notification settings - Fork 39
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
Ledger fix #87
Ledger fix #87
Conversation
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.
tACK! Tested both the bug itself (Primary Production) and this PR's fix, working a treat.
Good catch! 🎉
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.
Tested with Ledger device, noticed no negative issues.
* Rewritten delegate, undelegate, sendTx * Now they work * Ran prettier * Added error checking * Restored wallet.js since it will be fixed in #87 * Added jsdoc comments * Apply suggestions from code review Co-authored-by: JSKitty <jskitty@protonmail.com> --------- Co-authored-by: JSKitty <jskitty@protonmail.com>
* [JS] Remove unused lines * [CSS] Change Dashboard height * [CSS] Input style changes * [CSS] Add medium button * [CSS] Change padding in buttoni-text * [CSS] Change input outline color * [CSS] New transfer menu * [Transfer] New transfer menu * [Dashboard] Replace withdraw button functionality * [Navbar] Remove `sent` menu * [Send] Remove old send page * [JS + HTML] Forgot to add `toggleBottomMenu` * Add conversion currency, payment processor, fixes * i18n cleanup * Remove residue TX 'Continue' logic * Fix export oversight bug from #87 * Add Duddino's suggestions * Payment Requests cleanup * [General] Bottom menu background --------- Co-authored-by: JSKitty <jskitty@protonmail.com>
* Rewritten delegate, undelegate, sendTx * Now they work * Ran prettier * Added error checking * Restored wallet.js since it will be fixed in PIVX-Labs#87 * Added jsdoc comments * Apply suggestions from code review Co-authored-by: JSKitty <jskitty@protonmail.com> --------- Co-authored-by: JSKitty <jskitty@protonmail.com>
* Rewritten delegate, undelegate, sendTx * Now they work * Ran prettier * Added error checking * Restored wallet.js since it will be fixed in PIVX-Labs#87 * Added jsdoc comments * Apply suggestions from code review Co-authored-by: JSKitty <jskitty@protonmail.com> --------- Co-authored-by: JSKitty <jskitty@protonmail.com>
A small oversight caused by #73 broke ledger support, this fixes it and removes unused dom objects