Uh oh!
There was an error while loading. Please reload this page.
docs: drop stale getOrders precompile from api-reference README order-id hint - #282
Draft
claude[bot] wants to merge 1 commit into
Draft
docs: drop stale getOrders precompile from api-reference README order-id hint#282claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
…erence README The orderbook getOrders precompile was removed from the node; merged PR #251 reworded the same hint in orderbook.md but missed this file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A74BZVmHFAksnZWVaGBcgi
claudeBotforce-pushed
the
docs/drop-stale-getorders-hint
branch
from
August 26, 2026 13:56
1e5995e to
eb7352dCompare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Alex Brezas · Slack thread
Before/After: Before, the order-id note in
doc/api-reference/README.mdstill told readers that agetOrders(orderbookId, orderIds)precompile call takes the computedorder_id— that precompile no longer exists on the node. After, the note lists only the methods that still exist:cancel(orderbookId, canceledOrder, …)andupdate(orderbookId, updatedOrder, …).How: This is the one file that closed#234 covered but merged #251 didn't — the same rewording #251 applied to
doc/api-reference/applications-precompiles/orderbook.md, applied to the README's copy of the hint.Generated by Claude Code