Skip to content

Releases: alloy-rs/alloy

alloy v0.2.0

16 Jul 19:16
v0.2.0
020df6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0

alloy v0.1.4

08 Jul 13:21
v0.1.4
83343b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

alloy v0.1.3

25 Jun 19:26
v0.1.3
02f375e
Compare
Choose a tag to compare

What's Changed

  • feat: add trace_filter method by @DoTheBestToGetTheBest in #946
  • chore: nightly clippy by @DaniPopes in #947
  • chore(eips): make alloy-serde optional under serde by @DaniPopes in #948
  • chore(eips): make sha2 optional, add kzg-sidecar feature by @DaniPopes in #949
  • fix: enable tls12 in rustls by @DaniPopes in #952
  • chore: add more features to meta crate by @DaniPopes in #953
  • fix: deserialization of null storage keys in AccessListItem by @Wodann in #955
  • feat: add eip-7251 system contract address/code by @onbjerg in #956
  • fix: continue reading ipc on large data by @publicqi in #958
  • docs: copy/paste error of eip-7251 link by @jsvisa in #961
  • feat(contract): implement Filter's builder methods on Event by @alexfertel in #960
  • feat: add eip-7702 helpers by @onbjerg in #950
  • chore(eips): Add serde to Authorization types by @rakita in #964
  • hotfix(contract): support state overrides for gas estimation by @shankinson in #967
  • feat(alloy): forward rustls & native reqwest TLS configuration to Alloy's metacrate by @zerosnacks in #969
  • feat: move mev.rs from reth to rpc-types-mev by @0xqd in #970
  • feat(network): Add input method to TransactionResponse by @moricho in #959

New Contributors

Full Changelog: v0.1.2...v0.1.3

alloy v0.1.2

19 Jun 15:06
6863972
Compare
Choose a tag to compare

What's Changed

  • Convenience method for conversion from BlockId to u64 by @jmcph4 in #916
  • docs: add per-crate changelogs by @DaniPopes in #914
  • chore: add docs.rs metadata to all manifests by @DaniPopes in #917
  • docs: touch up docs, TODOs by @DaniPopes in #918
  • chore: use 'dep:' syntax in rpc-types by @DaniPopes in #921
  • feat: add eip-7251 consolidation request by @onbjerg in #919
  • chore: update changelogs for v0.1.1 by @onbjerg in #922
  • chore: don't self-host documentation anymore by @DaniPopes in #920
  • feat: add is_ utils to FilterChanges by @tcoratger in #923
  • feat: add utils to ValueOrArray by @tcoratger in #924
  • feat(provider): support ethCall optional blockId serialization by @zerosnacks in #900
  • feat: add is_ and as_ utils for FilterBlockOption by @tcoratger in #927
  • feat: Add trace_raw_transaction and trace_replay_block_transactions by @Ebolon in #925
  • chore: update eip-2935 bytecode and address by @onbjerg in #934
  • feat(rpc-types-anvil): add Index, fix compatibility by @zerosnacks in #931
  • feat(genesis): update extra_fields to use OtherFields by @zerosnacks in #936
  • chore: relax version in workspace dependencies by @DaniPopes in #940
  • docs: update get_balance docs by @mattsse in #938
  • docs: update alloy-eips supported eip list by @onbjerg in #942
  • chore(rpc-types): remove duplicate Index definition in rpc-types-anvil in favor of the one in rpc-types-eth by @zerosnacks in #943
  • feat: add TryFrom for GethTrace for all inner variants by @Ebolon in #933

New Contributors

Full Changelog: v0.1.1...v0.1.2

alloy v0.1.1

19 Jun 15:05
v0.1.1
f04a704
Compare
Choose a tag to compare

TL;DR this is our first Alloy release! https://www.paradigm.xyz/2024/06/alloy-release

What's Changed

Read more