Skip to content

Oasis Wallet 1.1

Compare
Choose a tag to compare
@tjanez tjanez released this 03 Oct 10:38
· 2538 commits to master since this release
v1.1
12fc278

NOTE: The latest stable deployed version of Oasis Wallet can be found at https://wallet.oasisprotocol.org/.

Change Log

1.1 (2022-08-30)

Features

  • Add support for displaying ParaTime transactions (#849)
    NOTE: Only Emerald ParaTime is indexed on production Oasis Scan so far.
  • Make UI changes to improve mobile UX and UX of the upcoming extension build from this codebase:
    • transaction list layout (#938),
    • mobile menu (#933),
    • mobile header (#936),
    • footer updates (#933),
    • account summary (#935),
    • account page tabs (#937).
  • Add “Reclaim all” button (#931)
  • Display estimated debonding time in debonding list (#963)
  • Introduce “-” for unknown values in the account information and survive fetching delegations errors (#916, #879)
  • Recognize transactions that set an allowance (#958)
  • Display failed status on transactions (#925)

Bug Fixes and Improvements

  • Improve numeric precision with BigNumber.js (#952, #932)
  • Add Latin ext font for better support of different languages (#867)
  • Prevent race conditions when loading account, network, and staking data (#868)
  • Speedup loading network configuration (#976)
  • Prevent full reload when clicking "Open your wallet!" link (#891)
  • Fix incorrect external links in the app side navigation (#903, #921)
  • Improve display of balance in account selector to no longer be split into two lines (#966)
  • Fix amount formatting in transaction preview (#951)
  • Fix keyboard accessibility of sidebar after creating a wallet (#864)
  • Fix display of available balance in the account selector, stop using misleading “total” field from RPC (#927)
  • Fix debonding list for multiple debonding from the same validator (#961)
  • Hide "Send Transaction" and "Add Escrow" forms when viewing accounts other than the opened account (#865, #918)

Internal Changes

  • Improve build process (#904)
  • Remove unused dependencies (#878)
  • Remove unused react-script boilerplate code (#866)
  • Update dependencies
  • Speed up CI (#875, #874)
  • Add type-safety tests (#914, #911)
  • Fix OpenAPI configuration $schemas (#892)
  • Fix dump-validators by not using OpenAPI post-request middleware (#949)
  • Change button border-radius in theme (#947)
  • Use en-US locale in tests (#956)
  • Improve testing queries (#930)
  • Cleanup render functions and double HTML from testing snapshots (#928)
  • Improve Codecov config and allow coverage to drop by 0.5% (#910)
  • Remove deprecated VS Code extensions from recommendations (#919)
  • Miscellaneous improvements (#922)