From 64a244858209e9ae18819689e6512e1c17af2ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Tue, 14 Nov 2023 09:39:30 +0100 Subject: [PATCH] Update changelog. --- ChangeLog.md | 4 ++++ src/Concordium/Client/Runner.hs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 899356ef..cc9954cd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,10 @@ - Add additional configuration options that use `validator` in place of `baker`. For example `concordium-client validator add`. The older options still exist, but are hidden. +- The `module inspect` command now attempts to print any embedded verifiable + build information. +- The `module deploy` command now warns if a module is being deployed that does + not have embedded verifiable build information. ## 6.1.0 diff --git a/src/Concordium/Client/Runner.hs b/src/Concordium/Client/Runner.hs index 060458dd..7c8b27ad 100644 --- a/src/Concordium/Client/Runner.hs +++ b/src/Concordium/Client/Runner.hs @@ -1978,7 +1978,7 @@ getModuleDeployTransactionCfg baseCfg txOpts moduleFile mWasmVersion = do unless confirmed $ exitTransactionCancelled Right Nothing -> do logWarn - [ [i|The module does not have an embedded build information|], + [ [i|The module does not have embedded build information|], [i|It will likely not be possible to match this module to source code.|] ] when (ioConfirm . toInteractionOpts $ txOpts) $ do