Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed Apr 4, 2024
1 parent 141d52d commit 66b7034
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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-04-04

- Update dependencies

## [email protected] - 2024-03-28

- Update dependencies
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.4 - 2023-04-04

- Add function to export the minimum information to reconstruct the CheckedContract

## @ethereum-sourcify/lib-sourcify@1.7.3 - 2023-03-28

- Update logging
Expand Down
8 changes: 6 additions & 2 deletions services/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog for `sourcify-database`

## [email protected] - 2024-02-26
## [email protected] - 2024-04-04

- Add schema to support postgresql based session (commented)

## [email protected] - 2024-03-14

- Fix `fsevents` to the `optionalDependencies` for Linux builds.

## [email protected] - 2024-03-14
## [email protected] - 2024-02-26

- Fix migration scripts

Expand Down
4 changes: 4 additions & 0 deletions services/monitor/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.

## [email protected] - 2024-04-04

- Update dependencies

## [email protected] - 2024-03-28

- Improved logging:
Expand Down
10 changes: 10 additions & 0 deletions services/server/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-04-04

- Update dependencies
- Fix session API takes too long to respond on production (#1289)
- Improve logging
- New chains:
- YMTECH-BESU Testnet (202401)
- Deprecated chains:
- Ethereum Goerli Testnet (5)

## [email protected] - 2024-03-28

- Improved logging:
Expand Down
4 changes: 4 additions & 0 deletions ui/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.

## [email protected] - 2023-04-04

- Add custom error message for session time out issue in Verifier component #1317

## [email protected] - 2023-02-26

- Allow passing Etherscan API key as parameter in import from Etherscon
Expand Down

0 comments on commit 66b7034

Please sign in to comment.