Skip to content

API mismatch with koi-net version #1

@JEJodesty

Description

@JEJodesty

Revelation:

from koi_net.config.full_node import (
    FullNodeConfig,
    ServerConfig,
    KoiNetConfig,
    NodeProfile,
    NodeProvides
)

Cause:
API mismatch with koi-net>=1.2.4 within koi-net-github-sensor-node/pyproject.toml
Node (koi-net-github-sensor-node/src/koi-net-github-sensor-node/config.py) does:

Reason:
In the installed koi_net (e.g. from koi-net>=1.2.4 in the venv), koi_net.config.full_node only defines:

FullNodeProfile
FullNodeConfig

and does not define or re-export KoiNetConfig, NodeProfile, or NodeProvides.

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