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.5 #1769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps alloy-provider from 0.3.0 to 0.3.5.

Release notes

Sourced from alloy-provider's releases.

v0.3.5

What's Changed

Full Changelog: alloy-rs/alloy@v0.3.4...v0.3.5

v0.3.4

What's Changed

Full Changelog: alloy-rs/alloy@v0.3.3...v0.3.4

v0.3.3

What's Changed

Full Changelog: alloy-rs/alloy@v0.3.2...v0.3.3

v0.3.2

What's Changed

... (truncated)

Changelog

Sourced from alloy-provider's changelog.

0.3.5 - 2024-09-13

Bug Fixes

  • Add missing conversion (#1287)

Miscellaneous Tasks

  • Release 0.3.5

0.3.4 - 2024-09-13

Bug Fixes

  • debug_traceCallMany and trace_callMany (#1278)
  • Serde for eth_simulateV1 (#1273)

Features

  • [engine] Optional Serde (#1283)
  • [alloy-rpc-types-eth] Optional serde (#1276)
  • Improve node bindings (#1279)
  • Add serde for NumHash (#1277)
  • [engine] No_std engine types (#1268)
  • No_std eth rpc types (#1252)

Miscellaneous Tasks

  • Release 0.3.4
  • Remove eth rpc types dep from engine types (#1280)
  • Swap BlockHashOrNumber alias and struct name (#1270)
  • [consensus] Remove Header Method (#1271)
  • [consensus] Alloc by Default (#1272)
  • [network-primitives] Remove alloc Vec Dep (#1267)

Other

  • Add trait methods cumulative_gas_used and state_root to ReceiptResponse (#1275)
  • Implement seal helper for Header (#1269)

0.3.3 - 2024-09-10

Bug Fixes

  • [rpc-types-trace] Use rpc-types Log in OtsReceipt (#1261)

Features

  • [rpc-types-trace] Always serialize result if no error (#1258)

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2024
Copy link
Contributor

github-actions bot commented Sep 16, 2024

Valgrind Results:

==4501== Cachegrind, a cache and branch-prediction profiler
==4501== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4501== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4501== Command: target/release/revme bench snailtracer
==4501== 
--4501-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.831982155s
==4501== 
==4501== I   refs:      429,379,890
==4501== I1  misses:          4,957
==4501== LLi misses:          4,145
==4501== I1  miss rate:        0.00%
==4501== LLi miss rate:        0.00%
==4501== 
==4501== D   refs:      205,675,055  (133,128,869 rd   + 72,546,186 wr)
==4501== D1  misses:        346,599  (    203,581 rd   +    143,018 wr)
==4501== LLd misses:        142,390  (      7,262 rd   +    135,128 wr)
==4501== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4501== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4501== 
==4501== LL refs:           351,556  (    208,538 rd   +    143,018 wr)
==4501== LL misses:         146,535  (     11,407 rd   +    135,128 wr)
==4501== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Bumps [alloy-provider](https://github.com/alloy-rs/alloy) from 0.3.0 to 0.3.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/alloy-provider-0.3.5 branch from 10c481b to 7c9b381 Compare September 18, 2024 13:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2024

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

4 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2024

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2024

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2024

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2024

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

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.

0 participants