Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

26 lines (22 loc) · 778 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2018-02-15

Added

  • Wallet Worker with JSON-RPC implementation
  • Generated Ed25519 private and public keys on device and store it in the Keychain
  • List Wallets UI and logic
  • Show Wallet UI and logic
  • Get Balance API request
  • Get Transactions API request

[0.1.0] - 2018-02-10

Added

  • Fresh repository
  • Fresh Xcode project
  • Pool Worker with JSON-RPC implementation
  • Miner Worker with Cryptonight implementation
  • Working mining flow
  • Basic mining UI
  • Basic wallet configuration UI