From 4578546fee17a336228fad97dc19a3d91fa4f49d Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Tue, 13 Jun 2023 13:40:32 +0200 Subject: [PATCH] update docs --- docs/dev/upgrade-substrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/upgrade-substrate.md b/docs/dev/upgrade-substrate.md index 47c9af289..2345be020 100644 --- a/docs/dev/upgrade-substrate.md +++ b/docs/dev/upgrade-substrate.md @@ -7,7 +7,7 @@ Let's say for the example that we want to upgrade from `v0.9.26` to `v0.9.32`. ## Upgrade Substrate fork 1. Checkout the latest Substrate Polkadot branch `polkadot-v0.9.xy` in [our Substrate](https://github.com/duniter/substrate/) 2. Create a new branch `duniter-substrate-v0.9.xy` -3. Cherry-pick `3ad5e1a1fdac5398d4911272a34e1f16c1bdd8f0`, `3ad5e1a1fdac5398d4911272a34e1f16c1bdd8f0` and `c36ab4f32454318a47777b24b6533c44121fc10b` +3. Cherry-pick `3ad5e1a1fdac5398d4911272a34e1f16c1bdd8f0`, `87ef489034ca2b15c4f30da387e06b1f6716d9a2` and `c36ab4f32454318a47777b24b6533c44121fc10b` 4. Run `cargo check` to check the cherry-picking ## Upgrade Subxt fork -- GitLab