Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 708 Bytes

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 708 Bytes

Sentinel - Change Log

[0.1.2]

  • Rename Sentinel to PureSentinel in routing
  • Modify PureSentinel to use dynamic threshold values
  • Modify KeySentinel to use dynamic threshold values
  • Replace the AccountSentinel with the accumulator we have in Routing

[0.1.1]

  • Updated dependencies' versions

[0.0.1 - 0.1.0] Implement the three sentinels

  • Move Frequency back here into this crate
  • Remove dependency on the custom fork of the sodiumdioxide library
  • Implement KeyStore
  • Test KeyStore
  • Implement PureSentinel
  • Test PureSentinel
  • Implement AccountSentinel
  • Test AccountSentinel
  • Implement KeySentinel
  • Test KeySentinel

[0.0.0 - 0.0.1]

  • Reference implementation for the PureSentinel