-
Notifications
You must be signed in to change notification settings - Fork 431
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
1 parent
e715768
commit 253a364
Showing
6 changed files
with
36 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,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 | ||
|
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,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 | ||
|
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,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 | ||
|
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,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 | ||
|