mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

Solution: Transfer vote to the election public key; generalize implemenation to handle election txn type * Problem: Upsert valdiator 'new' doesn't accept public in base64 format Solution: Tendermint stores all keys in base64 format so it would suitable to abandon base58 encoding in favour of base64 encoding * Problem: Not test for invalid execution of upsert-validator 'new' Solution: Write tests to when invalid power or private key path has been supplied * Problem: Exceptions are not informational when executing upsert-validator Solution: generate error logs or print statement indicating success