From 291dda077ff1d97658870a7b7674e0f3f09bb748 Mon Sep 17 00:00:00 2001 From: KutluhanETH Date: Thu, 10 Sep 2026 00:08:56 +0300 Subject: [PATCH] docs: mark separated-host RPC transport deprecated as of v0.8.0 (fixes #294) --- 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.