Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

0.19.0

Compare
Choose a tag to compare
@Dudleyneedham Dudleyneedham released this 18 Jun 12:52
· 86 commits to develop since this release

0.19.0 (2020-06-18)

Features

SDK change - Quote (#256) (364c4f7):

  • Demo-client needed to become compatible with the SDK Changes
  • Updated the yarn lock to upgrade the Demo-client to the latest version of the SDK (#256) (3db21bb)

Replacing Tslint with Eslint (#259) (9a89437):

  • Changes Tslint to Eslint and optimise code styles

Public Identity can be used as an Alternative to Contact (#262) (1675017):

  • Allows using public identities on messages instead of contacts for "submit terms" and "submit attestation"

Delegation QR Code (#263) (e475934)

  • A delegation ID and public Identity are combined as a QR code to scan and sending messages
  • Making the QR codes in the Demo Client Uniform in the encoding and decoding (#265) (5627a7b)

Docker Image (#261) (2937093)

  • run docker-compose up to spin up a complete, contained development setup1
  • A quick-fire way to spin up the Development setup of KILTs demo client

Delegation Button to create an AntiCov Delegation (#266) (f12917b)

  • If the Devnet chain resets we lose data for the delegations. Having the button resolves the issue

Tests

Updating tests to match the Quote changes (#256) (ed9bf24)

Bug Fixes

Minor

Delegation QR code returning nothing (#264) (7c4485f):

  • fixed an undefined identity inside the QR code.

Demo client production file being updated due to updated SDK and Mashnet (#269) (956e808)