From 9b1b6fdc2e40d4e82a9131952ee43394c673dde2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 18 Sep 2022 00:24:10 -0400 Subject: [PATCH] Document checkpoints better --- doc/release-process.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 26c172a2b..8f1412b61 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -63,7 +63,8 @@ Install deps on Linux: - Make sure to keep the values in configure.ac and src/clientversion.h the same. The variables are prefixed wth an underscore in configure.ac - Update checkpoints - Run ./contrib/devtools/gen-manpages.sh, commit + push results - - Update checkpoints + - Update checkpoints in src/chainparams.cpp via contrib/checkpoints.pl + - checkpoints.pl will just generate the data you need, it must be manually copied into the correct place - Update man pages - Update copyright years (if applicable) with contrib/devtools/replace.pl - Do a fresh clone and fresh sync with new checkpoints