align dao, datalayer, and daemon RPC pages with reference#982
Merged
Conversation
…client DataLayer: document RpcServer merge, fix get_routes list (46 paths) including multistore/ submit_all/ log and version routes. Daemon: add server.py context, include get_network_info in get_routes, sort route names. DAO: note 2.5.3 removal, wallet get_routes, relabel command reference as historical. Co-authored-by: Cursor <cursoragent@cursor.com>
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 free
to 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.
…client
DataLayer: document RpcServer merge, fix get_routes list (46 paths) including multistore/ submit_all/ log and version routes.
Daemon: add server.py context, include get_network_info in get_routes, sort route names.
DAO: note 2.5.3 removal, wallet get_routes, relabel command reference as historical.
Note
Low Risk
Low risk documentation-only changes; main risk is confusing users if any route lists/descriptions still diverge from the actual RPC servers.
Overview
Aligns the Daemon and DataLayer RPC reference pages with the reference client by clarifying how routes are exposed (websocket command mapping for the daemon;
DataLayerRpcApimerged with sharedRpcServerHTTP routes) and updating the documentedget_routesoutput/usage accordingly.Adds an explicit notice that the DAO wallet and
dao_*wallet RPCs were removed in Chia 2.5.3, introduces awallet get_routespointer for current releases, and re-labels the remaining DAO RPC content as historical reference.Reviewed by Cursor Bugbot for commit add58b2. Bugbot is set up for automated code reviews on this repo. Configure here.