User Details
- User Since
- Sep 28 2020, 23:59 (220 w, 1 d)
Mar 25 2022
Rebasing to master
Applying the same changes to AirDrop, Configure, Home and Receive tests
add react-hooks testing library back
Removing comments from custom envinronment for jest
Aug 6 2021
Rebase
Jul 27 2021
Jul 19 2021
Fixing overwritten files from extension script.
Jul 16 2021
Removed fbt-related files on .gitignore
Removed fbt from extension and removed remaining fbt packages.
Jul 9 2021
May 23 2021
Adding isEnvProduction flag to minimize option so it doesnt minify on development
Jan 8 2021
rebase
Can you add these instructions to the README? (instead of npm install, npm ci)
Jan 7 2021
Fix unit tests for useWallet
npm run test runs tests in watch mode, should npm run test:coverage (also checks for threshold violations).
On master, removing node_modules and doing another npm install, I get the same errors reported above:
Running the test suite after installing packages breaks one of the unit tests: npm run test:coverage
Shouldn't package.json be changed as well when running npm update?
Jan 6 2021
Updates package-lock.json
When we migrate to Expo, we will probably have to use one of its libraries for QR Code scanning, so I think sticking to qrcode.react for now seems fine.
Add unit tests for testnet cases, covering the threshold
Added unit tests for the migration function.
Dec 28 2020
Dec 18 2020
We will use Expo framework moving forward.
Dec 16 2020
Dec 8 2020
Dec 7 2020
Dec 6 2020
Fix wrong argument name being passed
Dec 5 2020
Edited the title and did more extensive tests.
Working fine.
Dec 4 2020
If I try to send SLPA tokens without BCHA I get this error:
Warning still showing up telling the user that sending SLPA is disabled.
Dec 3 2020
Fix description for strings on App component
Fix .gitignore
Dec 2 2020
Removed fbt-easy-setup, that wasn't being used
Adds fbt dependencies and init script, adds intl on App component (English/Portuguese)
Dec 1 2020
Adds changes to App component to handle Transifex strings.