Skip to content

Commit

Permalink
Move deprecated rpc to deprecated section
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Nov 16, 2024
1 parent f9be5e1 commit f03cff9
Showing 1 changed file with 18 additions and 18 deletions.
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

0 comments on commit f03cff9

Please sign in to comment.