LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Implement peer identity #60

Closed matjazv closed 1 year ago

matjazv commented 1 year ago

Description

Each peer needs to have a unique and fixed peer ID. On boot if a peer doesn't have a peer ID, generate and save it for a later use.

Consider a possibility to import private key via config file. Than something like this can be used: privKey, err := crypto.UnmarshalPrivateKey([]byte)

Acceptance Criteria

Additional Information