Skip to content

Handle multiple namespaces in mock server #993

@gupadhyaya

Description

@gupadhyaya

it is not possible to test different status messages for DALC using our mock server because it does not differentiate namespaces while creating the mock DALC: https://github.com/rollkit/rollkit/blob/main/da/celestia/mock/server.go#L47
This means, all namespace data gets stored into a single key-value store and querying for different namespaces would result in the same data.
We need to extend the mock server to create one mock DALC for each namespace.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions