Skip to content

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Mar 28, 2024
1 parent a9b154c commit 9e264a0
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/bytecode-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions packages/contract-call-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions packages/lib-sourcify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions services/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions services/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e264a0

Please sign in to comment.