From a4e1b51c79d764022326692c5218cdea85c3bd1c Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 3 Nov 2022 12:18:12 +0000 Subject: [PATCH] Update 'doc/release-process.md' --- doc/release-process.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 104ba44..1a5d198 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -31,7 +31,9 @@ git push ## Adding Checkpoints Adding checkpoints make SDL sync much faster, especially for brand new wallets. If there are no recent checkpoints, -when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint ... +when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint , they are added to the file `lib/src/lightclient/checkpoints.rs` in the silentdragonlite-cli repo, and then the dependency on silentdragonlite-cli is updated in this SDL repo. Here is an example commit that updates checkpoints: + +https://git.hush.is/hush/silentdragonlite-cli/commit/ef477f152e1a8bb8a5f7883a99e2a74a6f9eeb0b ## Release process