Skip to content

Labels

Labels

  • area:auth

    pkg/auth — EIP-191 / EIP-712 signing, session keys
  • area:channels

    pkg/channels — typed subscription descriptors
  • area:ci

    .github/ — workflows, settings, rulesets
  • area:codec

    internal/codec — wire-format encode/decode
  • area:contracts

    pkg/contracts — on-chain contract addresses and helpers
  • area:derive

    pkg/derive — top-level facade that wires REST + WS
  • area:docs

    docs/ and root *.md files
  • area:enums

    pkg/enums — generated and curated enumerations
  • area:errors

    pkg/errors — Derive error codes, sentinels, APIError
  • area:examples

    examples/ — runnable example programs
  • area:methods

    internal/methods — JSON-RPC method registry shared by transports
  • area:netconf

    internal/netconf — testnet vs mainnet endpoints
  • area:rest

    pkg/rest — REST client and JSON-RPC-over-HTTP transport
  • area:retry

    internal/retry — backoff, jitter, attempt policy
  • area:transport

    internal/transport — shared transport interface and impls
  • area:types

    pkg/types — request/response payload structs
  • area:ws

    pkg/ws — WebSocket client, subscriptions, reconnect
  • automerge

    Eligible for auto-merge once required checks pass
  • autorelease: pending

  • autorelease: tagged

  • blocked

    Blocked by another issue or external dependency
  • breaking-change

    Introduces a breaking API change
  • bug

    Something isn't working
  • dependencies

    Pull requests that update a dependency
  • do-not-merge

    Block merging — work in progress or under discussion
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • go

    Go module update
  • good first issue

    Good for newcomers