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

WEB3-263: Update alloy requirement from 0.7.0 to 0.8.0 #363

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on alloy to permit the latest version.

Release notes

Sourced from alloy's releases.

v0.7.3

What's Changed

New Contributors

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

Changelog

Sourced from alloy'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

  • Release 0.7.3
  • 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)

... (truncated)

Commits

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)

Updates the requirements on [alloy](https://github.com/alloy-rs/alloy) to permit the latest version.
- [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.7.0...v0.7.3)

---
updated-dependencies:
- dependency-name: alloy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2024 03:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2024
@github-actions github-actions bot changed the title Update alloy requirement from 0.7.0 to 0.8.0 WEB3-263: Update alloy requirement from 0.7.0 to 0.8.0 Dec 16, 2024
@nategraf nategraf merged commit 31b3a6b into main Dec 16, 2024
11 checks passed
@nategraf nategraf deleted the dependabot/cargo/alloy-0.8.0 branch December 16, 2024 17:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants