2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
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
+
5
27
6
28
7
29
- add chain XDC Network (50)
8
30
- 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
13
34
14
35
15
36
16
37
- 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} `
19
40
- 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)
25
46
- Add missing Etherscan api key env names
26
47
- Remove ethpandaops from holesky RPCs
27
48
- Enalbe writing to Verifier Alliance DB on production
@@ -50,7 +71,6 @@ All notable changes to this project will be documented in this file.
50
71
51
72
52
73
53
-
54
74
- Refactor database utils into class #1689
55
75
- Add chains that have trace support in Quicknode with trace support
56
76
- 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.
74
94
- B2 Mainnet (223)
75
95
- OORT Mainnet (970)
76
96
- TixChain Testnet (723107)
77
-
78
-
79
97
80
98
81
99
0 commit comments