Skip to content

Commit 28023c3

Browse files
authored
Release new package versions (#2301)
2 parents 35f8565 + 9b5886a commit 28023c3

File tree

9 files changed

+33
-12
lines changed

9 files changed

+33
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lib-sourcify/CHANGELOG.md

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

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

5+
## @ethereum-sourcify/lib-sourcify@2.2.2 - 2025-08-12
6+
7+
- Clean compiler version in compilation classes (#2295)
8+
- Rpcs housekeeping and removing URL logs with API Keys (#2283)
9+
10+
511
## @ethereum-sourcify/lib-sourcify@2.2.1 - 2025-08-11
612

713
- update dependencies

packages/lib-sourcify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/lib-sourcify",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Library for Sourcify's contract verification methods, contract validation, types, and interfaces.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

services/database/CHANGELOG.md

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

3+
## [email protected] - 2025-08-12
4+
5+
- Track total replaced contracts in the massive replace script (#2293)
6+
- Fixes to massive replace for contracts from verifyDepracted (#2299)
7+
38
## [email protected] - 2025-08-11
49

510
- Fix processing logic in massive-replace-script to handle errors and update contract counter correctly (#2280)

services/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-database",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"private": true,
55
"description": "The Sourcify database",
66
"main": "index.js",

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-12
6+
7+
- Update Dockerfiles from Bullseye to Bookworm for Vyper compiler compatibility (#2289)
8+
59
## [email protected] - 2025-08-11
610

711
- update dependencies

services/monitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-monitor",
3-
"version": "1.3.17",
3+
"version": "1.3.18",
44
"private": true,
55
"description": "A monitoring service to listen to chains and send detected new contracts to a Sourcify server",
66
"main": "index.js",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/ethereum/sourcify#readme",
3939
"dependencies": {
4040
"@ethereum-sourcify/bytecode-utils": "^1.3.11",
41-
"@ethereum-sourcify/lib-sourcify": "^2.2.1",
41+
"@ethereum-sourcify/lib-sourcify": "^2.2.2",
4242
"chalk": "4.1.2",
4343
"commander": "12.1.0",
4444
"dotenv": "16.6.1",

services/server/CHANGELOG.md

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

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

5+
## [email protected] - 2025-08-12
6+
7+
- Update Dockerfiles from Bullseye to Bookworm for Vyper compiler compatibility (#2289)
8+
- Allow to replace contracts on unsupported chains (#2292)
9+
- Fixes to massive replace for contracts from verifyDepracted (#2299)
10+
511
## [email protected] - 2025-08-11
612

713
- Fix transaction hash assignment in replaceContract and fix error message in replaceCreationInformation

services/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-server",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Solidity metadata-based re-compilation and source verification tool",
55
"main": "dist/server/server.js",
66
"types": "dist/server/server.d.ts",
@@ -52,7 +52,7 @@
5252
"@aws-sdk/client-s3": "3.859.0",
5353
"@ethereum-sourcify/bytecode-utils": "^1.3.11",
5454
"@ethereum-sourcify/compilers": "^1.0.8",
55-
"@ethereum-sourcify/lib-sourcify": "^2.2.1",
55+
"@ethereum-sourcify/lib-sourcify": "^2.2.2",
5656
"@google-cloud/cloud-sql-connector": "1.8.2",
5757
"@shazow/whatsabi": "0.22.2",
5858
"@solidity-parser/parser": "0.20.2",

0 commit comments

Comments
 (0)