Skip to content

Gossipsub message encoding #35

@thewoodfish

Description

@thewoodfish

During gossiping, messages are sent as bytes: Vec<u8>, hence they have to be encoded into that format.
The Vec<String> is broken down into bytes and sent over the wire. This can be even more flexible as we can have a codec, maybe cbor that encodes any data structure into bytes and decodes them on the other side. Simple and flexible.

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