From 9aca1298c26bb80fcd3c91e82f938781b5bb37fc Mon Sep 17 00:00:00 2001 From: karzak Date: Thu, 31 Oct 2024 10:58:15 -0700 Subject: [PATCH] fix: update iavl-v1 doc to note disabling of fast-node --- migrate/v0_26/iavl-v1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrate/v0_26/iavl-v1.md b/migrate/v0_26/iavl-v1.md index 3496efe24..a88e3470f 100644 --- a/migrate/v0_26/iavl-v1.md +++ b/migrate/v0_26/iavl-v1.md @@ -9,6 +9,8 @@ unless otherwise specified. Steps for using IAVL V1: +**Note:** Nodes running IAVL V1 should set `iavl-disable-fastnode = true` in their `app.toml` file. + **For `goleveldb` nodes:** 1. Replace or recreate your node data with IAVL V1: see [Data](#data). 2. Install an IAVL V1 binary: