Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump alloy-rpc-client from 0.5.4 to 0.7.3 #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps alloy-rpc-client from 0.5.4 to 0.7.3.

Release notes

Sourced from alloy-rpc-client's releases.

v0.7.3

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v0.7.0...v0.7.3

v0.7.2

What's Changed

... (truncated)

Changelog

Sourced from alloy-rpc-client's changelog.

0.7.3 - 2024-12-05

Bug Fixes

  • Wrong func sig (#1742)
  • Remove Borrow impl for RPC receipt (#1721)
  • Adjust EIP-7742 to latest spec (#1713)
  • Omit empty requests (#1706)
  • Use B256::new instead of from (#1701)

Dependencies

  • [deps] Bump thiserror 2 (#1700)
  • [general] Bump MSRV to 1.81, use core::error::Error on no-std compatible crates (#1552)

Documentation

  • Fix SignableTransaction docs to use PrimitiveSignature (#1743)
  • Update docs for eip7685 Requests (#1714)

Features

  • Impl Encodable / Decodable for Receipts (#1752)
  • Add TrieAccount conversion for genesis account (#1755)
  • Add BlockHeader::blob_fee (#1754)
  • Migrate to TrieAccount of alloy-trie (#1750)
  • Move is_empty to trait function (#1749)
  • Add missing new fn (#1747)
  • Specialized geth tracer (#1739)
  • Make Receipt rlp methods pub (#1731)
  • Receipt root fn (#1708)
  • Impl Encodable2718 for ReceiptWithBloom (#1719)
  • Feat(rpc-types-eth) add test for syncing (#1724)
  • Add blob_gas_used (#1704)
  • EIP-7685 requests helpers (#1699)

Miscellaneous Tasks

  • Export storage root fns (#1756)
  • Re-export stateroot fns (#1753)
  • Display instead of Debug the response JSON (#1748)
  • Rm redundant generic (#1737)
  • Relax ommers root fn (#1736)
  • Add missing from impl (#1732)
  • Update release.toml (#1730)
  • Release 0.7.2 (#1729)
  • Disable serde-with default features (#1703)
  • Use encoded2718 (#1702)

Other

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [alloy-rpc-client](https://github.com/alloy-rs/alloy) from 0.5.4 to 0.7.3.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.5.4...v0.7.3)

---
updated-dependencies:
- dependency-name: alloy-rpc-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 6, 2024
Copy link

github-actions bot commented Dec 9, 2024

LCOV of commit c0e5beb during Foundry CI #74

Summary coverage rate:
  lines......: 85.1% (149 of 175 lines)
  functions..: 85.3% (29 of 34 functions)
  branches...: 61.4% (27 of 44 branches)

Files changed coverage rate: n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant