From 9e264a00d4f3cc51bca4f0698d8165c352fe40ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Uzdo=C4=9Fan?= Date: Thu, 28 Mar 2024 12:26:53 +0100 Subject: [PATCH] Add changelogs --- CHANGELOG.md | 5 +++++ packages/bytecode-utils/CHANGELOG.md | 4 ++++ packages/contract-call-decoder/CHANGELOG.md | 4 ++++ packages/lib-sourcify/CHANGELOG.md | 4 ++++ services/monitor/CHANGELOG.md | 10 ++++++++++ services/server/CHANGELOG.md | 14 ++++++++++++++ 6 files changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0116d97ea..2f3a59c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This CHANGELOG will contain monorepo related changes such as CI configs, shared dependencies and the development setup. +## sourcify-monorepo@1.2.5 - 2024-03-28 + +- Update dependencies +- Add Postgres DB env vars to the CI + ## sourcify-monorepo@1.2.4 - 2024-03-15 - Update sourcify-server diff --git a/packages/bytecode-utils/CHANGELOG.md b/packages/bytecode-utils/CHANGELOG.md index 275725cb7..7f9e54b14 100644 --- a/packages/bytecode-utils/CHANGELOG.md +++ b/packages/bytecode-utils/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## @ethereum-sourcify/bytecode-utils@1.2.8 - 2024-03-28 + +- Fix typo + ## @ethereum-sourcify/bytecode-utils@1.2.7 - 2024-02-26 - Fix `fsevents` to the `optionalDependencies` for Linux builds. diff --git a/packages/contract-call-decoder/CHANGELOG.md b/packages/contract-call-decoder/CHANGELOG.md index b80ee07cf..20aa4e915 100644 --- a/packages/contract-call-decoder/CHANGELOG.md +++ b/packages/contract-call-decoder/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## @ethereum-sourcify/contract-call-decoder@0.2.11 - 2024-03-28 + +- Bump `@ethereum-sourcify/bytecode-utils` to `1.2.7` + ## @ethereum-sourcify/contract-call-decoder@0.2.10 - 2024-02-26 - Fix `fsevents` to the `optionalDependencies` for Linux builds. diff --git a/packages/lib-sourcify/CHANGELOG.md b/packages/lib-sourcify/CHANGELOG.md index 04764cec1..280836ff0 100644 --- a/packages/lib-sourcify/CHANGELOG.md +++ b/packages/lib-sourcify/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## @ethereum-sourcify/lib-sourcify@1.7.3 - 2023-03-28 + +- Update logging + ## @ethereum-sourcify/lib-sourcify@1.7.2 - 2023-03-14 - Fix bytecode transformations diff --git a/services/monitor/CHANGELOG.md b/services/monitor/CHANGELOG.md index e0c82a394..b84444ee8 100644 --- a/services/monitor/CHANGELOG.md +++ b/services/monitor/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## sourcify-monitor@1.1.11 - 2024-03-28 + +- Improved logging: + - Log nicely formatted line logs in development and JSON logs in production + - Added `NODE_LOG_LEVEL` env variable + - Enable dynamic log level chaning through a simple web server. Just send: + ```bash + curl -X POST -H "Content-Type: application/json" -d '{"level": "debug"}' http://localhost:3333 + ``` + ## sourcify-monitor@1.1.10 - 2024-03-14 - Rename chains.json to monitorChains.json diff --git a/services/server/CHANGELOG.md b/services/server/CHANGELOG.md index 8a9c8da94..bb6584ac0 100644 --- a/services/server/CHANGELOG.md +++ b/services/server/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## sourcify-server@1.5.4 - 2024-03-28 + +- Improved logging: + - Log nicely formatted line logs in development and JSON logs in production + - Added `NODE_LOG_LEVEL` env variable + - Enable dynamic log level chaning through an authenticaed endpoint `/change-log-level`. The auth token is set at `SETLOGGING_TOKEN` +- Fix path sanitization not sanitizing new lines `\n`. +- Updating verified contract in the DB. Previously it was just inserting. +- Add tests for Database +- New chains: + - Fraxtal (252) + - Fraxtal Testnet (2522) + - Phoenix Mainnet (13381) + ## sourcify-server@1.5.3 - 2024-03-15 - New chains: