Skip to content

Node address format #16

@tzdybal

Description

@tzdybal

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions