Skip to content

Commit 9a5bbfa

Browse files
committed
Update changelogs
1 parent 37ca95a commit 9a5bbfa

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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] - 2024-12-11
8+
9+
- Update dependencies
10+
711
## [email protected] - 2024-10-29
812

913
- Publish sourcify-server to npm on CI runs

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.2.14 - 2024-12-11
6+
7+
- Typos
8+
- Update dependencies
9+
510
## @ethereum-sourcify/bytecode-utils@1.2.13 - 2024-10-29
611

712
- Update packages

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.10.1 - 2024-12-11
6+
7+
- Add SourcifyChain.getStorageAt
8+
- Update dependencies
9+
510
## @ethereum-sourcify/lib-sourcify@1.10.0 - 2024-10-29
611

712
- Add RPCs with trace support in SourcifyChains

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] - 2024-12-11
4+
5+
- Update dependencies
6+
37
## [email protected] - 2024-10-29
48

59
- Update packages

services/monitor/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+
## [email protected] - 2024-12-11
6+
7+
- Update dependencies
8+
59
## [email protected] - 2024-10-29
610

711
- Update monitor RPCs to public ones

services/server/CHANGELOG.md

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

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

5+
## [email protected] - 2024-12-11
6+
7+
- Add S3StorageService to write contracts to S3/IPFS
8+
- Add proxy contract detection and resolution
9+
- Change auth type and connection to the Alliance DB
10+
- CORS options for local IPs
11+
- New chains:
12+
- Ethereum Mekong Testnet (7078815900)
13+
- Bitrock Mainnet (7171)
14+
- Bitrock Testnet (7771)
15+
- Story Odyssey (1516)
16+
- Kaia Mainnet (8217) (renamed from Klaytn)
17+
- Kaia Kairos Testnet (1001) (renamed from Klaytn)
18+
519
## [email protected] - 2024-10-29
620

721

0 commit comments

Comments
 (0)