From 75fdab27e1eb8df557a8bc81340be3fc85a4aed0 Mon Sep 17 00:00:00 2001 From: airdropzamani Date: Mon, 31 Aug 2026 02:24:28 +0300 Subject: [PATCH] docs: mark separated-host RPC transport deprecated as of v0.8.0 (fixes #294) Co-authored-by: Cursor --- docs/running-an-arc-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-an-arc-node.md b/docs/running-an-arc-node.md index 58e7e5b..df392c5 100644 --- a/docs/running-an-arc-node.md +++ b/docs/running-an-arc-node.md @@ -405,7 +405,7 @@ rm -rf ~/.arc > [!WARNING] > Running EL and CL on separate hosts requires the RPC/HTTP Engine API transport, -> which will be deprecated in `v0.8.0` and will be removed in `v0.9.0`. +> which is deprecated as of `v0.8.0` and will be removed in `v0.9.0`. > Run both layers on the same host and use IPC instead (see the > [Binaries](#binaries) section). > The consensus layer logs a startup warning when any RPC option is set.