z-bowen
a6f6b81254
Merge branch 'abstract_election_class' into generalize-election-management-commands
2018-09-07 11:46:06 +02:00
Vanshdeep Singh
cbfbfa8fc4
Problem: Public key format not standardized ( #2508 )
...
Solution: Add 'type' field to public key so that it can be decoded properly
2018-09-06 16:06:36 +02:00
z-bowen
5cde9c8b08
Problem: Command line options for upsert-validator can be generalized to manage any type of election
...
Solution: Refactored the CLI to manage generalized elections
2018-09-05 13:27:45 +02:00
Zachary Bowen
7a0b474d11
Problem: Users want to know upsert-validator election status.
...
Solution: Introduce the `upsert-validator show` command. Soon to be re-implemented via storing and querying identifiers of concluded elections.
2018-08-30 10:47:37 +02:00
Troy McConaghy
abdd23f5a6
Problem: Source files contain no license info ( #2455 )
...
* Problem: Source files contain no license info
Solution: Add comments with SPDX license info to source files
* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Vanshdeep Singh
7dcdefc58b
Problem: There is no way to add new validators (BEP-21) ( #2392 ).
...
Solution: Start by integrating the new election spec specifed in BEP-21.
2018-07-27 17:38:24 +02:00