Skip to content

Releases: aion-dk/js-client

v2.0.0

05 Dec 08:53
497af6f
Compare
Choose a tag to compare

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.0

v1.1.8

28 Sep 11:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v1.1.8

v1.1.7

08 Sep 14:41
d703336
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

08 Sep 14:28
7e2bbc2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

18 Jul 09:28
cd8d693
Compare
Choose a tag to compare

What's Changed

  • [QZ-416] Allow registering by proof of private key and automatically select auth method by @av-alexander in #194
  • Update new auth mode names and merge methods for simplicity by @av-alexander in #195
  • Make blank validation based on new config in marking type by @av-alexander in #196
  • Updated version and changelog for new release v1.1.5 by @av-alexander in #197

Full Changelog: v1.1.4...v1.1.5

v1.1.4

12 Jul 12:17
b09a80c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

30 Jun 07:02
3278de8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

24 Jun 10:22
20084fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Jun 11:45
82883e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

08 Jun 08:39
56ca176
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0