diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bd767c5..ae8e782d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## sourcify-monorepo@1.4.4 - 2024-12-11 + +- Update dependencies + ## sourcify-monorepo@1.4.3 - 2024-10-29 - Publish sourcify-server to npm on CI runs diff --git a/packages/bytecode-utils/CHANGELOG.md b/packages/bytecode-utils/CHANGELOG.md index 6d4754269..a43c0bca2 100644 --- a/packages/bytecode-utils/CHANGELOG.md +++ b/packages/bytecode-utils/CHANGELOG.md @@ -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 diff --git a/packages/lib-sourcify/CHANGELOG.md b/packages/lib-sourcify/CHANGELOG.md index 4fa1be22c..790fc5c5f 100644 --- a/packages/lib-sourcify/CHANGELOG.md +++ b/packages/lib-sourcify/CHANGELOG.md @@ -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 diff --git a/services/database/CHANGELOG.md b/services/database/CHANGELOG.md index 86aae6748..08712be01 100644 --- a/services/database/CHANGELOG.md +++ b/services/database/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for `sourcify-database` +## sourcify-database@2.0.2 - 2024-12-11 + +- Update dependencies + ## sourcify-database@2.0.1 - 2024-10-29 - Update packages diff --git a/services/monitor/CHANGELOG.md b/services/monitor/CHANGELOG.md index fd00df8ba..d8612a834 100644 --- a/services/monitor/CHANGELOG.md +++ b/services/monitor/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## sourcify-monitor@1.3.4 - 2024-12-11 + +- Update dependencies + ## sourcify-monitor@1.3.3 - 2024-10-29 - Update monitor RPCs to public ones diff --git a/services/server/CHANGELOG.md b/services/server/CHANGELOG.md index 546fb0c37..494d6cea1 100644 --- a/services/server/CHANGELOG.md +++ b/services/server/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## sourcify-server@2.4.1 - 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) + ## sourcify-server@2.4.0 - 2024-10-29