Skip to content

v1.0.0-beta.51.

Compare
Choose a tag to compare
@Jasonvdb Jasonvdb released this 05 Jun 14:04
· 878 commits to master since this release
ba35745

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

New Features

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

Docs

Tests

Misc

  • (optionally) add .json to LDK logs by @pwltr in #1037

Full Changelog: v1.0.0-beta46...v1.0.0-beta.51