Skip to content

Releases: aion-dk/js-client

v2.1.5

14 Mar 09:48
3cf7b53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

06 Mar 14:16
de1a8ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

17 Jan 06:58
a02ec70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

12 Jan 08:15
331e89b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 Jan 11:16
421243d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

03 Jan 12:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

20 Dec 12:24
9323ab6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

15 Dec 10:03
b6687ff
Compare
Choose a tag to compare

What's Changed

  • [TECH-676] Use properly LatestConfig to encrypt affidavit by @w0st in #217
  • Release 2.0.3 by @av-mads in #218

Full Changelog: v2.0.2...v2.0.3

v2.0.2

06 Dec 09:30
a23f2ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Dec 09:42
8e548b7
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.1