Skip to content

docs(json-rpc): document the modified OrderUpdate variant for pod_orders#226

Merged
poszu merged 1 commit into
mainfrom
docs/pod-orders-modified-update
Jun 16, 2026
Merged

docs(json-rpc): document the modified OrderUpdate variant for pod_orders#226
poszu merged 1 commit into
mainfrom
docs/pod-orders-modified-update

Conversation

@poszu

@poszu poszu commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #225. The pod_orders stream now emits a modified OrderUpdate when a resting order's price and/or size is changed in place by an update intent.

Changes to doc/api-reference/json-rpc/openapi.yaml:

Add modified to the OrderUpdate type enum, document its new_price / new_size fields, and note that order_id is now also present for modified.

Add modifications to the pod_orders update-type list in the eth_subscribe description.

The server-side bidder filter (from #225) covers modified updates too — the underlying OrderUpdateInfo carries the order owner.

The pod_orders stream now emits a `modified` update when a resting order's
price/size changes in place via an `update` intent. Add the variant to the
OrderUpdate schema (enum, new_price/new_size, order_id applicability) and to
the eth_subscribe update-type list.
@poszu poszu merged commit 51554ac into main Jun 16, 2026
9 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