Skip to content

Releases: alloy-rs/core

alloy-core v0.6.4

13 Mar 20:22
v0.6.4
f8897af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

alloy-core v0.6.3

15 Feb 22:31
v0.6.3
761c296
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

alloy-core v0.6.2

25 Jan 17:50
v0.6.2
5bed83c
Compare
Choose a tag to compare

What's Changed

  • fix(signature): construct Signature bytes using v+27 when we do not have an EIP155 v by @Evalir in #503

Full Changelog: v0.6.1...v0.6.2

alloy-core v0.6.1

25 Jan 17:46
v0.6.1
3569cfc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

alloy-core v0.6.0

10 Jan 10:47
v0.6.0
e106bdc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.6.0

alloy-core v0.5.4

28 Dec 00:47
79dc9bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

alloy-core v0.5.3

16 Dec 18:24
v0.5.3
dfc205b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

alloy-core v0.5.2

01 Dec 14:53
v0.5.2
0f5afd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

alloy-core v0.5.1

30 Nov 12:01
v0.5.1
097b86a
Compare
Choose a tag to compare

Fixes unintended MSRV breakage in sol-macro. Main changes in v0.5.0.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

alloy-core v0.5.0

23 Nov 22:21
v0.5.0
e89c26b
Compare
Choose a tag to compare

Highlights

  • Implemented more utilities in [alloy-primitives] (#432)
  • Added sol-macro json-abi item generation through #[sol(abi)] (#422)
  • Added sol-macro SolEventInterface (#426)
  • Added support for SSZ (#407)
  • Added dyn-abi DynSolType::coerce_str (#380)
  • Renamed sol-types SolType::TokenType GAT and TokenType trait to Token (#417)

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0