Skip to main content

QA transparency

Live pool config, pending queue, and rule registry from public RPC — same methods the explorer uses elsewhere.

QA pre-flight (bytecode check)

Rule registry

From boing_getQaRegistry. Repo JSON is a comparison baseline; live networks may differ.

Live governance pool (testnet)

Pending queue

Unsure deploys awaiting governance. Votes: RPC spec.

Reference

QA RPC error code list
  • -32050Deployment rejected by protocol QA (rule_id + message in response).
  • -32051Unsure — referred to the governance QA pool; includes pending tx_hash.
  • -32052No pending pool item for that transaction hash.
  • -32053Voter is not a governance QA administrator.
  • -32054QA pool disabled by governance (e.g. no admins / zero capacity).
  • -32055Global pool capacity reached.
  • -32056Per-deployer pending cap reached.
  • -32057Operator RPC auth — vote/apply require X-Boing-Operator when the node sets BOING_OPERATOR_RPC_TOKEN.