Releases: alloy-rs/core
Releases · alloy-rs/core
alloy-core v1.0.0-rc.1
What's Changed
- feat(sol-types)!: rm
validate: bool
by @yash-atreya in #863 - fix(sol-macro)!: rm fake transport from contract expansion by @yash-atreya in #865
- feat(sol-macro)!: function calls should directly yield result by @yash-atreya in #855
- chore: remove deprecated
Signature
by @klkvr in #899 - feat(
sol!
)!: gen unit/tuple structs for errors, calls, events with 0/1 param by @yash-atreya in #883 - chore(deps)!: bump getrandom to 0.3, rand to 0.9 by @DaniPopes in #869
- fix(
sol!
): pass correct call_struct to call_builder in expansion by @yash-atreya in #901 - fix(
sol-expander
): rename from/into + impl From by @yash-atreya in #905 - feat(primitives): remove
From<String> for Bytes
by @DaniPopes in #907 - feat(sol-macro)!: improve call return encoding by @DaniPopes in #909
- feat: add inner mut by @mattsse in #921
- feat: 1.0-rc.1 by @yash-atreya in #895
Full Changelog: v0.8.25...v1.0.0-rc.1
alloy-core v0.8.25
What's Changed
- chore: add hash_ref function to sealed.rs by @shane-moore in #920
- fix: do not rely on bytes dependency in
wrap_fixed_bytes!
by @klkvr in #918 - fix(primitives): Remove undefined behavior in FixedBytes by @dist1ll in #919
New Contributors
- @shane-moore made their first contribution in #920
- @dist1ll made their first contribution in #919
Full Changelog: v0.8.24...v0.8.25
alloy-core v0.8.24
What's Changed
- feat(sol-macro): add
#![sol(extra_derives(...)]
by @DaniPopes in #910 - Make PrimitiveSignature::new a const fn by @kpp in #913
- feat(
json-abi
): config to generate types in interface by @yash-atreya in #911
Full Changelog: v0.8.23...v0.8.24
alloy-core v0.8.23
What's Changed
- chore(primitives): make TxKind::into_to const by @DaniPopes in #890
- feat(
primitives
): impl Display for PrimitiveSig by @yash-atreya in #892 - chore: clippy by @DaniPopes in #894
- feat(sol-macro): allow standard library macros for string literals by @DaniPopes in #898
- fix(
sol-expander
): mapself
tothis
in codegen by @yash-atreya in #903 - test: move 'self' keyword test by @DaniPopes in #906
Full Changelog: v0.8.22...v0.8.23
alloy-core v0.8.22
What's Changed
- chore(deps): bump derive_more to 2 by @DaniPopes in #871
- feat(primitives): improve rand implementations, use
thread_rng
when available by @DaniPopes in #870 - docs(primitives):
random
functions are cryptographically secure by @DaniPopes in #872 - feat: add TxKind::into_to by @mattsse in #875
- docs(primitives): report some Bytes methods may panic by @thedevbirb in #877
- feat: erc2098 signature representation by @onbjerg in #874
- chore: simplify uninit_array usage by @DaniPopes in #889
- feat(primitives): add some more utility methods to PrimitiveSignature by @DaniPopes in #888
New Contributors
- @thedevbirb made their first contribution in #877
Full Changelog: v0.8.21...v0.8.22
alloy-core v0.8.21
What's Changed
- feat(
sol-macro-expander
): increase resolve limit to 128 by @sveitser in #864 - fix(sol-macro): call proc_macro_error handler manually by @DaniPopes in #866
- feat: add helpers for revertreason by @mattsse in #867
New Contributors
Full Changelog: v0.8.20...v0.8.21
alloy-core v0.8.20
What's Changed
- chore: clippy by @DaniPopes in #858
- feat: add Sealed::cloned by @mattsse in #860
- feat: add Sealed::as_sealed_ref by @mattsse in #859
- docs: add more 0x to alloy-primitives readme example by @DaniPopes in #861
- chore(deps): bump winnow 0.7 by @DaniPopes in #862
Full Changelog: v0.8.19...v0.8.20
alloy-core v0.8.19
What's Changed
- docs: hide hex_literal export by @DaniPopes in #849
- docs: enable some useful rustdoc features on docs.rs by @DaniPopes in #850
- feat(sol-types): improve ABI decoding error messages by @DaniPopes in #851
- feat(json-abi): add Param.name() accessor by @ozgrakkurt in #856
New Contributors
- @ozgrakkurt made their first contribution in #856
Full Changelog: v0.8.18...v0.8.19
alloy-core v0.8.18
What's Changed
- fix: coerce pow overflow by @DaniPopes in #838
- feat: re-export rayon traits implementations by @lightsing in #836
- feat(primitives): re-export foldhash by @DaniPopes in #839
- feat(sol-macro): evaluate array sizes by @DaniPopes in #840
- feat: support 0x in hex! and similar macros by @DaniPopes in #841
- feat(sol-macro): translate contract types to address by @DaniPopes in #842
- test(sol-macro): add a test for namespaced types by @DaniPopes in #843
- test: re-enable miri on foldhash by @DaniPopes in #844
- test(sol-macro): add a test for missing_docs by @DaniPopes in #845
- docs(sol-macro): document visibility and state mutability by @DaniPopes in #846
- docs: typos by @DaniPopes in #847
- fix(primitives): hex macro re-export by @DaniPopes in #848
Full Changelog: v0.8.16...v0.8.18
alloy-core v0.8.17
Superseded by 0.8.18
What's Changed
- fix: coerce pow overflow by @DaniPopes in #838
- feat: re-export rayon traits implementations by @lightsing in #836
- feat(primitives): re-export foldhash by @DaniPopes in #839
- feat(sol-macro): evaluate array sizes by @DaniPopes in #840
- feat: support 0x in hex! and similar macros by @DaniPopes in #841
- feat(sol-macro): translate contract types to address by @DaniPopes in #842
- test(sol-macro): add a test for namespaced types by @DaniPopes in #843
- test: re-enable miri on foldhash by @DaniPopes in #844
- test(sol-macro): add a test for missing_docs by @DaniPopes in #845
- docs(sol-macro): document visibility and state mutability by @DaniPopes in #846
- docs: typos by @DaniPopes in #847
Full Changelog: v0.8.16...v0.8.17