Skip to content

Commit 46406fc

Browse files
committed
Update changelogs
1 parent 12b9e48 commit 46406fc

File tree

7 files changed

+39
-0
lines changed

7 files changed

+39
-0
lines changed

packages/bytecode-utils/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
## @ethereum-sourcify/bytecode-utils@1.3.11 - 2025-08-11
6+
7+
- update dependencies
8+
9+
510
## @ethereum-sourcify/bytecode-utils@1.3.10 - 2025-08-04
611

712
- update Node.js engine version to >=22.0.0 in package.json files (#2269)

packages/compilers-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22

3+
## @ethereum-sourcify/compilers-types@1.0.6 - 2025-08-11
4+
5+
- update dependencies
6+
37
## @ethereum-sourcify/compilers-types@1.0.5 - 2025-08-04
48

59
- update dependencies

packages/compilers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
3+
## @ethereum-sourcify/compilers@1.0.8 - 2025-08-11
4+
5+
- update dependencies
6+
17
## @ethereum-sourcify/compilers@1.0.7 - 2025-08-04
28

39
- update Node.js engine version to >=22.0.0 in package.json files (#2269)

packages/lib-sourcify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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/lib-sourcify@2.2.1 - 2025-08-11
6+
7+
- update dependencies
8+
59
## @ethereum-sourcify/lib-sourcify@2.2.0 - 2025-08-04
610

711
- Add PreRunCompilation class to handle compilations for already compiled contracts

services/database/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for `sourcify-database`
22

3+
## [email protected] - 2025-08-11
4+
5+
- Fix processing logic in massive-replace-script to handle errors and update contract counter correctly (#2280)
6+
- Replace script config for fixing missing constructor args transformations (#2282)
7+
- Replace script config for fixing mismatched metadata (#2285)
8+
- Add support for storing failed contracts in massive replace script
9+
- Add excludeContract option to ReplaceConfig and implement contract skipping logic
10+
311
## [email protected] - 2025-08-04
412

513
- Implement new migration system based on dbmate, compatible with VerA

services/monitor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [email protected] - 2025-08-11
6+
7+
- update dependencies
8+
59
## [email protected] - 2025-08-04
610

711
- update dependencies

services/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [email protected] - 2025-08-11
6+
7+
- Fix transaction hash assignment in replaceContract and fix error message in replaceCreationInformation
8+
- Add error handling for on-chain creation bytecode fetching in replaceContract
9+
- Add configuration for replacing metadata in sourcify_matches table via massive replace script
10+
- Fix RPC index of others when an RPC is skipped (#2275)
11+
- Fix VerificationService to handle errors thrown by workerPool.run (#2279)
12+
513
## [email protected] - 2025-08-04
614

715
- Remove json input from API v1 verify/solc-json log (#2225)

0 commit comments

Comments
 (0)