Releases: alloy-rs/core
Releases · alloy-rs/core
alloy-core v0.8.11
What's Changed
- chore(meta): update SECURITY.md by @DaniPopes in #793
- perf: improve normalize_v by @DaniPopes in #792
- chore(json-abi): clean up utils by @DaniPopes in #794
- feat: add has_eip155_value convenience function to signature by @prestwich in #791
- ci: add success job by @DaniPopes in #795
- feat(json-abi): add
AbiItem::json_type
by @DaniPopes in #797 - docs: update ethers-rs README note by @DaniPopes in #798
- fix(serde): add alias
v
foryParity
by @klkvr in #801 - chore: release 0.8.11 by @mattsse in #803
Full Changelog: v0.8.10...v0.8.11
alloy-core v0.8.10
What's Changed
- docs: fix param type in example comment by @Confucian-e in #784
- Implement
DerefMut
forLog<T>
by @wtdcode in #786 - refactor: use simple boolean for parity in signature by @klkvr in #776
New Contributors
- @Confucian-e made their first contribution in #784
- @wtdcode made their first contribution in #786
Full Changelog: v0.8.9...v0.8.10
alloy-core v0.8.9
What's Changed
- feat: expand Seal api by @prestwich in #773
- fix: re-enable foldhash by default, but exclude it from zkvm by @DaniPopes in #777
Full Changelog: v0.8.8...v0.8.9
alloy-core v0.8.8
What's Changed
- fix(alloy-sol-macro): allow clippy::pub_underscore_fields on
sol!
output by @benluelo in #770 - feat: add logs_bloom by @mattsse in #768
- fix: don't enable foldhash by default by @DaniPopes in #771
- fix: properly account for sign in pg to/from sql implementation for signed by @luzzif in #772
New Contributors
Full Changelog: v0.8.7...v0.8.8
alloy-core v0.8.7
What's Changed
Full Changelog: v0.8.6...v0.8.7
alloy-core v0.8.6
What's Changed
- Add conversion
TxKind
->Option<Address>
by @emhane in #750 - Derive
Deref
forSealed<T>
by @emhane in #759 - Derive
Arbitrary
forSealed<T>
by @emhane in #762 - chore(deps): bump hashbrown to 0.15 by @DaniPopes in #753
- feat(primitives): add and use foldhash as default hasher by @DaniPopes in #763
- feat: add
Default
forSealed<T>
by @emhane in #755
New Contributors
Full Changelog: v0.8.5...v0.8.6
alloy-core v0.8.5
Bug fixes for alloy_primitives::map
. Yanked alloy-primitives v0.8.4
to avoid breaking changes.
What's Changed
- fix(primitives): make sure DefaultHashBuilder implements Clone by @DaniPopes in #748
- chore(primitives): remove Fx* aliases by @DaniPopes in #749
Full Changelog: v0.8.4...v0.8.5
alloy-core v0.8.4
What's Changed
- feat: support Keccak with sha3 by @xJonathanLEI in #737
- fix(sol-types): check signature in SolEvent if non-anonymous by @DaniPopes in #741
- Add custom serialization for Address by @jenpaff in #742
- fix(json-abi): correct to-sol for UDVT arrays in structs by @DaniPopes in #745
- fix(json-abi): normalize $ to _ in identifiers in to_sol by @DaniPopes in #747
- feat(primitives): implement
map
module by @DaniPopes in #743
New Contributors
- @xJonathanLEI made their first contribution in #737
- @jenpaff made their first contribution in #742
Full Changelog: v0.8.3...v0.8.4
alloy-core v0.8.3
What's Changed
- fix: parse selector hashes in
sol
macro by @cre-mer in #730 - fix(sol-macro): namespaced custom type resolution by @klkvr in #731
- feat: prepare reth Signature migration to alloy by @leruaa in #732
- fix(sol-macro): correctly determine whether event parameters are hashes by @DaniPopes in #735
New Contributors
Full Changelog: v0.8.2...v0.8.3
alloy-core v0.8.2
Hotfix for no_std
, which was broken accidentally in v0.8.1.
What's Changed
- docs(primitives): document features in
wrap_fixed_bytes
-generated types by @DaniPopes in #726 - fix:
no_std
and workflow by @refcell in #727
New Contributors
Full Changelog: v0.8.1...v0.8.2