Skip to content

chore(deps): bump alloy-transport from 0.3.0 to 0.3.5#1771

Merged
rakita merged 1 commit intomainfrom
dependabot/cargo/alloy-transport-0.3.5
Sep 18, 2024
Merged

chore(deps): bump alloy-transport from 0.3.0 to 0.3.5#1771
rakita merged 1 commit intomainfrom
dependabot/cargo/alloy-transport-0.3.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps alloy-transport from 0.3.0 to 0.3.5.

Release notes

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

Bumps [alloy-transport](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-transport
  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 16, 2024
@github-actions
Copy link
Copy Markdown
Contributor

Valgrind Results:

==3975== Cachegrind, a cache and branch-prediction profiler
==3975== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3975== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3975== Command: target/release/snailtracer
==3975== 
--3975-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
thread 'main' panicked at /home/runner/work/revm/revm/crates/revm/src/builder.rs:314:39:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
==3975== 
==3975== I   refs:      1,444,761
==3975== I1  misses:        2,231
==3975== LLi misses:        2,126
==3975== I1  miss rate:      0.15%
==3975== LLi miss rate:      0.15%
==3975== 
==3975== D   refs:        484,613  (311,538 rd   + 173,075 wr)
==3975== D1  misses:        5,630  (  3,932 rd   +   1,698 wr)
==3975== LLd misses:        4,182  (  2,680 rd   +   1,502 wr)
==3975== D1  miss rate:       1.2% (    1.3%     +     1.0%  )
==3975== LLd miss rate:       0.9% (    0.9%     +     0.9%  )
==3975== 
==3975== LL refs:           7,861  (  6,163 rd   +   1,698 wr)
==3975== LL misses:         6,308  (  4,806 rd   +   1,502 wr)
==3975== LL miss rate:        0.3% (    0.3%     +     0.9%  )

@rakita rakita merged commit 3359b0e into main Sep 18, 2024
@dependabot dependabot bot deleted the dependabot/cargo/alloy-transport-0.3.5 branch September 18, 2024 09:21
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