Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Rinkeby Testnet release

Pre-release
Pre-release
Compare
Choose a tag to compare
@DmitryBespalov DmitryBespalov released this 28 Oct 13:30
· 2140 commits to master since this release

0.8.0_ - 2018-10-28

Added

  • Terms of Use screen
  • Guidelines screen
  • Input components in SafeUIKit
    • TextInput
    • VerifiableInput
    • TokenInput
    • AddressInput
  • Proxy classes for contracts communication (ERC20, safe)
  • Transaction list screen functionality implementation
    • Querying the database
    • Synchronization of pending transactions
  • Transaction details screen functionality implementation
    • Subscribing on transaction updates
  • Sending ERC20 tokens
  • Made browser extension
  • PreRelease configuration (production-rinkeby services)

Changed

  • Hashing of transactions according to EIP712 implementation
  • Changed confirmation counts for wallet from 2/3 to 1/3 and 2/4
  • Nonce is fetched from relay service instead of the contract
  • Designs of onboarding screens