Skip to content

v0.11.0

Choose a tag to compare

@leio10 leio10 released this 18 Feb 15:56
· 151 commits to develop since this release

Changed

  • Changed the name of some settings* to improve the readability of the code:
    • BB settings: bulletin_board_server* and bulletin_board_public_key*.
    • Authority settings: authority_api_key*, authority_name and authority_private_key*.
    • Elections settings: scheme_name, number_of_trustees and quorum.
  • KeyCeremonyComponent and TallyComponent now accepts a trusteeWrapperAdapter object.
  • The processMessage method from the TrusteeWrapperAdapter now accepts a messageType instead of a messageIdentifier.

Removed

  • The TrusteeWrapper for the "dummy" voting scheme has been removed from the project.

Added

  • The TrusteeWrapperAdapter abstract class can be used to implement any voting scheme wrapper adapter.