bitbox-wallet-app
bitbox-wallet-app copied to clipboard
The BitBoxApp for desktop and mobile.
We want to update the btcd dep, but it heavily refactored the btcec package - it now does not use big.Int anymore and there seems to be no way to...
This PR (WIP): - Fixes the BTC 2 digits backend formatting bug - Proposes a draft solution to centralize formatting handling in the backend, exploiting higher precision when available I...
In e4f0d4e7 the receive view was split into BitBox01 and BitBox02 components so that the BitBox01 legacy version could remain as is. This introduced an issue that no receive view...
Many components contain inline SVG (in JSX), instead of using an external asset and link with image source. Having SVG in JSX is sometimes useful if some attributes change at...
also added global.d.ts to define qt and android globals.
I don't like the last commit, had to pass the dependency array to the hook otherwise the sdcard check runs only once on mount. @benma wdyt?
Eslint rule react/no-unused-prop-types found a few issues, but also false positives related to load decorator or custom store. This change removes unused props, but does not permanently add the rule...
When a transaction contains multiple outputs which belong to the same (BitBox) wallet, this transaction is only shown once in the transaction overview, but with multiple addresses in the transaction...
Hi there Is there any information on when the BitBoxApp will fully support Cardano? And is the BitBox02 Multi Edition wallet capable of signing complex transactions with datum, redeemer and...