-
Notifications
You must be signed in to change notification settings - Fork 402
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
141d52d
commit 66b7034
Showing
6 changed files
with
32 additions
and
2 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] - 2024-04-04 | ||
|
||
- Update dependencies | ||
|
||
## [email protected] - 2024-03-28 | ||
|
||
- 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
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,10 +1,14 @@ | ||
# Changelog for `sourcify-database` | ||
|
||
## [email protected] - 2024-02-26 | ||
## [email protected] - 2024-04-04 | ||
|
||
- Add schema to support postgresql based session (commented) | ||
|
||
## [email protected] - 2024-03-14 | ||
|
||
- Fix `fsevents` to the `optionalDependencies` for Linux builds. | ||
|
||
## [email protected] - 2024-03-14 | ||
## [email protected] - 2024-02-26 | ||
|
||
- Fix migration 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] - 2024-04-04 | ||
|
||
- Update dependencies | ||
|
||
## [email protected] - 2024-03-28 | ||
|
||
- Improved logging: | ||
|
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,16 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [email protected] - 2024-04-04 | ||
|
||
- Update dependencies | ||
- Fix session API takes too long to respond on production (#1289) | ||
- Improve logging | ||
- New chains: | ||
- YMTECH-BESU Testnet (202401) | ||
- Deprecated chains: | ||
- Ethereum Goerli Testnet (5) | ||
|
||
## [email protected] - 2024-03-28 | ||
|
||
- Improved logging: | ||
|
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] - 2023-04-04 | ||
|
||
- Add custom error message for session time out issue in Verifier component #1317 | ||
|
||
## [email protected] - 2023-02-26 | ||
|
||
- Allow passing Etherscan API key as parameter in import from Etherscon | ||
|