Skip to content

v2.0.1

Compare
Choose a tag to compare
@av-alexistoledo av-alexistoledo released this 05 Dec 09:42
· 120 commits to main since this release
8e548b7

What's Changed

  • electionConfig item is now called latestConfig.
  • latestConfig has now different configuration items: thresholdConfig, voterAuthorizerConfig, ballotConfigs, contestConfigs, votingRoundConfigs, electionConfig, genesisConfig, and latestConfigItem.
  • The different configuration items on the latestConfig are now wrapped inside items.
  • Main elements on each configuration item are now wrapped inside content.
  • The services of the former electionConfig are now inside the voterAuthorizerConfig item.
  • fetchElectionConfig method is now called fetchLatestConfig.
  • validateElectionConfig method is now called validateLatestConfig.
  • getElectionConfig method is now called getLatestConfig.
  • Most type declarations were moved to the types.ts file.
  • Integration/e2e tests were wiped from the JS client.
  • Benaloh flow and walkthrough don’t support a mocked version anymore. They can still be used for development purposes (see readme).
  • Unit tests for payload and receipt validation were added.

Co-authored-by: Lukas Alex [email protected]
Co-authored-by: Alexis Toledo [email protected]
Co-authored-by: av-alexistoledo [email protected]
Co-authored-by: av-alexistoledo [email protected]
Co-authored-by: Martin Laursen [email protected]
Co-authored-by: Lukas Alex [email protected]

Full Changelog: v1.1.8...v2.0.1