tendermint / tmkms

Key Management service for Tendermint Validator nodes
Apache License 2.0
142 stars 42 forks source link

Remove remaining non-namespaced references to `prost` #399

Closed tarcieri closed 4 years ago

tarcieri commented 4 years ago

...renaming them all to prost_amino.

This should allow us to use prost proper with the KMS to do proper Protobuf encoding/decoding.