v1.0.0-beta.51.
Jasonvdb
released this
05 Jun 14:04
·
1247 commits
to master
since this release
What's Changed
- Metadata saved for LN transactions
- Fixes and refactoring in send flow
- Improved auto read clipboard UX
- Added wallet wipe feature
- Lightning balances displayed
- Transaction state reset implemented
- Error handling for generating addresses
- Error displayed if unable to afford channel
- Receive tags saved on ReceiveDetails screen
- Payment data processing improvement
- Activity confirmTimestamp and filter updates
- ActivityDetail UI updated
- QRCode sharing on iOS enabled
- Profile link form moved to bottom-sheet
- Fallback blocktank peers added
- Fixed callback parsing bug in @synonymdev/react-native-lnurl
- Handled "channel closed" error for SlashtagsAuthClient.authz
- Fixed crash when closing bottom-sheet with keyboard open
- Temporarily hid delete contact button
- Fixed widgets gesture issues
- Tag manager added
- Updated LN onboarding flow
- Reorgs and RBFs detection
- Added eslint rules for promises and fixed errors
- Removed unused wallet store fields
- Renamed send transaction types & functions
- Reanimated library upgraded
- Updated e2e workflow
- Updated react-native-ldk and dev dependencies
- Fixed styled-components types
- Updated README.md
- Buildcache added
- Disabled toasts in e2e tests
- Fixed lnurl test
- Added optional .json to LDK logs
Bug Fixes
- Save metadata for LN transactions by @limpbrains in #1043
- Fixes & refactoring in send flow by @pwltr in #1046
- Improve auto read clipboard UX by @pwltr in #1048
- #937 wipe wallet by @pwltr in #1055
- #987 lightning balances by @pwltr in #1052
- Reset transaction state by @pwltr in #1056
- Update getNetworkContent by @coreyphillips in #1057
- Do not eat errors inside generateAddresses func by @limpbrains in #1059
- Show error if unable to afford channel by @pwltr in #1058
- Save receive tags on ReceiveDetails screen by @limpbrains in #1062
- Only process payment data by @pwltr in #1064
- Activity confirmTimestamp & filter updates by @pwltr in #1065
- Update ActivityDetail UI by @pwltr in #1079
- QRCode share on iOS by @limpbrains in #1083
- Move profile link form to bottom-sheet by @pwltr in #1080
- Add fallback blocktank peers by @coreyphillips in #1094
- Upgrade @synonymdev/react-native-lnurl to fix callback parsing bug by @limpbrains in #1090
- Handle SlashtagsAuthClient.authz "channel closed" error correctly by @limpbrains in #1091
- Crash when clsoing bottom-sheet with keyboard open by @pwltr in #1097
- Temp hide delete contact button by @Jasonvdb in #1098
- Widgets gesture issues by @pwltr in #1093
New Features
- Add tag manager by @pwltr in #1013
- Update LN onboarding flow by @pwltr in #1036
- Jest ldk mock by @limpbrains in #1061
- Detect Reorgs And RBFs by @coreyphillips in #1081
Refactor
- Add eslint rules for promises, fix ensuing errors by @pwltr in #1040
- Remove unused wallet store fields by @pwltr in #1045
- Rename send transaction types & functions by @pwltr in #1049
Chores
- Upgrade Reanimated Library by @coreyphillips in #1039
- Update e2e workflow by @pwltr in #1041
- Updated react-native-ldk by @Jasonvdb in #1054
- Update dev dependencies by @limpbrains in #1082
- Upgrade react-native-ldk to 0.0.96 by @coreyphillips in #1086
- Fix styled-components types by @pwltr in #1092
Docs
- Update README.md by @JWBurgers in #1066
Tests
- Buildcache by @limpbrains in #1047
- Disable toasts in e2e tests by @pwltr in #1060
- Fix lnurl test by @limpbrains in #1096
Misc
Full Changelog: v1.0.0-beta46...v1.0.0-beta.51