alloy-dyn-abi 0.8.11

Run-time ABI and EIP-712 implementations
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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
# 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.11]https://github.com/alloy-rs/core/releases/tag/v0.8.11 - 2024-11-05

### Miscellaneous Tasks

- Release 0.8.11

## [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

### Other

- Revert "Add custom serialization for Address" ([#765]https://github.com/alloy-rs/core/issues/765)

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

### Bug Fixes

- Fix lint `alloy-dyn-abi` ([#758]https://github.com/alloy-rs/core/issues/758)

### Miscellaneous Tasks

- Release 0.8.6
- Remove a stabilized impl_core function

## [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

### Features

- [primitives] Implement `map` module ([#743]https://github.com/alloy-rs/core/issues/743)

### Miscellaneous Tasks

- Release 0.8.4

### Other

- Add custom serialization for Address ([#742]https://github.com/alloy-rs/core/issues/742)

### Testing

- Add another dyn-abi test

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

### Miscellaneous Tasks

- Release 0.8.3

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

### Bug Fixes

- `no_std` and workflow ([#727]https://github.com/alloy-rs/core/issues/727)

### 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

### Bug Fixes

- Parsing stack overflow ([#703]https://github.com/alloy-rs/core/issues/703)

### Features

- [sol-macro] Support namespaces ([#694]https://github.com/alloy-rs/core/issues/694)

### Miscellaneous Tasks

- Release 0.8.0

### Other

- Implement specific bit types for integers ([#677]https://github.com/alloy-rs/core/issues/677)

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

### Bug Fixes

- Small fixes for `DynSolValue` strategies ([#683]https://github.com/alloy-rs/core/issues/683)
- Fixed bytes dyn abi packed encoding ([#671]https://github.com/alloy-rs/core/issues/671)

### Documentation

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

### Features

- DynSolCall ([#632]https://github.com/alloy-rs/core/issues/632)
- IntoLogData ([#666]https://github.com/alloy-rs/core/issues/666)
- Add `abi_packed_encoded_size` ([#672]https://github.com/alloy-rs/core/issues/672)

### 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)

### Styling

- Format some imports
- Sort derives ([#662]https://github.com/alloy-rs/core/issues/662)

## [0.7.4]https://github.com/alloy-rs/core/releases/tag/v0.7.4 - 2024-05-14

### Bug Fixes

- [sol-macro] Json feature ([#629]https://github.com/alloy-rs/core/issues/629)

### Miscellaneous Tasks

- Fix dyn abi

## [0.7.3]https://github.com/alloy-rs/core/releases/tag/v0.7.3 - 2024-05-14

### Features

- [dyn-abi] Derive `Eq` for `TypedData` ([#623]https://github.com/alloy-rs/core/issues/623)

### Miscellaneous Tasks

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

## [0.7.2]https://github.com/alloy-rs/core/releases/tag/v0.7.2 - 2024-05-02

### Documentation

- Unhide and mention `sol!` wrappers ([#615]https://github.com/alloy-rs/core/issues/615)

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

### Bug Fixes

- [json-abi] Correct to_sol for arrays of contracts ([#586]https://github.com/alloy-rs/core/issues/586)
- [dyn-abi] Correctly parse uints in `coerce_str` ([#577]https://github.com/alloy-rs/core/issues/577)
- Force clippy to stable ([#569]https://github.com/alloy-rs/core/issues/569)

### Miscellaneous Tasks

- Remove dead code ([#571]https://github.com/alloy-rs/core/issues/571)

### Other

- Prestwich/dyn sol error ([#551]https://github.com/alloy-rs/core/issues/551)

### Performance

- [sol-macro] Decode bytecode hex strings ourselves ([#562]https://github.com/alloy-rs/core/issues/562)

### Refactor

- Change identical resolve traits to Specifier<T> ([#550]https://github.com/alloy-rs/core/issues/550)

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

### Bug Fixes

- [dyn-abi] Correctly parse empty lists of bytes ([#548]https://github.com/alloy-rs/core/issues/548)
- [dyn-abi] Enable `DynSolType.coerce_json` to convert array of numbers to bytes ([#541]https://github.com/alloy-rs/core/issues/541)

### Dependencies

- [deps] Update winnow to 0.6 ([#533]https://github.com/alloy-rs/core/issues/533)

### Features

- Add `TxKind` ([#542]https://github.com/alloy-rs/core/issues/542)

### 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)

### Testing

- Add another ABI encode test ([#547]https://github.com/alloy-rs/core/issues/547)
- Add some more coerce error message tests ([#535]https://github.com/alloy-rs/core/issues/535)

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

### Bug Fixes

- [json-abi] Accept nameless `Param`s ([#526]https://github.com/alloy-rs/core/issues/526)
- [dyn-abi] Abi-encode-packed always pads arrays ([#519]https://github.com/alloy-rs/core/issues/519)
- Properly test ABI packed encoding ([#517]https://github.com/alloy-rs/core/issues/517)

### Dependencies

- Recursion mitigations ([#495]https://github.com/alloy-rs/core/issues/495)

### Features

- Make some allocations fallible in ABI decoding ([#513]https://github.com/alloy-rs/core/issues/513)

### Miscellaneous Tasks

- Fix winnow deprecation warnings ([#507]https://github.com/alloy-rs/core/issues/507)

## [0.6.1]https://github.com/alloy-rs/core/releases/tag/v0.6.1 - 2024-01-25

### Documentation

- Remove stray list element ([#500]https://github.com/alloy-rs/core/issues/500)
- Fixes ([#498]https://github.com/alloy-rs/core/issues/498)

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

### Features

- [dyn-abi] Improve hex error messages ([#474]https://github.com/alloy-rs/core/issues/474)

### Miscellaneous Tasks

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

### Refactor

- Log implementation ([#465]https://github.com/alloy-rs/core/issues/465)

## [0.5.3]https://github.com/alloy-rs/core/releases/tag/v0.5.3 - 2023-12-16

### Bug Fixes

- Ingest domain when instantiating TypedData ([#453]https://github.com/alloy-rs/core/issues/453)
- Don't decode ZSTs ([#454]https://github.com/alloy-rs/core/issues/454)

### Features

- [primitives] Update Bytes formatting, add UpperHex ([#446]https://github.com/alloy-rs/core/issues/446)

## [0.5.2]https://github.com/alloy-rs/core/releases/tag/v0.5.2 - 2023-12-01

### Bug Fixes

- [dyn-abi] Fixed arrays coerce_str ([#442]https://github.com/alloy-rs/core/issues/442)

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

### Bug Fixes

- [dyn-abi] Correctly parse strings in `coerce_str` ([#410]https://github.com/alloy-rs/core/issues/410)
- [dyn-abi] Handle empty hex strings ([#400]https://github.com/alloy-rs/core/issues/400)
- [json-abi] `Param.ty` is not always a valid `TypeSpecifier` ([#386]https://github.com/alloy-rs/core/issues/386)
- [dyn-abi] Generate Int, Uint, FixedBytes adjusted to their size ([#384]https://github.com/alloy-rs/core/issues/384)

### Features

- [json-abi] Permit keyword prefixes in HR parser ([#420]https://github.com/alloy-rs/core/issues/420)
- Added Hash to DynSolType and StructProp ([#411]https://github.com/alloy-rs/core/issues/411)
- [dyn-abi] `DynSolType::coerce_str` ([#380]https://github.com/alloy-rs/core/issues/380)

### Miscellaneous Tasks

- Rename `TokenType` GAT and trait to `Token` ([#417]https://github.com/alloy-rs/core/issues/417)
- Remove dead code ([#416]https://github.com/alloy-rs/core/issues/416)
- Clean up ABI, EIP-712, docs ([#373]https://github.com/alloy-rs/core/issues/373)

### Styling

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

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

### Bug Fixes

- Serde rename resolver to types ([#335]https://github.com/alloy-rs/core/issues/335)

### Features

- [sol-types] Introduce `SolValue`, make `Encodable` an impl detail ([#333]https://github.com/alloy-rs/core/issues/333)
- Add parsing support for JSON items ([#329]https://github.com/alloy-rs/core/issues/329)
- Add logs, add log dynamic decoding ([#271]https://github.com/alloy-rs/core/issues/271)

### Miscellaneous Tasks

- Enable ruint std feature ([#326]https://github.com/alloy-rs/core/issues/326)
- [dyn-abi] Make `resolve` module private ([#324]https://github.com/alloy-rs/core/issues/324)

### 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

- MSRV tests ([#246]https://github.com/alloy-rs/core/issues/246)

### Dependencies

- Fix MSRV CI and dev deps ([#267]https://github.com/alloy-rs/core/issues/267)

### Documentation

- Improve `ResolveSolType` documentation ([#296]https://github.com/alloy-rs/core/issues/296)

### Features

- [primitives] Add more methods to `Function` ([#290]https://github.com/alloy-rs/core/issues/290)
- Use `FixedBytes` for `sol_data::FixedBytes` ([#276]https://github.com/alloy-rs/core/issues/276)
- [dyn-abi] Implement more ext traits for json-abi ([#243]https://github.com/alloy-rs/core/issues/243)

### Miscellaneous Tasks

- Prefix ABI encode and decode functions with `abi_` ([#311]https://github.com/alloy-rs/core/issues/311)
- Sync crate level attributes ([#303]https://github.com/alloy-rs/core/issues/303)
- Assert_eq! on Ok instead of unwrapping where possible ([#297]https://github.com/alloy-rs/core/issues/297)
- Use `hex!` macro from `primitives` re-export ([#299]https://github.com/alloy-rs/core/issues/299)
- Rename coding functions ([#274]https://github.com/alloy-rs/core/issues/274)

### Other

- Pin anstyle to 1.65 compat ([#266]https://github.com/alloy-rs/core/issues/266)

### Performance

- Optimize identifier parsing ([#295]https://github.com/alloy-rs/core/issues/295)

### Refactor

- Rewrite type parser with `winnow` ([#292]https://github.com/alloy-rs/core/issues/292)

### Styling

- Format code snippets in docs ([#313]https://github.com/alloy-rs/core/issues/313)
- Some clippy lints ([#251]https://github.com/alloy-rs/core/issues/251)

## [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)

### Features

- Add support for function input/output encoding/decoding ([#227]https://github.com/alloy-rs/core/issues/227)
- [dyn-abi] Add match functions to value and doc aliases ([#234]https://github.com/alloy-rs/core/issues/234)
- Function type ([#224]https://github.com/alloy-rs/core/issues/224)
- [dyn-abi] Allow `T: Into<Cow<str>>` in `eip712_domain!` ([#222]https://github.com/alloy-rs/core/issues/222)

### Performance

- Optimize some stuff ([#231]https://github.com/alloy-rs/core/issues/231)

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

### Bug Fixes

- Remove unwrap in decode_populate ([#172]https://github.com/alloy-rs/core/issues/172)
- Doc in dyn-abi ([#155]https://github.com/alloy-rs/core/issues/155)

### Documentation

- [rlp] Move example to README.md ([#177]https://github.com/alloy-rs/core/issues/177)

### Features

- [dyb-abi] Impl ResolveSolType for Rc ([#189]https://github.com/alloy-rs/core/issues/189)
- [sol-macro] `#[sol]` attributes and JSON ABI support ([#173]https://github.com/alloy-rs/core/issues/173)
- Solidity type parser ([#181]https://github.com/alloy-rs/core/issues/181)
- [dyn-abi] Add arbitrary impls and proptests ([#175]https://github.com/alloy-rs/core/issues/175)
- [dyn-abi] Cfg CustomStruct for eip712, rm CustomValue ([#178]https://github.com/alloy-rs/core/issues/178)
- [dyn-abi] Clean up and improve performance ([#174]https://github.com/alloy-rs/core/issues/174)
- DynSolType::decode_params ([#166]https://github.com/alloy-rs/core/issues/166)
- `SolEnum` and `SolInterface` ([#153]https://github.com/alloy-rs/core/issues/153)

### Miscellaneous Tasks

- Replace `ruint2` with `ruint` ([#192]https://github.com/alloy-rs/core/issues/192)
- [dyn-abi] Gate eip712 behind a feature ([#176]https://github.com/alloy-rs/core/issues/176)
- Warn on all rustdoc lints ([#154]https://github.com/alloy-rs/core/issues/154)
- Add smaller image for favicon ([#142]https://github.com/alloy-rs/core/issues/142)

### Other

- Significant dyn-abi fixes :) ([#168]https://github.com/alloy-rs/core/issues/168)

### Refactor

- Refactoring `dyn-abi` to performance parity with ethabi ([#144]https://github.com/alloy-rs/core/issues/144)

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

### Bug Fixes

- Make detokenize infallible ([#86]https://github.com/alloy-rs/core/issues/86)

### Features

- Unify json-abi params impls ([#136]https://github.com/alloy-rs/core/issues/136)
- Add `Encodable` trait ([#121]https://github.com/alloy-rs/core/issues/121)
- More FixedBytes impls ([#111]https://github.com/alloy-rs/core/issues/111)
- Abi benchmarks ([#57]https://github.com/alloy-rs/core/issues/57)
- Primitive utils and improvements ([#52]https://github.com/alloy-rs/core/issues/52)

### 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)
- Typo fix ([#131]https://github.com/alloy-rs/core/issues/131)
- 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)
- Rename crates ([#45]https://github.com/alloy-rs/core/issues/45)
- Pre-release mega cleanup ([#35]https://github.com/alloy-rs/core/issues/35)
- Use crates.io uint, move crates to `crates/*` ([#31]https://github.com/alloy-rs/core/issues/31)

### Other

- Prestwich/crate readmes ([#41]https://github.com/alloy-rs/core/issues/41)

### Performance

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

### Refactor

- Lifetimes for token types ([#120]https://github.com/alloy-rs/core/issues/120)
- Implement `SolType` for `{Ui,I}nt<N>` and `FixedBytes<N>` with const-generics ([#92]https://github.com/alloy-rs/core/issues/92)

### Styling

- Add rustfmt.toml ([#42]https://github.com/alloy-rs/core/issues/42)

[`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 -->