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-provider from 0.3.0 to 0.3.1 #1759

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps alloy-provider from 0.3.0 to 0.3.1.

Release notes

Sourced from alloy-provider's releases.

alloy v0.3.1

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v0.3.0...v0.3.1

Changelog

Sourced from alloy-provider's changelog.

0.3.1 - 2024-09-02

Bug Fixes

  • Anvil builder default port (#1213)
  • [eips] No-std compat (#1222)
  • Value of TxEip1559.ty (#1210)

Dependencies

  • Bump rust msrv to 1.78 (#1219)

Documentation

Features

  • [json-rpc] Implement From U256 and String for SubId (#1226)
  • Workflow to validate no_std compatibility (#1223)
  • Derive arbitrary::Arbitrary for TxEip7702 (#1216)
  • Implement tx_type for TxEip7702 (#1214)
  • [alloy-provider] Add abstraction for NonceFiller behavior (#1108)

Miscellaneous Tasks

  • [README] Add a link to rpc-types-debug (#1212)
  • [features] Enable consensus and network along with providers (#1207)

Other

  • Rm useless methods for TxEip7702 (#1221)
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-provider](https://github.com/alloy-rs/alloy) from 0.3.0 to 0.3.1.
- [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.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: alloy-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
Copy link
Contributor

github-actions bot commented Sep 9, 2024

Valgrind Results:

==3940== Cachegrind, a cache and branch-prediction profiler
==3940== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3940== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3940== Command: target/release/snailtracer
==3940== 
--3940-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.828525718s
==3940== 
==3940== I   refs:      426,712,500
==3940== I1  misses:          3,233
==3940== LLi misses:          2,833
==3940== I1  miss rate:        0.00%
==3940== LLi miss rate:        0.00%
==3940== 
==3940== D   refs:      204,177,721  (132,370,351 rd   + 71,807,370 wr)
==3940== D1  misses:        342,305  (    202,374 rd   +    139,931 wr)
==3940== LLd misses:        137,704  (      4,397 rd   +    133,307 wr)
==3940== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3940== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3940== 
==3940== LL refs:           345,538  (    205,607 rd   +    139,931 wr)
==3940== LL misses:         140,537  (      7,230 rd   +    133,307 wr)
==3940== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit f68d3dc into main Sep 9, 2024
26 of 27 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/alloy-provider-0.3.1 branch September 9, 2024 10:16
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.

1 participant