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

Releases: gnosis/safe-ios-legacy

Rinkeby Testnet release

28 Oct 13:30
Compare
Choose a tag to compare
Pre-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

Onboarding screens and architecture refactoring

03 May 16:03
ed1ef29
Compare
Choose a tag to compare

Added

  • New safe configuration screen.
  • Browser extension screen with QR code reading.
  • Mnemonic generation and confirmation screens.
  • Added RSBarcodes dependency.
  • Added CHANGELOG.rst (this file).
  • SQLite database implementation.
  • Documentation of architecture in the docs folder.

Removed

  • Old code for Account and all related things.

Changed

  • Dependency configuration is now done through Dependencies folder with git submodules and Library subproject.
  • Implementation of IdentityAccess domain logic with User, Gatekeeper, AuthenticationApplicationService and others.

Bootstrap of the project

03 May 16:04
ab8f58f
Compare
Choose a tag to compare
Pre-release

Added

  • Setting master password
  • Unlocking app