mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 02:22:04 +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