-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
- types/priv_validator package #1203 has been merged but please follow up on Anton's review re
pvsc.Stop(),panic, andsign_bytes - Tendermint is dialing the signer, but we need the signer to dial Tendermint. Perhaps we can have the SocketClient take a
conndirectly to avoid the confusion around a client doing the listening (the ADR did not specify this well, my bad - see PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008 #1256 for a start) - Some more review follow up from Invert privVal socket communication #1286 (review)
- priv_val_server needs to be updated
- authenticate against
ID@host:portin the RemoteSigner, check thatidmatches configured - Persist PrivKey the SocketClient uses for external signers to authenticate properly
- full integration and deprecate the old PrivValidator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:validatorType: Validator relatedType: Validator related