Skip to content

Commit

Permalink
Merge branch 'clio_forwarding_rules'
Browse files Browse the repository at this point in the history
  • Loading branch information
mDuo13 committed Oct 16, 2023
2 parents 5ec8f96 + fd88037 commit 970e7e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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.
- `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 @@ -842,6 +842,7 @@ pages:
- en

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

Expand Down

0 comments on commit 970e7e3

Please sign in to comment.