Version 0.6

๐Ÿ‘

Version 0.6

Frontend:

  • Better API Token support. Showing the new tokens only one time.
  • Better onboarding texts.
  • Dependencies version bump.
  • Allow the application to run in Demo mode.
  • Remove unwanted views.
  • Add Approvals view.
  • Add unit test support.
  • Fix spending limits trailing zero bugs.

Backend:

  • Add NFTs support: send, receive, and balance.
  • Add trade support: Limit orders, Blender orders, and Market prices using web sockets.
  • Add trades views and filters.
  • Better rate limits globally and specifically when using invitations.
  • Fix organization uniqueness by using email.
  • Blockchain address validations.
  • Better error handling.
  • Obfuscate inner errors to clients.
  • Better exception handling.
  • Better API Token support. Saving only the hash in the DB.
  • Add organization upload support.
  • Better logs - using StructLog library.
  • Dependencies version bump.
  • Many PenTest remediations.
  • Add tilt support.
  • Fix the issue with sending small amounts.
  • Fix issues with Auth0 connections when a new user is invited to the organization.
  • Fix estimate-tx-fee endpoint.

Infra/core:

  • Moved to segment the component to separate namespaces.
  • Added a network policy enforcer.