alloy-core v0.6.0
What's Changed
- refactor: Log implementation by @prestwich in #465
- fix: clean the sealed by @prestwich in #468
- feat(primitives): add Keccak256 hasher struct by @DaniPopes in #469
- feat(sol-type-parser): improve error message for bad array size by @DaniPopes in #470
- chore: move define_udt! decl macro to sol! proc macro by @fgimenez in #471
- chore: touch up UDVT expansion by @DaniPopes in #473
- feat(dyn-abi): improve hex error messages by @DaniPopes in #474
- feat(primitives): add a buffer type for address checksums by @DaniPopes in #472
- feat(primitives): add Signature type and utils by @prestwich in #459
- chore: clippy uninlined_format_args, use_self by @DaniPopes in #475
- fix(primitives): also apply EIP-155 to Parity::Parity by @DaniPopes in #476
- docs: update docs on parity by @DaniPopes in #477
- chore: bless tests by @DaniPopes in #478
- chore(deps): bump const-hex requirement by @DaniPopes in #479
- chore(deps): relax k256 requirement by @DaniPopes in #481
- feat(json-abi): add full_signature by @BrennerSpear in #480
New Contributors
- @fgimenez made their first contribution in #471
- @BrennerSpear made their first contribution in #480
Full Changelog: v0.5.4...v0.6.0