alloy-core v0.6.4
What's Changed
- test: bless tests by @DaniPopes in #530
- docs: fix relative paths in README files by @EmperorOrokuSaki in #532
- chore(deps): update winnow to 0.6 by @DaniPopes in #533
- chore: remove unused imports by @DaniPopes in #534
- test: add some more coerce error message tests by @DaniPopes in #535
- chore(core): add comments to
cfg(doc)
by @DaniPopes in #538 - docs(primitives): add a bytes! macro example by @DaniPopes in #539
- ci: add concurrency by @DaniPopes in #540
- fix(dyn-abi): enable
DynSolType.coerce_json
to convert array of numbers to bytes by @youngkashew in #541 - feat: derive Allocative on FixedBytes by @Rjected in #531
- feat(core): re-export
uint!
by @DaniPopes in #537 - feat: add
TxKind
by @onbjerg in #542 - chore: allow unknown lints by @DaniPopes in #543
- chore(primitives): improve
from_slice
functions by @DaniPopes in #546 - test: add another ABI encode test by @DaniPopes in #547
- fix(dyn-abi): correctly parse empty lists of bytes by @DaniPopes in #548
New Contributors
- @EmperorOrokuSaki made their first contribution in #532
- @youngkashew made their first contribution in #541
- @Rjected made their first contribution in #531
Full Changelog: v0.6.3...v0.6.4