Releases: aion-dk/js-client
Releases · aion-dk/js-client
v2.0.0
What's Changed
electionConfig
item is now calledlatestConfig
.latestConfig
has now different configuration items:thresholdConfig
,voterAuthorizerConfig
,ballotConfigs
,contestConfigs
,votingRoundConfigs
,electionConfig
,genesisConfig
, andlatestConfigItem
.- The different configuration items on the
latestConfig
are now wrapped insideitems
. - Main elements on each configuration item are now wrapped inside
content
. - The
services
of the formerelectionConfig
are now inside thevoterAuthorizerConfig
item. fetchElectionConfig
method is now calledfetchLatestConfig
.validateElectionConfig
method is now calledvalidateLatestConfig
.getElectionConfig
method is now calledgetLatestConfig
.- 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
v1.1.7
v1.1.6
What's Changed
- Updating things by @av-lukas in #199
- Fixing dependency installation by @av-lukas in #201
- [QZ-484] Change proof of private key to proof of election codes by @av-martin in #200
- Maybe fix package publish workflow? by @av-martin in #202
- Downgrade required node version by @av-martin in #203
- Fixes package publish action maybe? by @av-martin in #204
New Contributors
- @av-martin made their first contribution in #200
Full Changelog: v1.1.5...v1.1.6
v1.1.5
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
What's Changed
- Removing old Verify My Ballot sample website. by @av-lukas in #190
- Update js-client to support DEV-1397 by @av-alexander in #192
- Bump version + changelog by @av-alexander in #193
New Contributors
- @av-alexander made their first contribution in #192
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
What's Changed
- Code cleanup by @av-michael in #181
- Align uniformer sorting with DBB by @av-michael in #183
- Delete coverage badge generation from github CI by @av-michael in #184
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #185
- Adding a NIST CVR extractor to convert from a CVR into ContestSelections by @av-michael in #186
- bumped to version 1.1.2 by @av-mads in #187
New Contributors
- @dependabot made their first contribution in #185
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Fix ContestConfig and BallotConfig type by @av-michael in #168
- SJCL types by @av-michael in #170
- Vote encoding - part 1 by @av-michael in #172
- Vote encoding - part 2 (Type changes) by @av-michael in #173
- Vote encoding - part 3 (Adding byte_encoding and ContestSelection types) by @av-michael in #174
- Vote encoding - part 4 (Vote validation) by @av-michael in #175
- Vote encoding - part 5 (Encrypt decrypt contest selections) by @av-michael in #176
- Vote encoding - part 6 (Maybe final) by @av-michael in #178
- Releasing version 1.1.0 by @av-michael in #179
Full Changelog: v1.0.5...v1.1.0