-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|