Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 65a114f

Browse files
authored
Merge pull request #1165 from MutinyWallet/more-testing-checklist
add checkboxes and a couple more test items to testing.md
2 parents 1400c87 + 09d5293 commit 65a114f

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

docs/Testing.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,34 @@
22

33
Things to test before cutting a release:
44

5-
- `just test`/CI passes
6-
- Receive on lightning
7-
- One that creates a channel
8-
- One that uses an existing channel
9-
- Send on lightning
10-
- Small amount (1 sat)
11-
- Medium amount (1,000 sat)
12-
- Large amount (100,000 sat)
13-
- Receive on chain
14-
- Send on chain
15-
- Swap to lightning
16-
- Nostr Wallet Connect
17-
- Auto approval
18-
- Manual approval
19-
- Editing a budget
20-
- Syncing Nostr Contacts
21-
- Adding a contact
22-
- Restore from seed
23-
- Adding an encryption password
24-
- Make sure we can decrypt wallet
25-
- Changing an encryption password
26-
- Restoring with an encryption password
27-
- Export logs
28-
- Try with and without encryption password
29-
- Mutual Close Channel
30-
- Known Issue: balance will be double counted until 6 confirmations
31-
- Force Close Channel
5+
- [ ] `just test`/CI passes
6+
- [ ] Join a fedimint
7+
- [ ] Leave a fedimint and rejoin
8+
- [ ] Receive on lightning
9+
- [ ] One with fedimint
10+
- [ ] One that creates a channel
11+
- [ ] One that uses an existing channel
12+
- [ ] Send on lightning
13+
- [ ] Small amount (1 sat)
14+
- [ ] Medium amount (1,000 sat)
15+
- [ ] Large amount (100,000 sat)
16+
- [ ] Receive on chain
17+
- [ ] Send on chain
18+
- [ ] Swap to lightning
19+
- [ ] Swap fedimint to lightning
20+
- [ ] Nostr Wallet Connect
21+
- [ ] Auto approval
22+
- [ ] Manual approval
23+
- [ ] Editing a budget
24+
- [ ] Syncing Nostr Contacts
25+
- [ ] Adding a contact
26+
- [ ] Restore from seed
27+
- [ ] Adding an encryption password
28+
- [ ] Make sure we can decrypt wallet
29+
- [ ] Changing an encryption password
30+
- [ ] Restoring with an encryption password
31+
- [ ] Export logs
32+
- [ ] Try with and without encryption password
33+
- [ ] Mutual Close Channel
34+
- [ ] Known Issue: balance will be double counted until 6 confirmations
35+
- [ ] Force Close Channel

0 commit comments

Comments
 (0)