Skip to content

Commit 859fd43

Browse files
authored
Release new package versions (#2288)
2 parents 12b9e48 + 43a9878 commit 859fd43

File tree

15 files changed

+71
-32
lines changed

15 files changed

+71
-32
lines changed

package-lock.json

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

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/bytecode-utils/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/bytecode-utils",
3-
"version": "1.3.10",
3+
"version": "1.3.11",
44
"description": "Decode the CBOR encoded data at the end of an Ethereum contract's bytecode.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

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-types/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/compilers-types",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "TypeScript types for Sourcify compilers",
55
"main": "build/main/index.js",
66
"module": "build/module/index.js",

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/compilers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/compilers",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Wrapper around multiple compilers to download the right version and invoke the compilation with a common interface.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -49,7 +49,7 @@
4949
"solc": "0.8.30"
5050
},
5151
"devDependencies": {
52-
"@ethereum-sourcify/compilers-types": "^1.0.5",
52+
"@ethereum-sourcify/compilers-types": "^1.0.6",
5353
"@types/chai": "4.3.20",
5454
"@types/mocha": "10.0.10",
5555
"@types/node": "22.17.0",

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

packages/lib-sourcify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/lib-sourcify",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
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",
@@ -34,7 +34,7 @@
3434
"node": ">=22.0.0"
3535
},
3636
"dependencies": {
37-
"@ethereum-sourcify/bytecode-utils": "^1.3.10",
37+
"@ethereum-sourcify/bytecode-utils": "^1.3.11",
3838
"@ethereumjs/blockchain": "7.3.0",
3939
"@ethereumjs/common": "4.4.0",
4040
"@ethereumjs/evm": "3.1.1",
@@ -52,8 +52,8 @@
5252
"semver": "7.7.2"
5353
},
5454
"devDependencies": {
55-
"@ethereum-sourcify/compilers": "^1.0.7",
56-
"@ethereum-sourcify/compilers-types": "^1.0.5",
55+
"@ethereum-sourcify/compilers": "^1.0.8",
56+
"@ethereum-sourcify/compilers-types": "^1.0.6",
5757
"@types/chai": "4.3.20",
5858
"@types/chai-as-promised": "7.1.8",
5959
"@types/debug": "4.1.12",

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

0 commit comments

Comments
 (0)