Skip to content

docs: clarify broadcast-transaction is relay-only and link Query API - #55

Merged
0xluk merged 1 commit into
mainfrom
docs/broadcast-transaction-caveats
Jun 25, 2026
Merged

docs: clarify broadcast-transaction is relay-only and link Query API#55
0xluk merged 1 commit into
mainfrom
docs/broadcast-transaction-caveats

Conversation

@sallymoc

@sallymoc sallymoc commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

What

Expands the Broadcast Transaction OpenAPI docs to make clear that a successful response only means the transaction was relayed to peers — not that it was added to a tick or executed.

Specifically:

  • States up front that a 200 does not mean the transaction was added to the blockchain; it only confirms relay to peers_broadcasted node peers.
  • Documents the common reasons a broadcast transaction is never included (insufficient balance, tick congestion / low priority, no quorum / empty tick, target tick too close, never reached a computor) — none of which return an error.
  • Explains how to actually confirm a transaction via the Qubic public Query API (the Live API does not track outcomes), linking the getLastProcessedTick and getTransactionByHash docs instead of inlining method/parameter details.

Expand the Broadcast Transaction OpenAPI docs to state that a successful
response only means the transaction was relayed to peers_broadcasted node
peers, not that it was added to a tick or executed. Document the common
reasons a broadcast transaction is never included (insufficient balance,
tick congestion, no quorum, target tick too close, never reached a
computor) and how to confirm inclusion/effect via the Qubic Query API,
linking the getLastProcessedTick and getTransactionByHash docs instead of
inlining method/parameter details.

Regenerate qubic.openapi.yaml (also picks up the previously unsynced
/health endpoint).
@0xluk
0xluk merged commit 19ac871 into main Jun 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants