Skip to content

Commit 4267401

Browse files
authored
Merge pull request #165 from Bitcoin-com/develop
v0.11.0
2 parents 7295597 + 859a9b3 commit 4267401

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1324
-454
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Badger Wallet - Changelog
22

3+
## 0.11.0
4+
5+
- Larger QR codes
6+
- Slide to send improvements
7+
- Activates earlier in swipe
8+
- FAQ Page to address common questions
9+
- Direct link to explorer from each transaction
10+
- Paper Wallet Sweeping screen added
11+
12+
## 0.10.3
13+
14+
- React Native 0.60 upgrade
15+
- Smaller builds
16+
- Faster app
17+
- Improved history screen
18+
- Detects self send
19+
- Basic payout detection
20+
- SLP unknown types un-spendable
21+
322
## 0.9.0
423

524
- Request amount of any token from the detail screen

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ To run on a specific device, such as required for taking screenshots for the sto
9090

9191
```bash
9292
> yarn run ios --simulator="iPhone Xs Max"
93+
> yarn run ios --simulator="iPhone 11 Pro"
9394
> yarn run ios --simulator="iPhone 8 Plus"
9495
> yarn run ios --simulator="iPhone 6"
9596
> yarn run ios --simulator="iPhone SE"

SMOKE_TESTS.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Smoke Tests
2+
3+
While each release is in internal and alpha testing, all major flows should be tested to ensure Badger is working correct and no use-case is overlooked. On both iOS and Android.
4+
Add more checks as issues are found and features are added.
5+
6+
## Account Setup
7+
8+
- [ ] After update, ensure the existing account is still logged in without issue
9+
- [ ] Delete the app and do a fresh install, recover an account
10+
- [ ] Create a new account
11+
- [ ] Clear seed phrase backup prompt
12+
13+
## Basic Send Flows
14+
15+
- [ ] Send BCH to `bitcoincash` address
16+
- [ ] Ensure history and amounts update correct
17+
- [ ] Send SLP to `simpleledger` address
18+
- [ ] Ensure history and amounts update correct
19+
- [ ] Attempt sending to an invalid address
20+
- [ ] Attempt sending an invalid amount
21+
- [ ] Attempt sending a token from a wallet with 0 BCH balance
22+
- [ ] Send Max of an SLP token
23+
- [ ] Send Max of BCH balance, from a wallet which contains 1+ SLP tokens
24+
25+
## URI's
26+
27+
- [ ] Click on a `bitcoincash` URI with no amount
28+
- [ ] Click on a `bitcoincash` URI with amount specified
29+
- [ ] Click on a `simpleledger` URI with no amount
30+
- [ ] Click on a `simpleledger` URI with an amount for a specific token
31+
- [ ] Click on a URI with a malformed address
32+
33+
## Request Amount
34+
35+
- [ ] Request a BCH amount
36+
- [ ] Scan QR code
37+
- [ ] Paste into send flow
38+
- [ ] Request a SLP token amount
39+
- [ ] Scan QR ode
40+
- [ ] Paste into send flow
41+
42+
## Menu & Settings
43+
44+
- [ ] Change currency, ensure app looks right after change
45+
- [ ] View Seed Phrase screen
46+
- [ ] Ensure logout works

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ android {
135135
applicationId "com.badgermobile"
136136
minSdkVersion rootProject.ext.minSdkVersion
137137
targetSdkVersion rootProject.ext.targetSdkVersion
138-
versionCode 9000005
139-
versionName "1.7.3"
138+
versionCode 9000007
139+
versionName "1.8.0"
140140
missingDimensionStrategy 'react-native-camera', 'general'
141141
}
142142
splits {
68.7 KB
Binary file not shown.
64 KB
Binary file not shown.
13.1 KB
Binary file not shown.
56.9 KB
Binary file not shown.
162 KB
Binary file not shown.
122 KB
Binary file not shown.

0 commit comments

Comments
 (0)