Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clio forwarding rules #2152

Merged
merged 5 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/concepts/networks-and-servers/the-clio-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ A Clio server stores validated ledger data such as transaction metadata, account

When a Clio server receives an API request, it looks up data from these data stores. For requests that require data from the P2P network, the Clio server forwards the request to a P2P server, and then passes the response back to the client.

Clio will **always** forward to `rippled` if any of the following is true:

- `ledger_index` is set to `current` or `closed`.
- `accounts`, `queue` or `full` are set to `true` for the `ledger` API.
godexsoft marked this conversation as resolved.
Show resolved Hide resolved
- `queue` is set to `true` for the `account_info` API.
- Requested API method (`"command"`) is `submit`, `submit_multisigned`, `fee`, `ledger_closed`, `ledger_current`, `ripple_path_find`, `manifest`, `channel_authorize` or `channel_verify`.

## See Also

Expand Down
1 change: 1 addition & 0 deletions dactyl-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ pages:
- en

- md: concepts/networks-and-servers/the-clio-server.ja.md
outdated_translation: true
targets:
- ja

Expand Down