-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
Optimint internally use libp2p for networking. This means addresses are represented as Multiaddr.
Cosmos-SDK use following format: <NODE_ID>@<IP>:<PORT>.
Currently, addresses from cosmos-sdk format are translated to multiaddresses. This ensures smooth reuse of tendermint/cosmos-sdk configuration, and should look more familiar to users/developers.
On the other hand, using multiaddr "everywhere" (in configs, logs, params, etc) will simplify the code.
Metadata
Metadata
Assignees
Labels
No labels