From 4e82c2de32c34e06274761b47f5bb8525edf3897 Mon Sep 17 00:00:00 2001 From: Marcel Moura <5615598+marcelstanley@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:23:06 -0300 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130710ab..0a343c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for the experimental multidapp claimer. - Added the `DAPP_CONTRACT_ADDRESS` environment variable to the `authority-claimer`. If let unset, the service instantiates the MultidappClaimer, that reads dapp addresses from Redis. +- Added `READER_MODE_ENABLED` environment variable to control whether the node generate claims or not. ### Changed - Redacted the contents of `CARTESI_EXPERIMENTAL_SUNODO_VALIDATOR_REDIS_ENDPOINT`. -- server-manager tainted session errors logged on inspect-server. -- Improved dispatcher logs. +- Logged server-manager tainted session errors on advance-runner and inspect-server. +- Adjusted dispatcher, advance-runner and authority-claimer logs. ## [1.5.0] 2024-07-22