5 Commits

Author SHA1 Message Date
Vanshdeep Singh
bda1fb7708 Problem: Public key type not verfied during validation
Solution: Validate public key type and write correspoding tests
2018-09-05 12:21:49 +02:00
Vanshdeep Singh
8dda02dc0e Problem: Public key format not standardized
Solution: Add 'type' field to public key so that it can be decoded properly
2018-09-03 15:49:31 +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