Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Oct 29, 2024
1 parent c8403d3 commit dfbf8a1
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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-10-29

- Publish sourcify-server to npm on CI runs
- Turn off S3 backup check tests temporarily
- Update packages

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

- Build before testing in CI
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.2.13 - 2024-10-29

- Update packages

## @ethereum-sourcify/bytecode-utils@1.2.12 - 2024-10-14

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

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

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

- Add RPCs with trace support in SourcifyChains
- Add support for getting the tx traces from `trace_transaction` and `debug_traceTransaction` type traces.
- Update packages

## @ethereum-sourcify/lib-sourcify@1.9.3 - 2024-10-14

- Add routescan for creatorTx fetching and types
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-10-29

- Update packages

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

- Update the Sourcify Database to incorporate the new Verifier Alliance Database schema
Expand Down
5 changes: 5 additions & 0 deletions services/monitor/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.

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

- Update monitor RPCs to public ones
- Update packages

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

- Update monitor RPCs
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-10-29


- Refactor database utils into class #1689
- Add chains that have trace support in Quicknode with trace support
- Change `AlchemyInfura` type RPCs to generic API key RPCs
- Add `subdomain` env support for Quicknode RPCs
- New chains
- Zircuit Mainnet (48900)
- Zircuit Testnet (48899)
- Metis Andromeda Mainnet (1088)
- Metis Sepolia Testnet (59902)
- Turn Flare Mainnet back on

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

- Incorporate the new DB schema with separate sources table
Expand Down

0 comments on commit dfbf8a1

Please sign in to comment.