-
Notifications
You must be signed in to change notification settings - Fork 1k
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
server_info/state: document new ports field #2130
Conversation
Link check report. 540491 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/server_info_ports/ |
Link check report. 540486 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/server_info_ports/ |
| `load_factor_fee_reference` | Number | _(May be omitted)_ The [transaction cost][] with no load scaling, in [fee levels][]. [New in: rippled 0.32.0][] | | ||
| `load_factor_server` | Number | _(May be omitted)_ The load factor the server is enforcing, not including the [open ledger cost](transaction-cost.html#open-ledger-cost). [New in: rippled 0.33.0][] | | ||
| `load_factor` | Number | The load factor the server is currently enforcing. The ratio between this value and the `load_base` determines the multiplier for transaction costs. The load factor is determined by the highest of the individual server's load factor, cluster's load factor, the [open ledger cost](transaction-cost.html#open-ledger-cost), and the overall network's load factor. | | ||
| `load_factor_fee_escalation` | Number | _(May be omitted)_ The current multiplier to the [transaction cost][] to get into the open ledger, in [fee levels][]. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't put links in for the same terms in close proximity.
Link check report. 540455 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/server_info_ports/ |
ports
field in the server_info and server_state API responses ( Add RPC/WS ports to server_info rippled#4427 )