cosmos-sdk icon indicating copy to clipboard operation
cosmos-sdk copied to clipboard

Optimint: use PrivValidatorKey indead of NodeKey

Open tzdybal opened this issue 3 years ago • 1 comments

Currently Optimint use only a single key for both P2P and block signing (see: https://github.com/celestiaorg/optimint/issues/89).

During Optimint node initialization, PrivValidatorKeyFile() should be used instead of NodeKeyFile().

tzdybal avatar Feb 24 '22 10:02 tzdybal

@tzdybal is this issue still relevant? If yes, should it be moved to https://github.com/rollkit/cosmos-sdk?

rootulp avatar Nov 06 '23 15:11 rootulp