Skip to content

Commit

Permalink
Update changelogs (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler authored Feb 6, 2025
1 parent e715768 commit 253a364
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] - 2025-02-06

- Fix not publishing to npm and throw on errors in the bash scripts

## [email protected] - 2025-01-08

- Add Vyper descriptions to README
Expand Down
4 changes: 4 additions & 0 deletions packages/bytecode-utils/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.

## @ethereum-sourcify/bytecode-utils@1.3.1 - 2025-02-06

- update dependencies

## @ethereum-sourcify/bytecode-utils@1.3.0 - 2025-01-08

- Add Vyper bytecode utils
Expand Down
4 changes: 4 additions & 0 deletions packages/lib-sourcify/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.

## @ethereum-sourcify/lib-sourcify@1.12.0 - 2025-02-06

- Fix perfect creation matching when CBOR is not at the end

## @ethereum-sourcify/lib-sourcify@1.11.0 - 2025-01-08

- Add Vyper verification support
Expand Down
5 changes: 5 additions & 0 deletions services/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for `sourcify-database`

## [email protected] - 2025-02-06

- Add Dune upload script
- Reorganize database migrations

## [email protected] - 2025-01-08

- Add missing creation-tx backfill scripts
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] - 2025-02-06

- update dependencies

## [email protected] - 2025-01-08

- Update dependencies
Expand Down
15 changes: 15 additions & 0 deletions services/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [email protected] - 2025-02-06

- add API v2 lookup endpoints:
- Add GET `/v2/contracts/{chainId}`
- Add GET `/v2/contract/{chainId}/{address}`
- add chains:
- Ronin Mainnet (2020)
- Core Blockchain Testnet2 (1114)
- exSat Mainnet (7200)
- exSat Testnet (839999)
- Citrea Testnet (5115)
- Add missing Etherscan api key env names
- Remove ethpandaops from holesky RPCs
- Enalbe writing to Verifier Alliance DB on production

## [email protected] - 2025-01-08

- Add Vyper verification support
Expand Down

0 comments on commit 253a364

Please sign in to comment.