Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

v0.0.9-beta

Compare
Choose a tag to compare
@mradkov mradkov released this 30 Jul 06:19
· 369 commits to master since this release
7f9f94b

Changelog

  • interface and async displaying eur/usd convertations of Ae tokens on main page
  • bug fixing after merge
  • refactoring Popup and including in all files
  • wriitings tests for Manage networks page
  • test fixing after merge
  • Fixing issue #32 Aepp call smart contract
  • Indicator Showing type of signing type - Contract call, Send etc..
  • Unifying panel sections in Manage Accounts and Add Networks
  • Add fiat rate in usd of amounts in sign tx popup
  • Ability to add content to main loader
  • Call statefull method from Aepp object
  • Confirm Contract Source Interface
  • Functions for Encoding and Decoding the tx call data (issue #33 )
  • Fix problem with SDK init after login or import
  • Fixing problem with ability to resolve only selected Aepp request. So far when you have several requests when you resolve one of them, all others request resolved too.
  • Adding fuctionality transactions requested from Aepp to be queued, so far when you have pending transactions only the last one can be confirmed or rejected
  • Redirect to confirm page after selecting to send amount in Send Page. In confirm page there is option to select custom transaction fee
  • Clear privacy data from security and privacy page only after confirming
  • Custom Modal component
  • Fixing issue #39. Now you can view your private key after entering password
  • Removing all places where private key was stored in the storage.
  • Fixing issue #38. Wallet now can deploy fungible token contract. This functionality will be added in Utility section when merging the rest of the changes
  • Extending transaction to support Contract Create Tx vizualization, also adding colors to differentiate tx types because they become a lot - spend tx in, spend tx out, contract create tx, contract call tx, name preclaim tx, name claim tx, name update tx
  • Fixing issue #41. Retrieving of min and max reasonable fee based on tx type - spend, contract call, contract create
  • Confirm or reject tx when sending Fungible tokens