Skip to content

Labels

Labels

  • base: dev/m1

    Open PR targets dev/m1 integration branch — merge AFTER develop PRs; develop merged in last.
  • base: develop

    Open PR targets develop — merge FIRST, before the dev/m1 integration PRs.
  • base: other

    Open PR stacked on another branch (not develop/dev/m1) — sort its base before it can merge.
  • blocked

    Can't proceed. Waiting on something.
  • breaking

    Will break existing modules or the host contract.
  • bug

    Something isn't working.
  • component/capabilities

    capability negotiation, allowlist, optional-cap trap stubs
  • component/chain

    alloy provider, chain host backend, RPC middleware
  • component/cow-integration

    shepherd:cow / cow-api order submission
  • component/discovery

    module discovery + content-address fetch/verify (static/ENS/registry)
  • component/engine-host

    host-interface implementations (the host impls layer)
  • component/engine-runtime

    wasmtime runtime: instantiation, fuel, epoch, ResourceLimiter
  • component/engine-supervisor

    multi-module supervisor, event loop, dispatch
  • component/http

    http fetch backend under the capability allowlist
  • component/identity

    keystore-backed signing backend
  • component/lifecycle

    module FSM: restart policy, poison-pill, resource enforcement
  • component/local-store

    redb per-module state + byte quotas
  • component/manifest

    nexum.toml / nexum-engine.toml parsing + config-value
  • component/messaging

    Waku/nwaku messaging backend
  • component/modules

    shipped guest modules (twap, ethflow, examples, fixtures)
  • component/observability

    tracing, metrics, health endpoint
  • component/remote-store

    Swarm/Bee remote-store backend (upload/download/feeds)
  • component/sdk

    nexum-sdk / shepherd-sdk, proc macros, cargo-nexum
  • component/subscriptions

    event sources (block/log/cron/message) + delivery semantics
  • component/tools

    load-gen, orderbook-mock, backtest, baseline-latency, packaging/release
  • component/wit-abi

    WIT packages, worlds, wit-bindgen, host/guest contract
  • debt

    Code works but makes future work harder.
  • dependencies

    Dependency updates or issues.
  • docs

    Documentation is wrong or missing.
  • dx

    Developer experience is suffering.