Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Apr 23, 2024
1 parent a9cc11b commit c2b7570
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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-23

- Skip npm-publish if not a package
- s3-backup-check on master only
- Add the release script

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

- 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.5 - 2024-04-23

- Add log to fetching bytecode

## @ethereum-sourcify/lib-sourcify@1.7.4 - 2023-04-04

- Add function to export the minimum information to reconstruct the CheckedContract
Expand Down
4 changes: 4 additions & 0 deletions services/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `sourcify-database`

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

- Add session table to migrations

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

- Add schema to support postgresql based session (commented)
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-23

- Make package private

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

- Update dependencies
Expand Down
15 changes: 15 additions & 0 deletions services/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

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

- Use Postgres session table for session instead of memory only
- Add dry run parameter for the session verify endpoint
- Increase lambda function max response size by swithching to streaming
- Add fallback to the local compiler when the lambda response is too large
- Don't store contract once again if it's already partial and the result is partial
- New chains:
- Tangle (5845)
- Swisstronik (1291)
- Polygon Amoy Testnet (80002)
- DEGEN (666666666)
- Deprecated chains:
- Polygon Mumbai Testnet (80001)

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

- Fix checkAndFetchMissing failing in session API
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] - 2024-04-23

- Use chain.title before chain.name

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

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

0 comments on commit c2b7570

Please sign in to comment.