syn-solidity 0.8.25

syn-powered Solidity parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.24]https://github.com/alloy-rs/core/releases/tag/v0.8.24 - 2025-03-21

### Miscellaneous Tasks

- Release 0.8.24

## [0.8.23]https://github.com/alloy-rs/core/releases/tag/v0.8.23 - 2025-03-13

### Bug Fixes

- [`sol-expander`] Map `self` to `this` in codegen ([#903]https://github.com/alloy-rs/core/issues/903)

### Miscellaneous Tasks

- Release 0.8.23
- Clippy ([#894]https://github.com/alloy-rs/core/issues/894)

## [0.8.22]https://github.com/alloy-rs/core/releases/tag/v0.8.22 - 2025-02-27

### Miscellaneous Tasks

- Release 0.8.22

## [0.8.21]https://github.com/alloy-rs/core/releases/tag/v0.8.21 - 2025-02-10

### Miscellaneous Tasks

- Release 0.8.21

## [0.8.20]https://github.com/alloy-rs/core/releases/tag/v0.8.20 - 2025-02-02

### Miscellaneous Tasks

- Release 0.8.20

## [0.8.19]https://github.com/alloy-rs/core/releases/tag/v0.8.19 - 2025-01-15

### Documentation

- Enable some useful rustdoc features on docs.rs ([#850]https://github.com/alloy-rs/core/issues/850)

### Miscellaneous Tasks

- Release 0.8.19

## [0.8.18]https://github.com/alloy-rs/core/releases/tag/v0.8.18 - 2025-01-04

### Miscellaneous Tasks

- Release 0.8.18

## [0.8.17]https://github.com/alloy-rs/core/releases/tag/v0.8.17 - 2025-01-04

### Features

- [sol-macro] Evaluate array sizes ([#840]https://github.com/alloy-rs/core/issues/840)

### Miscellaneous Tasks

- Release 0.8.17

## [0.8.16]https://github.com/alloy-rs/core/releases/tag/v0.8.16 - 2025-01-01

### Bug Fixes

- [syn-solidity] Correctly parse invalid bytes* etc as custom ([#830]https://github.com/alloy-rs/core/issues/830)

### Miscellaneous Tasks

- Release 0.8.16

## [0.8.15]https://github.com/alloy-rs/core/releases/tag/v0.8.15 - 2024-12-09

### Miscellaneous Tasks

- Release 0.8.15

## [0.8.14]https://github.com/alloy-rs/core/releases/tag/v0.8.14 - 2024-11-28

### Dependencies

- Bump MSRV to 1.81 ([#790]https://github.com/alloy-rs/core/issues/790)

### Miscellaneous Tasks

- Release 0.8.14

## [0.8.13]https://github.com/alloy-rs/core/releases/tag/v0.8.13 - 2024-11-26

### Dependencies

- Remove cron schedule for deps.yml ([#808]https://github.com/alloy-rs/core/issues/808)

### Miscellaneous Tasks

- Release 0.8.13 ([#813]https://github.com/alloy-rs/core/issues/813)

## [0.8.12]https://github.com/alloy-rs/core/releases/tag/v0.8.12 - 2024-11-12

### Miscellaneous Tasks

- Release 0.8.12 ([#806]https://github.com/alloy-rs/core/issues/806)

## [0.8.11]https://github.com/alloy-rs/core/releases/tag/v0.8.11 - 2024-11-05

### Miscellaneous Tasks

- Release 0.8.11 ([#803]https://github.com/alloy-rs/core/issues/803)

## [0.8.10]https://github.com/alloy-rs/core/releases/tag/v0.8.10 - 2024-10-28

### Bug Fixes

- Revert MSRV changes ([#789]https://github.com/alloy-rs/core/issues/789)

### Dependencies

- Bump MSRV to 1.81 & use `core::error::Error` in place of `std` ([#780]https://github.com/alloy-rs/core/issues/780)

### Miscellaneous Tasks

- Release 0.8.10

## [0.8.9]https://github.com/alloy-rs/core/releases/tag/v0.8.9 - 2024-10-21

### Miscellaneous Tasks

- Release 0.8.9

## [0.8.8]https://github.com/alloy-rs/core/releases/tag/v0.8.8 - 2024-10-14

### Miscellaneous Tasks

- Release 0.8.8

## [0.8.7]https://github.com/alloy-rs/core/releases/tag/v0.8.7 - 2024-10-08

### Miscellaneous Tasks

- Release 0.8.7

## [0.8.6]https://github.com/alloy-rs/core/releases/tag/v0.8.6 - 2024-10-06

### Miscellaneous Tasks

- Release 0.8.6

## [0.8.5]https://github.com/alloy-rs/core/releases/tag/v0.8.5 - 2024-09-25

### Miscellaneous Tasks

- Release 0.8.5

## [0.8.4]https://github.com/alloy-rs/core/releases/tag/v0.8.4 - 2024-09-25

### Bug Fixes

- [json-abi] Correct to-sol for UDVT arrays in structs ([#745]https://github.com/alloy-rs/core/issues/745)

### Miscellaneous Tasks

- Release 0.8.4

### Testing

- Allow missing_docs in tests

## [0.8.3]https://github.com/alloy-rs/core/releases/tag/v0.8.3 - 2024-09-10

### Bug Fixes

- [sol-macro] Correctly determine whether event parameters are hashes ([#735]https://github.com/alloy-rs/core/issues/735)

### Miscellaneous Tasks

- Release 0.8.3

## [0.8.2]https://github.com/alloy-rs/core/releases/tag/v0.8.2 - 2024-09-06

### Miscellaneous Tasks

- Release 0.8.2

## [0.8.1]https://github.com/alloy-rs/core/releases/tag/v0.8.1 - 2024-09-06

### Miscellaneous Tasks

- Release 0.8.1

## [0.8.0]https://github.com/alloy-rs/core/releases/tag/v0.8.0 - 2024-08-21

### Miscellaneous Tasks

- Release 0.8.0

## [0.7.7]https://github.com/alloy-rs/core/releases/tag/v0.7.7 - 2024-07-08

### Documentation

- Add per-crate changelogs ([#669]https://github.com/alloy-rs/core/issues/669)

### Miscellaneous Tasks

- Release 0.7.7
- Use workspace.lints ([#676]https://github.com/alloy-rs/core/issues/676)
- Fix unnameable-types ([#675]https://github.com/alloy-rs/core/issues/675)

## [0.7.6]https://github.com/alloy-rs/core/releases/tag/v0.7.6 - 2024-06-10

### Features

- [sol-macro] Add return value names to simple getters ([#648]https://github.com/alloy-rs/core/issues/648)

## [0.7.5]https://github.com/alloy-rs/core/releases/tag/v0.7.5 - 2024-06-04

### Documentation

- Update some READMEs ([#641]https://github.com/alloy-rs/core/issues/641)

## [0.7.0]https://github.com/alloy-rs/core/releases/tag/v0.7.0 - 2024-03-30

### Documentation

- Do not accept grammar prs ([#575]https://github.com/alloy-rs/core/issues/575)

## [0.6.4]https://github.com/alloy-rs/core/releases/tag/v0.6.4 - 2024-02-29

### Miscellaneous Tasks

- Allow unknown lints ([#543]https://github.com/alloy-rs/core/issues/543)
- Remove unused imports ([#534]https://github.com/alloy-rs/core/issues/534)

## [0.6.3]https://github.com/alloy-rs/core/releases/tag/v0.6.3 - 2024-02-15

### Features

- [sol-macro] Expand state variable getters in contracts ([#514]https://github.com/alloy-rs/core/issues/514)

## [0.6.0]https://github.com/alloy-rs/core/releases/tag/v0.6.0 - 2024-01-10

### Miscellaneous Tasks

- Clippy uninlined_format_args, use_self ([#475]https://github.com/alloy-rs/core/issues/475)

## [0.5.0]https://github.com/alloy-rs/core/releases/tag/v0.5.0 - 2023-11-23

### Bug Fixes

- [sol-types] Remove `SolType::ENCODED_SIZE` default ([#418]https://github.com/alloy-rs/core/issues/418)
- [syn-solidity] Raw keyword identifiers ([#415]https://github.com/alloy-rs/core/issues/415)
- Rust keyword conflict ([#405]https://github.com/alloy-rs/core/issues/405)
- [syn-solidity] Allow some duplicate attributes ([#399]https://github.com/alloy-rs/core/issues/399)
- [json-abi] `Param.ty` is not always a valid `TypeSpecifier` ([#386]https://github.com/alloy-rs/core/issues/386)
- [sol-macro] Bug fixes ([#372]https://github.com/alloy-rs/core/issues/372)
- [syn-solidity] Struct fields formatting ([#364]https://github.com/alloy-rs/core/issues/364)

### Features

- [sol-macro] Add `json-abi` item generation ([#422]https://github.com/alloy-rs/core/issues/422)
- [json-abi] Improve `JsonAbi::to_sol` ([#408]https://github.com/alloy-rs/core/issues/408)

### Miscellaneous Tasks

- Restructure tests ([#421]https://github.com/alloy-rs/core/issues/421)
- Remove dead code ([#416]https://github.com/alloy-rs/core/issues/416)

### Styling

- Update rustfmt config ([#406]https://github.com/alloy-rs/core/issues/406)

### Testing

- Check version before running Solc ([#428]https://github.com/alloy-rs/core/issues/428)

## [0.4.1]https://github.com/alloy-rs/core/releases/tag/v0.4.1 - 2023-10-09

### Bug Fixes

- [sol-macro] Correct `TypeArray::is_abi_dynamic` ([#353]https://github.com/alloy-rs/core/issues/353)
- [sol-macro] Pass attributes to all generated items ([#340]https://github.com/alloy-rs/core/issues/340)

### Features

- [sol-macro] Improve error messages ([#345]https://github.com/alloy-rs/core/issues/345)
- [sol-types] Introduce `SolValue`, make `Encodable` an impl detail ([#333]https://github.com/alloy-rs/core/issues/333)
- [syn-solidity] Add even more Display impls ([#339]https://github.com/alloy-rs/core/issues/339)
- [syn-solidity] Add some more Display impls ([#337]https://github.com/alloy-rs/core/issues/337)

### Miscellaneous Tasks

- Fix typos ([#325]https://github.com/alloy-rs/core/issues/325)

### Other

- Run miri in ci ([#327]https://github.com/alloy-rs/core/issues/327)

## [0.4.0]https://github.com/alloy-rs/core/releases/tag/v0.4.0 - 2023-09-29

### Bug Fixes

- [syn-solidity] Test
- [syn-solidity] Parse modifiers without parens ([#284]https://github.com/alloy-rs/core/issues/284)
- [syn-solidity] Imports ([#252]https://github.com/alloy-rs/core/issues/252)

### Documentation

- Document dollar sign in idents ([#288]https://github.com/alloy-rs/core/issues/288)

### Features

- [sol-macro] Add support for overloaded events ([#318]https://github.com/alloy-rs/core/issues/318)
- [syn-solidity] Added visitor hooks for all statements and expressions ([#314]https://github.com/alloy-rs/core/issues/314)
- [syn-solidity] Add more `Spanned` impls ([#301]https://github.com/alloy-rs/core/issues/301)
- Unsupported message for $idents ([#293]https://github.com/alloy-rs/core/issues/293)
- [sol-macro] Expand getter functions' return types ([#262]https://github.com/alloy-rs/core/issues/262)
- Add attributes to enum variants ([#264]https://github.com/alloy-rs/core/issues/264)
- [syn-solidity] Improve variable getters generation ([#260]https://github.com/alloy-rs/core/issues/260)
- [sol-macro] Add opt-in attributes for extra methods and derives ([#250]https://github.com/alloy-rs/core/issues/250)

### Miscellaneous Tasks

- Touch up [#314]https://github.com/alloy-rs/core/issues/314 ([#315]https://github.com/alloy-rs/core/issues/315)
- Sync crate level attributes ([#303]https://github.com/alloy-rs/core/issues/303)

### Styling

- Support yul ast  ([#268]https://github.com/alloy-rs/core/issues/268)
- Some clippy lints ([#251]https://github.com/alloy-rs/core/issues/251)

### Testing

- [syn-solidity] Improve contract tests ([#316]https://github.com/alloy-rs/core/issues/316)

## [0.3.2]https://github.com/alloy-rs/core/releases/tag/v0.3.2 - 2023-08-23

### Bug Fixes

- [sol-macro] Encode UDVTs as their underlying type in EIP-712 ([#220]https://github.com/alloy-rs/core/issues/220)
- [sol-macro] Don't panic when encountering functions without names ([#217]https://github.com/alloy-rs/core/issues/217)

### Features

- [syn-solidity] Add statements and expressions ([#199]https://github.com/alloy-rs/core/issues/199)
- Function type ([#224]https://github.com/alloy-rs/core/issues/224)
- [sol-macro] Expand getter functions for public state variables ([#218]https://github.com/alloy-rs/core/issues/218)

## [0.3.0]https://github.com/alloy-rs/core/releases/tag/v0.3.0 - 2023-07-26

### Features

- [sol-macro] `#[sol]` attributes and JSON ABI support ([#173]https://github.com/alloy-rs/core/issues/173)
- [json-abi] Add more impls ([#164]https://github.com/alloy-rs/core/issues/164)
- `SolEnum` and `SolInterface` ([#153]https://github.com/alloy-rs/core/issues/153)

### Miscellaneous Tasks

- Clippy ([#196]https://github.com/alloy-rs/core/issues/196)
- Warn on all rustdoc lints ([#154]https://github.com/alloy-rs/core/issues/154)
- Clean ups ([#150]https://github.com/alloy-rs/core/issues/150)
- Add smaller image for favicon ([#142]https://github.com/alloy-rs/core/issues/142)

## [0.2.0]https://github.com/alloy-rs/core/releases/tag/v0.2.0 - 2023-06-23

### Bug Fixes

- Extra-traits in syn-solidity ([#65]https://github.com/alloy-rs/core/issues/65)

### Features

- Finish high-level Solidity parser ([#119]https://github.com/alloy-rs/core/issues/119)
- Compute encoded size statically where possible ([#105]https://github.com/alloy-rs/core/issues/105)
- Solidity events support ([#83]https://github.com/alloy-rs/core/issues/83)
- `sol!` contracts ([#77]https://github.com/alloy-rs/core/issues/77)
- Syn-solidity visitors ([#68]https://github.com/alloy-rs/core/issues/68)
- Move Solidity syn AST to `syn-solidity` ([#63]https://github.com/alloy-rs/core/issues/63)

### Miscellaneous Tasks

- Add logo to all crates, add @gakonst to CODEOWNERS ([#138]https://github.com/alloy-rs/core/issues/138)
- Typos ([#132]https://github.com/alloy-rs/core/issues/132)
- Rename to Alloy ([#69]https://github.com/alloy-rs/core/issues/69)
- Enable `feature(doc_cfg, doc_auto_cfg)` ([#67]https://github.com/alloy-rs/core/issues/67)
- Remove syn "full" feature ([#66]https://github.com/alloy-rs/core/issues/66)

### Performance

- Improve rlp, update Address methods ([#118]https://github.com/alloy-rs/core/issues/118)

### Refactor

- Sol-macro expansion ([#113]https://github.com/alloy-rs/core/issues/113)

[`dyn-abi`]: https://crates.io/crates/alloy-dyn-abi
[dyn-abi]: https://crates.io/crates/alloy-dyn-abi
[`json-abi`]: https://crates.io/crates/alloy-json-abi
[json-abi]: https://crates.io/crates/alloy-json-abi
[`primitives`]: https://crates.io/crates/alloy-primitives
[primitives]: https://crates.io/crates/alloy-primitives
[`sol-macro`]: https://crates.io/crates/alloy-sol-macro
[sol-macro]: https://crates.io/crates/alloy-sol-macro
[`sol-type-parser`]: https://crates.io/crates/alloy-sol-type-parser
[sol-type-parser]: https://crates.io/crates/alloy-sol-type-parser
[`sol-types`]: https://crates.io/crates/alloy-sol-types
[sol-types]: https://crates.io/crates/alloy-sol-types
[`syn-solidity`]: https://crates.io/crates/syn-solidity
[syn-solidity]: https://crates.io/crates/syn-solidity

<!-- generated by git-cliff -->