-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e54c9f3
commit 1b1d0ee
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
## Features | ||
- Implement external wallet settings; | ||
- Implement Primal Wallet settings UI only; | ||
- Improve Wallet stability; | ||
- Implemented spam threshold filter in wallet settings; | ||
- Implemented reading real max wallet balance; | ||
- Implemented persisting wallet settings; | ||
- Implemented zap profile; | ||
- Implemented transactions loading spinner; | ||
- Handle gracefully unknown transaction states; | ||
- Show 0 as wallet balance on cold wallet start; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
- Implement external wallet settings; | ||
- Implement Primal Wallet settings UI only; | ||
- Improve Wallet stability; | ||
- Implemented spam threshold filter in wallet settings; | ||
- Implemented reading real max wallet balance; | ||
- Implemented persisting wallet settings; | ||
- Implemented zap profile; | ||
- Implemented transactions loading spinner; | ||
- Handle gracefully unknown transaction states; | ||
- Show 0 as wallet balance on cold wallet start; |