From 7f396b421b8874dca1a54b38c24fe2619e553553 Mon Sep 17 00:00:00 2001 From: "[1000i100] Millicent Billette" <git@1000i100.fr> Date: Fri, 27 May 2022 23:43:10 +0200 Subject: [PATCH] verify runtime doc --- docs/dev/verify-runtime-code.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/verify-runtime-code.md b/docs/dev/verify-runtime-code.md index 3464bfef2..d99b7f084 100644 --- a/docs/dev/verify-runtime-code.md +++ b/docs/dev/verify-runtime-code.md @@ -15,3 +15,7 @@ Then, the runtime wasm bytecode is generated in this location: ``` runtime/gdev/target/srtool/release/wbuild/gdev-runtime/gdev_runtime.compact.compressed.wasm ``` + +To compare it to last official : +- download it here : https://git.duniter.org/nodes/rust/duniter-v2s/-/releases +- compare `sha256sum` of it and of the one you've built -- GitLab