Skip to content

Commit 2b08df2

Browse files
Merge branch 'staging' into verification-flow-refactoring-main
2 parents 7deac6a + 1bb3fac commit 2b08df2

File tree

11 files changed

+2705
-373
lines changed

11 files changed

+2705
-373
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This CHANGELOG will contain monorepo related changes such as CI configs, shared dependencies and the development setup.
66

7+
## [email protected] - 2025-03-19
8+
9+
- Add @ethereum-sourcify/compilers package
10+
- Update launch.json
11+
- Update dependencies
12+
713
## [email protected] - 2025-02-18
814

915
- Update CI chain tests commands

packages/bytecode-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## @ethereum-sourcify/bytecode-utils@1.3.3 - 2025-03-19
6+
7+
- Update dependencies
8+
59
## @ethereum-sourcify/bytecode-utils@1.3.2 - 2025-02-18
610

711
- update dependencies

packages/compilers/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
## @ethereum-sourcify/compilers@1.0.0 - 2025-03-19
4+
5+
- Initialize compilers package
6+
7+

packages/lib-sourcify/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## @ethereum-sourcify/lib-sourcify@1.13.0 - 2025-03-19
6+
7+
- Use @ethereum-sourcify/compilers package instead of built-in compiler
8+
- Update dependencies
9+
510
## @ethereum-sourcify/lib-sourcify@1.12.1 - 2025-02-18
611

712
- update dependencies

services/database/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for `sourcify-database`
22

3+
## [email protected] - 2025-03-19
4+
5+
- Add verification_jobs tables
6+
- Update the VerA schema
7+
- Update dependencies
8+
39
## [email protected] - 2025-02-18
410

511
- Make Dune namespace configurable

services/monitor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [email protected] - 2025-03-19
6+
7+
- Update dependencies
8+
59
## [email protected] - 2025-02-18
610

711
- Add Zircuit mainnet (48900) to monitored chains

services/server/CHANGELOG.md

+32-14
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,47 @@
22

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

5+
## [email protected] - 2025-03-19
6+
7+
- Add endpoints for getting verification jobs
8+
- Deprecate v1 repository endpoints
9+
- Use @ethereum-sourcify/compilers package instead of built-in
10+
- Fix proxy detection for EIP1967 when storage slot is only referenced in creation code
11+
- Fix creation match upgrade (#1969)
12+
- Update dependencies
13+
- New chains:
14+
- Ethereum Hoodi Testnet (560048)
15+
- Zilliqa 2 EVM proto-mainnet (32770)
16+
- Zilliqa 2 EVM proto-testnet (33103)
17+
- AME Chain Mainnet (180)
18+
- Deprecated chains:
19+
- Rollux Testnet Tanenbaum (57000)
20+
- Telcoin Network (2017)
21+
- Arthera Testnet (10243)
22+
- YMTECH-BESU Testnet (202401)
23+
- Incentiv Devnet (16350)
24+
- Story Odyssey (1516)
25+
- Quantum Portal Network (26100)
26+
527
## [email protected] - 2025-02-18
628

729
- add chain XDC Network (50)
830
- GET `/v2/contract/{chainId}/{address}` API endpoint:
9-
- rename `*` field to `all`
10-
- fix contracts not retrievable if no creation code is stored
11-
- fix proxy resolution to not run on unverified contracts
12-
31+
- rename `*` field to `all`
32+
- fix contracts not retrievable if no creation code is stored
33+
- fix proxy resolution to not run on unverified contracts
1334

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

1637
- add API v2 lookup endpoints:
17-
- Add GET `/v2/contracts/{chainId}`
18-
- Add GET `/v2/contract/{chainId}/{address}`
38+
- Add GET `/v2/contracts/{chainId}`
39+
- Add GET `/v2/contract/{chainId}/{address}`
1940
- add chains:
20-
- Ronin Mainnet (2020)
21-
- Core Blockchain Testnet2 (1114)
22-
- exSat Mainnet (7200)
23-
- exSat Testnet (839999)
24-
- Citrea Testnet (5115)
41+
- Ronin Mainnet (2020)
42+
- Core Blockchain Testnet2 (1114)
43+
- exSat Mainnet (7200)
44+
- exSat Testnet (839999)
45+
- Citrea Testnet (5115)
2546
- Add missing Etherscan api key env names
2647
- Remove ethpandaops from holesky RPCs
2748
- Enalbe writing to Verifier Alliance DB on production
@@ -50,7 +71,6 @@ All notable changes to this project will be documented in this file.
5071

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

53-
5474
- Refactor database utils into class #1689
5575
- Add chains that have trace support in Quicknode with trace support
5676
- Change `AlchemyInfura` type RPCs to generic API key RPCs
@@ -74,8 +94,6 @@ All notable changes to this project will be documented in this file.
7494
- B2 Mainnet (223)
7595
- OORT Mainnet (970)
7696
- TixChain Testnet (723107)
77-
78-
7997

8098
## [email protected] - 2024-09-17
8199

0 commit comments

Comments
 (0)