Skip to content

v0.26.0-libwallet-1.0.0-rc.8

Latest
Compare
Choose a tag to compare
@TruszczynskiA TruszczynskiA released this 16 May 07:46
0c8565e
  • Fixed issue with available balance. Now the time-locked tokes will be subtracted from the available balance.
  • The screenshots and screen recording are now disabled by default.
  • The user can enable screenshots and screen recording from the settings menu.
  • Fixed reported issue, now TransactionFormatter will format the amount as negative only when the transaction was ongoing.
  • Changed FFI log level from 2 (warning) to 4 (info) on production builds.
  • Added logs from Tor Framework to App's log file.
  • Added address poisoning prevention feature. Now when the user has a contact that is similar to another, he will be asked for confirmation or to switch to another one.
  • Fixed issue with the onboarding screen. Now the screen still be responsive when the emoji ID view is expanded.
  • Updated block explorer URLs
  • Moved constants related to block explorer from TariSettings to AppValues
  • removed isBlockExplorerAvaiable flag
  • Fixed reported issue. Now profile page generates te QR code with the "profile" deep link type.
  • Fixed issue with the UI. Now AddressPoisoningDataHandler will always present UI on the main thread.
  • Replaced availableToSpend property to the available variable,
  • Removed availableToSpend combined property from WalletBalance
  • Implemented DNS Lookup functionality using an existing feature from the FFI Library
  • Adopted coinbase transaction maturity feature from FFI Library.
  • Now, UTXOs that came from coinbase will be unspanable before they "mature".
  • Added 3 new transaction states. New states are handled by all state handlers and formatters.
  • Added a new field to TariNetwork. blockExplorerURL will store block explorer URL related to the network. When blockExplorerURL is nil then the block explorer feature is disabled in the app.
  • Added NextNet TariNetwork configuration
  • Hidden contact section on the transaction details screen for the coinbase's transaction type.
  • Fixed issue with some UI elements was unresponsive on iOS 15.
  • Fixed reported issue. The App will no longer crash when user move to the screenshot prevention settings screen.
  • Turned on generated asset symbols in project settings
  • Converted new Theme variables to generated asset symbols
  • Converted older vector assets to the Generated Asset Symbols
  • Removed unnecessary UIColor from every color input in ColorTheme.
  • Replaced old base node screen with form.
  • Replaced form single field form on the restore wallet screen with a new form with two fields.
  • Added a one-time peer db migration feature
  • Updated FFI Library to v1.0.0-rc.8
  • Switched used network to NextNet