trezor
Here are 84 public repositories matching this topic...
-
Updated
Apr 19, 2019 - Python
Description
Clicking on "Show passphrase" shows the value from the passphrase input into the confirm passphrase input when revealing it. When unchecking "Show passphrase", it empties the confirm passphrase input. When the input is not identical/empty in the confirm passphrase field, checking "Show passphrase" can be used to copy the first input into the second one and pass the passphrase matc
we have 8 occurrences mostly in @trezor/components package
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
-
Updated
Oct 8, 2021 - TypeScript
Thinking to just have it dump the raw wallet files to a file would be useful, especially for some older wallet types.
-
Updated
Sep 28, 2021 - Shell
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
May 8, 2021 - JavaScript
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Apr 21, 2021 - C#
-
Updated
Oct 5, 2021 - JavaScript
Improve this page
Add a description, image, and links to the trezor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trezor topic, visit your repo's landing page and select "manage topics."



Micropython 1.17 introduces f-string support.
There are a LOT of places in firmware where using f-strings would be practical and make the code more readable. At some point we should mass-convert all format strings to f-string syntax.