Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add checkboxes and a couple more test items to testing.md #1165

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 31 additions & 27 deletions docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,34 @@

Things to test before cutting a release:

- `just test`/CI passes
- Receive on lightning
- One that creates a channel
- One that uses an existing channel
- Send on lightning
- Small amount (1 sat)
- Medium amount (1,000 sat)
- Large amount (100,000 sat)
- Receive on chain
- Send on chain
- Swap to lightning
- Nostr Wallet Connect
- Auto approval
- Manual approval
- Editing a budget
- Syncing Nostr Contacts
- Adding a contact
- Restore from seed
- Adding an encryption password
- Make sure we can decrypt wallet
- Changing an encryption password
- Restoring with an encryption password
- Export logs
- Try with and without encryption password
- Mutual Close Channel
- Known Issue: balance will be double counted until 6 confirmations
- Force Close Channel
- [ ] `just test`/CI passes
- [ ] Join a fedimint
- [ ] Leave a fedimint and rejoin
- [ ] Receive on lightning
- [ ] One with fedimint
- [ ] One that creates a channel
- [ ] One that uses an existing channel
- [ ] Send on lightning
- [ ] Small amount (1 sat)
- [ ] Medium amount (1,000 sat)
- [ ] Large amount (100,000 sat)
- [ ] Receive on chain
- [ ] Send on chain
- [ ] Swap to lightning
- [ ] Swap fedimint to lightning
- [ ] Nostr Wallet Connect
- [ ] Auto approval
- [ ] Manual approval
- [ ] Editing a budget
- [ ] Syncing Nostr Contacts
- [ ] Adding a contact
- [ ] Restore from seed
- [ ] Adding an encryption password
- [ ] Make sure we can decrypt wallet
- [ ] Changing an encryption password
- [ ] Restoring with an encryption password
- [ ] Export logs
- [ ] Try with and without encryption password
- [ ] Mutual Close Channel
- [ ] Known Issue: balance will be double counted until 6 confirmations
- [ ] Force Close Channel
Loading