-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [email protected] - 2024-03-28 | ||
|
||
- Update dependencies | ||
- Add Postgres DB env vars to the CI | ||
|
||
## [email protected] - 2024-03-15 | ||
|
||
- Update sourcify-server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [email protected] - 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 | ||
``` | ||
|
||
## [email protected] - 2024-03-14 | ||
|
||
- Rename chains.json to monitorChains.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,20 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [email protected] - 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) | ||
|
||
## [email protected] - 2024-03-15 | ||
|
||
- New chains: | ||
|