@@ -5,254 +5,114 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.17 .0] ( https://github.com/foundry-rs/block-explorers/releases/tag/v0.17 .0 ) - 2025-05-16
8
+ ## [ 0.18 .0] ( https://github.com/foundry-rs/block-explorers/releases/tag/v0.18 .0 ) - 2025-05-29
9
9
10
- ### Dependencies
11
-
12
- - Alloy 1.0 ([ #89 ] ( https://github.com/foundry-rs/block-explorers/issues/89 ) )
10
+ ### Bug Fixes
13
11
14
- ## [ foundry-block-explorers-v0.16.0 ] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.16.0 ) - 2025-05-12
12
+ - Fix tests ( [ # 77 ] ( https://github.com/foundry-rs/block-explorers/issues/77 ) )
15
13
16
14
### Dependencies
17
15
16
+ - Bump compilers v0.17.0 ([ #90 ] ( https://github.com/foundry-rs/block-explorers/issues/90 ) )
17
+ - Alloy 1.0 ([ #89 ] ( https://github.com/foundry-rs/block-explorers/issues/89 ) )
18
18
- Bump compilers to 0.16.0 ([ #88 ] ( https://github.com/foundry-rs/block-explorers/issues/88 ) )
19
+ - [ deps] Bump alloy-core 1.0 + alloy 0.15 ([ #86 ] ( https://github.com/foundry-rs/block-explorers/issues/86 ) )
20
+ - Bump compilers to v0.14 ([ #81 ] ( https://github.com/foundry-rs/block-explorers/issues/81 ) )
21
+ - Bump alloy 0.13 ([ #80 ] ( https://github.com/foundry-rs/block-explorers/issues/80 ) )
22
+ - Bump alloy 0.12 ([ #79 ] ( https://github.com/foundry-rs/block-explorers/issues/79 ) )
23
+ - Bump alloy 0.11 ([ #76 ] ( https://github.com/foundry-rs/block-explorers/issues/76 ) )
19
24
20
25
### Miscellaneous Tasks
21
26
27
+ - Release 0.17.0
22
28
- Release 0.16.0
23
29
- Release 0.15.0
24
-
25
- ## [ foundry-block-explorers-v0.14.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.14.0 ) - 2025-05-07
26
-
27
- ### Dependencies
28
-
29
- - [ deps] Bump alloy-core 1.0 + alloy 0.15 ([ #86 ] ( https://github.com/foundry-rs/block-explorers/issues/86 ) )
30
-
31
- ### Miscellaneous Tasks
32
-
33
30
- Release 0.14.0
34
-
35
- ## [ foundry-block-explorers-v0.13.3] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.3 ) - 2025-05-07
36
-
37
- ### Miscellaneous Tasks
38
-
39
31
- Release 0.13.3
40
32
- FromStr for EtherscanApiVersion ([ #85 ] ( https://github.com/foundry-rs/block-explorers/issues/85 ) )
41
-
42
- ## [ foundry-block-explorers-v0.13.2] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.2 ) - 2025-05-05
43
-
44
- ### Miscellaneous Tasks
45
-
46
33
- Release 0.13.2
47
34
- Allow CDLA-Permissive-2.0 ([ #84 ] ( https://github.com/foundry-rs/block-explorers/issues/84 ) )
48
-
49
- ### Other
50
-
51
- - Handle parsing and serialization of etherscan api version ([ #83 ] ( https://github.com/foundry-rs/block-explorers/issues/83 ) )
52
-
53
- ## [ foundry-block-explorers-v0.13.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.1 ) - 2025-04-15
54
-
55
- ### Miscellaneous Tasks
56
-
57
35
- Release 0.13.1
58
-
59
- ### Other
60
-
61
- - Update etherscan lib to handle both GET and POST parameters for chainid ([ #82 ] ( https://github.com/foundry-rs/block-explorers/issues/82 ) )
62
-
63
- ## [ foundry-block-explorers-v0.13.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.0 ) - 2025-04-07
64
-
65
- ### Dependencies
66
-
67
- - Bump compilers to v0.14 ([ #81 ] ( https://github.com/foundry-rs/block-explorers/issues/81 ) )
68
-
69
- ### Miscellaneous Tasks
70
-
71
36
- Release 0.13.0
72
-
73
- ## [ foundry-block-explorers-v0.12.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.12.0 ) - 2025-04-02
74
-
75
- ### Dependencies
76
-
77
- - Bump alloy 0.13 ([ #80 ] ( https://github.com/foundry-rs/block-explorers/issues/80 ) )
78
-
79
- ### Miscellaneous Tasks
80
-
81
37
- Release 0.12.0
82
-
83
- ## [ foundry-block-explorers-v0.11.2] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.2 ) - 2025-03-15
84
-
85
- ### Miscellaneous Tasks
86
-
87
38
- Release 0.11.2
39
+ - Release 0.11.1
40
+ - Allow paste ([ #78 ] ( https://github.com/foundry-rs/block-explorers/issues/78 ) )
88
41
89
42
### Other
90
43
44
+ - Handle parsing and serialization of etherscan api version ([ #83 ] ( https://github.com/foundry-rs/block-explorers/issues/83 ) )
45
+ - Update etherscan lib to handle both GET and POST parameters for chainid ([ #82 ] ( https://github.com/foundry-rs/block-explorers/issues/82 ) )
91
46
- Add v2 verify routes ([ #73 ] ( https://github.com/foundry-rs/block-explorers/issues/73 ) )
92
47
93
- ## [ foundry-block-explorers-v0.11.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.1 ) - 2025-03-15
94
-
95
- ### Bug Fixes
96
-
97
- - Fix tests ([ #77 ] ( https://github.com/foundry-rs/block-explorers/issues/77 ) )
98
-
99
- ### Dependencies
100
-
101
- - Bump alloy 0.12 ([ #79 ] ( https://github.com/foundry-rs/block-explorers/issues/79 ) )
102
- - Bump alloy 0.11 ([ #76 ] ( https://github.com/foundry-rs/block-explorers/issues/76 ) )
103
-
104
- ### Miscellaneous Tasks
105
-
106
- - Release 0.11.1
107
- - Allow paste ([ #78 ] ( https://github.com/foundry-rs/block-explorers/issues/78 ) )
108
-
109
48
## [ foundry-block-explorers-v0.11.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.0 ) - 2025-01-21
110
49
111
50
### Dependencies
112
51
113
52
- Bump compilers ([ #74 ] ( https://github.com/foundry-rs/block-explorers/issues/74 ) )
53
+ - Bump alloy 0.7 ([ #69 ] ( https://github.com/foundry-rs/block-explorers/issues/69 ) )
114
54
115
55
### Miscellaneous Tasks
116
56
117
57
- Release 0.11.0
118
58
- Update deny.toml ([ #71 ] ( https://github.com/foundry-rs/block-explorers/issues/71 ) )
59
+ - Release 0.10.0
60
+ - Release 0.10.0
119
61
120
62
### Other
121
63
122
64
- Move deny to ci ([ #70 ] ( https://github.com/foundry-rs/block-explorers/issues/70 ) )
123
65
124
- ## [ foundry-blob-explorers-v0.10.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.10.0 ) - 2024-12-09
125
-
126
- ### Dependencies
127
-
128
- - Bump alloy 0.7 ([ #69 ] ( https://github.com/foundry-rs/block-explorers/issues/69 ) )
129
-
130
- ### Miscellaneous Tasks
131
-
132
- - Release 0.10.0
133
- - Release 0.10.0
134
-
135
66
### Styling
136
67
137
68
- [ ` blob-explorers ` ] Accomodate new blobscan API changes ([ #68 ] ( https://github.com/foundry-rs/block-explorers/issues/68 ) )
138
69
139
70
## [ foundry-block-explorers-v0.9.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.9.0 ) - 2024-11-18
140
71
72
+ ### Bug Fixes
73
+
74
+ - Solc_config settings ([ #63 ] ( https://github.com/foundry-rs/block-explorers/issues/63 ) )
75
+ - Fix bugs about the default EVM version in Solc ([ #59 ] ( https://github.com/foundry-rs/block-explorers/issues/59 ) )
76
+
141
77
### Dependencies
142
78
143
79
- Bump compilers ([ #67 ] ( https://github.com/foundry-rs/block-explorers/issues/67 ) )
80
+ - [ deps] Bump compilers ([ #62 ] ( https://github.com/foundry-rs/block-explorers/issues/62 ) )
81
+ - Updated alloy-core and alloy dependencies ([ #61 ] ( https://github.com/foundry-rs/block-explorers/issues/61 ) )
82
+ - Bump compilers ([ #55 ] ( https://github.com/foundry-rs/block-explorers/issues/55 ) )
83
+ - [ deps] Bump compilers 0.9 ([ #54 ] ( https://github.com/foundry-rs/block-explorers/issues/54 ) )
84
+ - Bump compilers ([ #49 ] ( https://github.com/foundry-rs/block-explorers/issues/49 ) )
85
+ - [ deps] Bump compilers ([ #48 ] ( https://github.com/foundry-rs/block-explorers/issues/48 ) )
144
86
145
87
### Miscellaneous Tasks
146
88
147
89
- Release 0.9.0
148
-
149
- ## [ foundry-block-explorers-v0.8.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.8.0 ) - 2024-09-30
150
-
151
- ### Miscellaneous Tasks
152
-
153
90
- Release 0.8.0
154
91
- Alloy 0.4 ([ #65 ] ( https://github.com/foundry-rs/block-explorers/issues/65 ) )
155
-
156
- ## [ foundry-block-explorers-v0.7.3] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.3 ) - 2024-09-19
157
-
158
- ### Bug Fixes
159
-
160
- - Solc_config settings ([ #63 ] ( https://github.com/foundry-rs/block-explorers/issues/63 ) )
161
-
162
- ### Miscellaneous Tasks
163
-
164
92
- Release 0.7.3
165
93
- Release 0.7.2
166
-
167
- ## [ foundry-block-explorers-v0.7.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.1 ) - 2024-09-03
168
-
169
- ### Dependencies
170
-
171
- - [ deps] Bump compilers ([ #62 ] ( https://github.com/foundry-rs/block-explorers/issues/62 ) )
172
-
173
- ### Miscellaneous Tasks
174
-
175
94
- Release 0.7.1
176
-
177
- ## [ foundry-blob-explorers-v0.7.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.7.0 ) - 2024-08-28
178
-
179
- ### Miscellaneous Tasks
180
-
181
95
- Release 0.7.0
182
-
183
- ## [ foundry-block-explorers-v0.6.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.6.0 ) - 2024-08-28
184
-
185
- ### Dependencies
186
-
187
- - Updated alloy-core and alloy dependencies ([ #61 ] ( https://github.com/foundry-rs/block-explorers/issues/61 ) )
188
-
189
- ### Miscellaneous Tasks
190
-
191
96
- Release 0.6.0
192
-
193
- ## [ foundry-block-explorers-v0.5.2] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.2 ) - 2024-08-27
194
-
195
- ### Bug Fixes
196
-
197
- - Fix bugs about the default EVM version in Solc ([ #59 ] ( https://github.com/foundry-rs/block-explorers/issues/59 ) )
198
-
199
- ### Miscellaneous Tasks
200
-
201
97
- Release 0.5.2
202
98
- Improve invalid key checks ([ #58 ] ( https://github.com/foundry-rs/block-explorers/issues/58 ) )
203
-
204
- ### Testing
205
-
206
- - Add invalid api key response test ([ #57 ] ( https://github.com/foundry-rs/block-explorers/issues/57 ) )
207
-
208
- ## [ foundry-block-explorers-v0.5.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.1 ) - 2024-07-19
209
-
210
- ### Dependencies
211
-
212
- - Bump compilers ([ #55 ] ( https://github.com/foundry-rs/block-explorers/issues/55 ) )
213
-
214
- ### Miscellaneous Tasks
215
-
216
99
- Release 0.5.1
217
-
218
- ## [ foundry-block-explorers-v0.5.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0 ) - 2024-06-29
219
-
220
- ### Dependencies
221
-
222
- - [ deps] Bump compilers 0.9 ([ #54 ] ( https://github.com/foundry-rs/block-explorers/issues/54 ) )
223
-
224
- ### Miscellaneous Tasks
225
-
226
100
- Release 0.5.0
227
101
- Fix up manifests
228
102
- [ meta] Update CODEOWNERS
103
+ - Release 0.4.1
104
+ - Use crates alloy ([ #50 ] ( https://github.com/foundry-rs/block-explorers/issues/50 ) )
105
+ - Release 0.4.0
106
+ - Sync cliff.toml
229
107
230
108
### Other
231
109
232
110
- The EVM version returned by Blockscout is "default" ([ #53 ] ( https://github.com/foundry-rs/block-explorers/issues/53 ) )
233
111
- Create cache directory if needed ([ #52 ] ( https://github.com/foundry-rs/block-explorers/issues/52 ) )
234
112
235
- ## [ foundry-block-explorers-v0.4.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.1 ) - 2024-06-17
236
-
237
- ### Dependencies
238
-
239
- - Bump compilers ([ #49 ] ( https://github.com/foundry-rs/block-explorers/issues/49 ) )
240
-
241
- ### Miscellaneous Tasks
242
-
243
- - Release 0.4.1
244
- - Use crates alloy ([ #50 ] ( https://github.com/foundry-rs/block-explorers/issues/50 ) )
245
-
246
- ## [ foundry-block-explorers-v0.4.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.0 ) - 2024-06-11
247
-
248
- ### Dependencies
249
-
250
- - [ deps] Bump compilers ([ #48 ] ( https://github.com/foundry-rs/block-explorers/issues/48 ) )
251
-
252
- ### Miscellaneous Tasks
113
+ ### Testing
253
114
254
- - Release 0.4.0
255
- - Sync cliff.toml
115
+ - Add invalid api key response test ([ #57 ] ( https://github.com/foundry-rs/block-explorers/issues/57 ) )
256
116
257
117
## [ foundry-block-explorers-v0.3.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.3.0 ) - 2024-06-03
258
118
0 commit comments