Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Dec 11, 2024
1 parent 37ca95a commit 9a5bbfa
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This CHANGELOG will contain monorepo related changes such as CI configs, shared dependencies and the development setup.

## [email protected] - 2024-12-11

- Update dependencies

## [email protected] - 2024-10-29

- Publish sourcify-server to npm on CI runs
Expand Down
5 changes: 5 additions & 0 deletions packages/bytecode-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## @ethereum-sourcify/bytecode-utils@1.2.14 - 2024-12-11

- Typos
- Update dependencies

## @ethereum-sourcify/bytecode-utils@1.2.13 - 2024-10-29

- Update packages
Expand Down
5 changes: 5 additions & 0 deletions packages/lib-sourcify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## @ethereum-sourcify/lib-sourcify@1.10.1 - 2024-12-11

- Add SourcifyChain.getStorageAt
- Update dependencies

## @ethereum-sourcify/lib-sourcify@1.10.0 - 2024-10-29

- Add RPCs with trace support in SourcifyChains
Expand Down
4 changes: 4 additions & 0 deletions services/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `sourcify-database`

## [email protected] - 2024-12-11

- Update dependencies

## [email protected] - 2024-10-29

- Update packages
Expand Down
4 changes: 4 additions & 0 deletions services/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [email protected] - 2024-12-11

- Update dependencies

## [email protected] - 2024-10-29

- Update monitor RPCs to public ones
Expand Down
14 changes: 14 additions & 0 deletions services/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [email protected] - 2024-12-11

- Add S3StorageService to write contracts to S3/IPFS
- Add proxy contract detection and resolution
- Change auth type and connection to the Alliance DB
- CORS options for local IPs
- New chains:
- Ethereum Mekong Testnet (7078815900)
- Bitrock Mainnet (7171)
- Bitrock Testnet (7771)
- Story Odyssey (1516)
- Kaia Mainnet (8217) (renamed from Klaytn)
- Kaia Kairos Testnet (1001) (renamed from Klaytn)

## [email protected] - 2024-10-29


Expand Down

0 comments on commit 9a5bbfa

Please sign in to comment.