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

Move deprecated rpc to deprecated section #712

Merged
merged 1 commit into from
Dec 30, 2024
Merged
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
36 changes: 18 additions & 18 deletions docs/commands/rpc-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,6 @@ Returns a list of pairs of account and block hash representing the head block fo

---

### accounts_pending

Deprecated in V24.0+. Replaced by [accounts_receivable](#accounts_receivable)

---

### accounts_receivable

_since V24.0, use [accounts_pending](#accounts_pending) for V23.3 and below_
Expand Down Expand Up @@ -2042,18 +2036,6 @@ _version 20.0 will generate the node_id with `node_` prefix, earlier versions wi

---

### pending

Deprecated in V23.0+. Replaced by [receivable](#receivable)

---

### pending_exists

Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists)

---

### populate_backlog

Scans all accounts, checks for unconfirmed blocks in account chains, and then queues those blocks for confirmation via the election scheduler. Useful for local test networks, since default backlog population is normally done over longer intervals (e.g. 5 minutes).
Expand Down Expand Up @@ -4607,6 +4589,12 @@ Note: Before v20, the sampling period was between 16 and 36 seconds.

---

### accounts_pending

Deprecated in V24.0+. Replaced by [accounts_receivable](#accounts_receivable)

---

### history

**Deprecated**: please use `account_history` instead. It provides a `head` option which is identical to the history `hash` option.
Expand Down Expand Up @@ -4727,6 +4715,18 @@ Multiply an rai amount by the rai ratio.

---

### pending

Deprecated in V23.0+. Replaced by [receivable](#receivable)

---

### pending_exists

Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists)

---

## Removed RPCs

---
Expand Down
Loading