Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Nov 14, 2023
1 parent 8c09354 commit 64a2448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Concordium/Client/Runner.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64a2448

Please sign in to comment.