Skip to content

Commit 1a1c85e

Browse files
committed
Update changelogs
1 parent dd8f1af commit 1a1c85e

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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-01-08
8+
9+
- Add Vyper descriptions to README
10+
- Add Mocha - bytecode-utils VSCode debugging suite
11+
- Remove lambda compiler
12+
- Update release script
13+
- Update dependencies
14+
715
## [email protected] - 2024-12-11
816

917
- Update dependencies

packages/bytecode-utils/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+
## @ethereum-sourcify/bytecode-utils@1.3.0 - 2025-01-08
6+
7+
- Add Vyper bytecode utils
8+
- Update dependencies
9+
510
## @ethereum-sourcify/bytecode-utils@1.2.14 - 2024-12-11
611

712
- Typos

packages/lib-sourcify/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+
## @ethereum-sourcify/lib-sourcify@1.11.0 - 2025-01-08
6+
7+
- Add Vyper verification support
8+
- Update dependencies
9+
510
## @ethereum-sourcify/lib-sourcify@1.10.1 - 2024-12-11
611

712
- Add SourcifyChain.getStorageAt

services/database/CHANGELOG.md

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

3+
## [email protected] - 2025-01-08
4+
5+
- Add missing creation-tx backfill scripts
6+
7+
38
## [email protected] - 2024-12-11
49

510
- Update dependencies

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-01-08
6+
7+
- Update dependencies
8+
9+
510
## [email protected] - 2024-12-11
611

712
- Update dependencies

services/server/CHANGELOG.md

+8
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-01-08
6+
7+
- Add Vyper verification support
8+
- Remove lambda compiler
9+
- New chains:
10+
- Happy Chain Testnet (216)
11+
- Quantum Portal Network (26100)
12+
513
## [email protected] - 2024-12-11
614

715
- Add S3StorageService to write contracts to S3/IPFS

0 commit comments

Comments
 (0)