Closed dependabot[bot] closed 3 months ago
Valgrind Results:
==6536== Cachegrind, a cache and branch-prediction profiler
==6536== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6536== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6536== Command: target/release/snailtracer
==6536==
--6536-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.834394034s
==6536==
==6536== I refs: 427,042,258
==6536== I1 misses: 3,125
==6536== LLi misses: 2,824
==6536== I1 miss rate: 0.00%
==6536== LLi miss rate: 0.00%
==6536==
==6536== D refs: 204,078,230 (132,269,995 rd + 71,808,235 wr)
==6536== D1 misses: 341,883 ( 201,874 rd + 140,009 wr)
==6536== LLd misses: 137,819 ( 4,496 rd + 133,323 wr)
==6536== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6536== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6536==
==6536== LL refs: 345,008 ( 204,999 rd + 140,009 wr)
==6536== LL misses: 140,643 ( 7,320 rd + 133,323 wr)
==6536== LL miss rate: 0.0% ( 0.0% + 0.2% )
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps alloy-eips from 0.1.3 to 0.1.4.
Release notes
Sourced from alloy-eips's releases.
Changelog
Sourced from alloy-eips's changelog.
... (truncated)
Commits
83343b1
chore: release 0.1.4b9a9625
chore: update release confige849732
chore: add helper functions for destructuring auth types (#1022)e6b3edd
fix: Fix watching already mined transactions (#997)75ef6a4
Remove signature.v parity before calculating tx hash (#893)07d1de5
feat: add helper to set both input and data fields (#1019)96e3a84
feat(transport): retry layer (#849)40e6860
chore: convert rcp-types-eth block Header to consensus Header (#1014)2133aad
feat: add execution payloadbodyv2 (#1012)a24e30b
feat: add consolidation requests to v4 payload (#1013)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