Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 989 Bytes

File metadata and controls

33 lines (25 loc) · 989 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.

[0.4.0] - 2019-08-26

Added

  • integration with ContractRegistry interface. Contract is now updatable.

Fixed

  • Staking balance calculation when validator is disabled

[0.3.0] - 2019-02-11

Added

  • ability to store unique name when creating/editing verifier
  • option to enable and disable verifier (active flag): this will affect only voting process, disabled verifier can still withdraw etc.

Changed

  • checking if verifier is created is now done by checking if id is not empty

Removed

  • created field was removed from verifier structure

[0.2.0] - 2018-12-12

Added

  • Makes verifiers per shard configurable
  • Total token calculation per shard

[0.1.0] - 2018-10-03

Added

  • Verifier registry