Skip to content

Commit 243b010

Browse files
Update changelogs (#2066)
2 parents b3a8e9f + 9c6c517 commit 243b010

File tree

8 files changed

+57
-2
lines changed

8 files changed

+57
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This CHANGELOG will contain monorepo related changes such as CI configs, shared dependencies and the development setup.
66

7+
## [email protected] - 2025-04-09
8+
9+
- Update dependencies
10+
- Add @ethereum-sourcify/compilers-types package
11+
- Delete h5ai-nginx (#2055)
12+
713
## [email protected] - 2025-03-19
814

915
- Add @ethereum-sourcify/compilers package

packages/bytecode-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## @ethereum-sourcify/bytecode-utils@1.3.4 - 2025-04-09
6+
7+
- Update dependencies
8+
59
## @ethereum-sourcify/bytecode-utils@1.3.3 - 2025-03-19
610

711
- Update dependencies

packages/compilers-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
## @ethereum-sourcify/compilers-types@1.0.1 - 2025-04-09
4+
5+
- Initialize compilers types
6+
7+

packages/compilers/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22

3-
## @ethereum-sourcify/compilers@1.0.0 - 2025-03-19
3+
## @ethereum-sourcify/compilers@1.0.1 - 2025-04-09
44

5-
- Initialize compilers package
5+
- Add types from @ethereum-sourcify/compilers-types
66

7+
## @ethereum-sourcify/compilers@1.0.0 - 2025-03-19
78

9+
- Initialize compilers package

packages/lib-sourcify/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## @ethereum-sourcify/lib-sourcify@2.0.0 - 2025-04-09
6+
7+
- (Breaking change) Complete refactoring of the verification flow (#1845)
8+
- Add Validation classes and types (#1851)
9+
- Add Compilation classes and types (#1849)
10+
- Implement tests for the new verification flow
11+
- Implement SolidityMetadataContract (#1869)
12+
- Add Verification classes (#1879)
13+
- Improve auxdata position generation return types and error handling (#1993)
14+
- Add VerificationExport (#1994)
15+
516
## @ethereum-sourcify/lib-sourcify@1.13.0 - 2025-03-19
617

718
- Use @ethereum-sourcify/compilers package instead of built-in compiler

services/database/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for `sourcify-database`
22

3+
## [email protected] - 2025-04-09
4+
5+
- Add `updated_at` to `sourcify_matches`
6+
37
## [email protected] - 2025-03-19
48

59
- Add verification_jobs tables

services/monitor/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [email protected] - 2025-04-09
6+
7+
- Update dependencies
8+
- Use the new `FetchRequestRPC`
9+
510
## [email protected] - 2025-03-19
611

712
- Update dependencies

services/server/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [email protected] - 2025-04-09
6+
7+
- Integrate new lib-sourcify classes in server (#1960)
8+
- Use VerificationExport for storeVerification methods of storage services (#1995)
9+
- Improve express error handler (#2027)
10+
- Add upgrade contract private endpoint (#2042)
11+
- Add updated_at column and trigger to sourcify_matches (#2047)
12+
- Remove rate limiter (#2046)
13+
- Update sourcify-chains-default.json to set multiple chains as unsupported
14+
- Add sourceIds field to v2 lookup (#2060)
15+
- Update Hoodi Testnet with RPCs and creatorTxHash
16+
- Update dependencies
17+
18+
New Chains:
19+
- Added Zircuit Garfield Testnet (#2016)
20+
521
## [email protected] - 2025-03-20
622

723
- hot fix for unique constraint conflicts

0 commit comments

Comments
 (0)