mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-05 01:21:21 +00:00
- split PubKeyMsg into PubKeyRequest / PubKeyResponse like other msgs - NewRemoteSignerClient sends a pubkey request (once), return this err OnStart() - NewRemoteSignerClient returns an error if retrieving the pubkey fails - remove GetAddress from PrivValidator interface - GetPublicKey doesn't err but returns memoized public key from init - fix tests