-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2etest: refactor operations structure (VochainTest interface) * implement VochainTest interface to separate Setup, Run and Teardown * populate ops var (now a map[string]operation) in init() of each file * rename operations * anonvoting -> anonelection * tokentransactions -> tokentxs * vtest -> plaintextelection * new test encryptedelection * apiclient: add SecretUntilTheEnd support to apiclient.Vote() * New methods WaitUntilElectionKeys, ElectionKeys, prepareVoteEnvelope, prepareVotePackageBytes * ci: update tests_to_run * add e2etest_plaintextelection * add e2etest_encryptedelection * run new end2endtests concurrently * drop legacy vochaintests * fix: tokentxs WaitUntilNextBlock before checking resulting state
- Loading branch information
Showing
10 changed files
with
1,029 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.